Re: [Mesa-dev] [PATCH 3/5] intel/aubinator: fix ring buffer pointer

2018-11-09 Thread Toni Lönnberg
Reviewed-by: Toni Lönnberg On Fri, Nov 09, 2018 at 04:49:11PM +, Lionel Landwerlin wrote: > We can only start parsing commands from the head pointer. This was > working fine up to now because we only dealt with a "made up" ring > buffer (generated by aub_write) which always had its head at 0.

[Mesa-dev] [PATCH 3/5] intel/aubinator: fix ring buffer pointer

2018-11-09 Thread Lionel Landwerlin
We can only start parsing commands from the head pointer. This was working fine up to now because we only dealt with a "made up" ring buffer (generated by aub_write) which always had its head at 0. Signed-off-by: Lionel Landwerlin --- src/intel/tools/aubinator.c | 4 ++-- src/intel/tool