Re: [PATCH umr] Fix ring offset to dword instead of bytes

2017-03-08 Thread Edward O'Callaghan
Acked-by: Edward O'Callaghan On 03/09/2017 03:31 AM, Tom St Denis wrote: > This allows you to specify (say) > > -R gfx[16:32] to read words 16 through 32 which is > consistent with how the data is presented. > > This patch also correctly enables the PM4 decoder > when specifying a range of word

[PATCH umr] Fix ring offset to dword instead of bytes

2017-03-08 Thread Tom St Denis
This allows you to specify (say) -R gfx[16:32] to read words 16 through 32 which is consistent with how the data is presented. This patch also correctly enables the PM4 decoder when specifying a range of words. Signed-off-by: Tom St Denis --- src/app/ring_read.c | 3 +++ 1 file changed, 3 inse