Re: [PATCH v2 2/8] drm/etnaviv: share a single cmdbuf suballoc region across all GPUs

2019-04-23 Thread Philipp Zabel
On Wed, 2019-04-17 at 15:50 +0200, Lucas Stach wrote: > There is no need for each GPU to have it's own cmdbuf suballocation > region. Only allocate a single one for the the etnaviv virtual device > and share it across all GPUs. > > Signed-off-by: Lucas Stach > --- > drivers/gpu/drm/etnaviv/etnav

[PATCH v2 2/8] drm/etnaviv: share a single cmdbuf suballoc region across all GPUs

2019-04-17 Thread Lucas Stach
There is no need for each GPU to have it's own cmdbuf suballocation region. Only allocate a single one for the the etnaviv virtual device and share it across all GPUs. Signed-off-by: Lucas Stach --- drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c | 14 ++-- drivers/gpu/drm/etnaviv/etnaviv_c