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

2018-10-22 Thread Kenneth Graunke
On Monday, October 22, 2018 5:39:39 PM PDT Lionel Landwerlin wrote: > Pointer arithmetic... > > v2: s/4/sizeof(uint32_t)/ (Eric) > > v3: Give bytes to print_batch() in error_decode (Lionel) > Make clear what values we're dealing with in error_decode (Lionel) > > Signed-off-by: Lionel Landwer

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

2018-10-22 Thread Lionel Landwerlin
Pointer arithmetic... v2: s/4/sizeof(uint32_t)/ (Eric) v3: Give bytes to print_batch() in error_decode (Lionel) Make clear what values we're dealing with in error_decode (Lionel) Signed-off-by: Lionel Landwerlin Reviewed-by: Eric Engestrom (v2) --- src/intel/common/gen_batch_decoder.c