Re: [Mesa-dev] [PATCH 1/8] intel/decoders: fix end of batch limit

2018-09-06 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Thu, Sep 6, 2018 at 6:43 AM Eric Engestrom wrote: > On Thursday, 2018-09-06 12:39:34 +0100, Eric Engestrom wrote: > > On Thursday, 2018-09-06 11:34:44 +0100, Lionel Landwerlin wrote: > > > Pointer arithmetic... > > > > > > Signed-off-by: Lionel Landwerlin > > > -

Re: [Mesa-dev] [PATCH 1/8] intel/decoders: fix end of batch limit

2018-09-06 Thread Eric Engestrom
On Thursday, 2018-09-06 12:39:34 +0100, Eric Engestrom wrote: > On Thursday, 2018-09-06 11:34:44 +0100, Lionel Landwerlin wrote: > > Pointer arithmetic... > > > > Signed-off-by: Lionel Landwerlin > > --- > > src/intel/common/gen_batch_decoder.c | 2 +- > > src/intel/tools/aubinator_viewe

Re: [Mesa-dev] [PATCH 1/8] intel/decoders: fix end of batch limit

2018-09-06 Thread Lionel Landwerlin
On 06/09/2018 12:39, Eric Engestrom wrote: On Thursday, 2018-09-06 11:34:44 +0100, Lionel Landwerlin wrote: Pointer arithmetic... Signed-off-by: Lionel Landwerlin --- src/intel/common/gen_batch_decoder.c | 2 +- src/intel/tools/aubinator_viewer_decoder.cpp | 2 +- 2 files changed,

Re: [Mesa-dev] [PATCH 1/8] intel/decoders: fix end of batch limit

2018-09-06 Thread Eric Engestrom
On Thursday, 2018-09-06 11:34:44 +0100, Lionel Landwerlin wrote: > Pointer arithmetic... > > Signed-off-by: Lionel Landwerlin > --- > src/intel/common/gen_batch_decoder.c | 2 +- > src/intel/tools/aubinator_viewer_decoder.cpp | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) >

[Mesa-dev] [PATCH 1/8] intel/decoders: fix end of batch limit

2018-09-06 Thread Lionel Landwerlin
Pointer arithmetic... Signed-off-by: Lionel Landwerlin --- src/intel/common/gen_batch_decoder.c | 2 +- src/intel/tools/aubinator_viewer_decoder.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/intel/common/gen_batch_decoder.c b/src/intel/common/gen_batch_d