Re: [Mesa-dev] [PATCH 31/33] intel: decoder: decouple decoding from memory pointers

2017-11-01 Thread Lionel Landwerlin
On 01/11/17 15:09, Scott D Phillips wrote: Lionel Landwerlin writes: On 31/10/17 23:04, Scott D Phillips wrote: Lionel Landwerlin writes: On 31/10/17 20:54, Scott D Phillips wrote: Lionel Landwerlin writes: We want to introduce a reader interface for accessing memory, so that later on

Re: [Mesa-dev] [PATCH 31/33] intel: decoder: decouple decoding from memory pointers

2017-11-01 Thread Scott D Phillips
Lionel Landwerlin writes: > On 31/10/17 23:04, Scott D Phillips wrote: >> Lionel Landwerlin writes: >> >>> On 31/10/17 20:54, Scott D Phillips wrote: Lionel Landwerlin writes: > We want to introduce a reader interface for accessing memory, so that > later on we can use differe

Re: [Mesa-dev] [PATCH 31/33] intel: decoder: decouple decoding from memory pointers

2017-10-31 Thread Lionel Landwerlin
On 31/10/17 23:04, Scott D Phillips wrote: Lionel Landwerlin writes: On 31/10/17 20:54, Scott D Phillips wrote: Lionel Landwerlin writes: We want to introduce a reader interface for accessing memory, so that later on we can use different ways of storing the content of the GTT address space

Re: [Mesa-dev] [PATCH 31/33] intel: decoder: decouple decoding from memory pointers

2017-10-31 Thread Scott D Phillips
Lionel Landwerlin writes: > On 31/10/17 20:54, Scott D Phillips wrote: >> Lionel Landwerlin writes: >> >>> We want to introduce a reader interface for accessing memory, so that >>> later on we can use different ways of storing the content of the GTT >>> address space that don't involve a pointer

Re: [Mesa-dev] [PATCH 31/33] intel: decoder: decouple decoding from memory pointers

2017-10-31 Thread Lionel Landwerlin
On 31/10/17 20:54, Scott D Phillips wrote: Lionel Landwerlin writes: We want to introduce a reader interface for accessing memory, so that later on we can use different ways of storing the content of the GTT address space that don't involve a pointer to a linear buffer. I'm kinda sceptical th

Re: [Mesa-dev] [PATCH 31/33] intel: decoder: decouple decoding from memory pointers

2017-10-31 Thread Scott D Phillips
Lionel Landwerlin writes: > We want to introduce a reader interface for accessing memory, so that > later on we can use different ways of storing the content of the GTT > address space that don't involve a pointer to a linear buffer. I'm kinda sceptical that this is the best way to achieve what

[Mesa-dev] [PATCH 31/33] intel: decoder: decouple decoding from memory pointers

2017-10-30 Thread Lionel Landwerlin
We want to introduce a reader interface for accessing memory, so that later on we can use different ways of storing the content of the GTT address space that don't involve a pointer to a linear buffer. Signed-off-by: Lionel Landwerlin --- src/intel/common/gen_decoder.c| 75 ++