[PATCH 43/48] staging: etnaviv: map all buffers to the GPU

2015-10-21 Thread Russell King - ARM Linux
On Fri, Sep 25, 2015 at 01:57:55PM +0200, Lucas Stach wrote: > This redefines how we do cache handling in the following way: > > All buffer are pushed into the GPU domain initially, this will only > be done when populating the buffers backing store, but for simplicity > userspace can assume that

[PATCH 43/48] staging: etnaviv: map all buffers to the GPU

2015-09-25 Thread Lucas Stach
This redefines how we do cache handling in the following way: All buffer are pushed into the GPU domain initially, this will only be done when populating the buffers backing store, but for simplicity userspace can assume that the buffer is owned by the GPU as soon as it constructs a GEM handle.