Re: [PATCH v2 1/8] drm/etnaviv: split out cmdbuf mapping into address space

2019-04-23 Thread Philipp Zabel
On Wed, 2019-04-17 at 15:50 +0200, Lucas Stach wrote: > This allows to decouple the cmdbuf suballocator create and mapping > the region into the GPU address space. Allowing multiple AS to share > a single cmdbuf suballoc. > > Signed-off-by: Lucas Stach > --- > drivers/gpu/drm/etnaviv/etnaviv_buf

[PATCH v2 1/8] drm/etnaviv: split out cmdbuf mapping into address space

2019-04-17 Thread Lucas Stach
This allows to decouple the cmdbuf suballocator create and mapping the region into the GPU address space. Allowing multiple AS to share a single cmdbuf suballoc. Signed-off-by: Lucas Stach --- drivers/gpu/drm/etnaviv/etnaviv_buffer.c | 23 --- drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c | 42 ++