Re: [Mesa-dev] [PATCH 2/8] intel/decoders: add address space indicator to get BOs

2018-09-06 Thread Lionel Landwerlin
On 06/09/2018 21:01, Jason Ekstrand wrote: On Thu, Sep 6, 2018 at 5:35 AM Lionel Landwerlin mailto:lionel.g.landwer...@intel.com>> wrote: Some commands like MI_BATCH_BUFFER_START have this indicator. Signed-off-by: Lionel Landwerlin mailto:lionel.g.landwer...@intel.com>> ---

Re: [Mesa-dev] [PATCH 2/8] intel/decoders: add address space indicator to get BOs

2018-09-06 Thread Jason Ekstrand
On Thu, Sep 6, 2018 at 5:35 AM Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > Some commands like MI_BATCH_BUFFER_START have this indicator. > > Signed-off-by: Lionel Landwerlin > --- > src/intel/common/gen_batch_decoder.c | 34 ++ > src/intel/common/gen_deco

[Mesa-dev] [PATCH 2/8] intel/decoders: add address space indicator to get BOs

2018-09-06 Thread Lionel Landwerlin
Some commands like MI_BATCH_BUFFER_START have this indicator. Signed-off-by: Lionel Landwerlin --- src/intel/common/gen_batch_decoder.c | 34 ++ src/intel/common/gen_decoder.h| 3 +- src/intel/tools/aubinator.c | 23 src/in