[PATCH 44/48] staging: etnaviv: implement cache maintenance on cpu_(prep|fini)

2015-10-21 Thread Russell King - ARM Linux
On Fri, Sep 25, 2015 at 01:57:56PM +0200, Lucas Stach wrote: > This makes sure that we are satifying the cache handling rules outlined > in the previous commit. Cached buffers are pulled into the CPU domain > before access and pushed to the GPU again when the CPU is done. > > Signed-off-by: Lucas

[PATCH 44/48] staging: etnaviv: implement cache maintenance on cpu_(prep|fini)

2015-09-25 Thread Lucas Stach
This makes sure that we are satifying the cache handling rules outlined in the previous commit. Cached buffers are pulled into the CPU domain before access and pushed to the GPU again when the CPU is done. Signed-off-by: Lucas Stach --- drivers/staging/etnaviv/etnaviv_gem.c | 41