Re: [Mesa-dev] [PATCH 2/5] intel/decoders: read ring buffer length

2018-11-12 Thread Toni Lönnberg
Reviewed-by: Toni Lönnberg On Fri, Nov 09, 2018 at 04:49:10PM +, Lionel Landwerlin wrote: > Use this value to limit reading the ring buffer. > > Signed-off-by: Lionel Landwerlin > --- > src/intel/tools/aubinator.c | 4 +++- > src/intel/tools/aubinator_viewer.cpp | 3 ++- > 2 files

[Mesa-dev] [PATCH 2/5] intel/decoders: read ring buffer length

2018-11-09 Thread Lionel Landwerlin
Use this value to limit reading the ring buffer. Signed-off-by: Lionel Landwerlin --- src/intel/tools/aubinator.c | 4 +++- src/intel/tools/aubinator_viewer.cpp | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/intel/tools/aubinator.c b/src/intel/tools/aubinato