Searched hist:bffe5db81ae63ec75f5e09d1c97de42c37cb181e (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_cmdbuf.h | diff bffe5db81ae63ec75f5e09d1c97de42c37cb181e Fri Jul 05 19:17:22 CEST 2019 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: share a single cmdbuf suballoc region across all GPUs
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.
As the suballoc space is now potentially shared by more hardware jobs running in parallel, double its size to 512KB to avoid contention.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de> Reviewed-by: Guido Günther <agx@sigxcpu.org>
|
H A D | etnaviv_cmdbuf.c | diff bffe5db81ae63ec75f5e09d1c97de42c37cb181e Fri Jul 05 19:17:22 CEST 2019 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: share a single cmdbuf suballoc region across all GPUs
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.
As the suballoc space is now potentially shared by more hardware jobs running in parallel, double its size to 512KB to avoid contention.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de> Reviewed-by: Guido Günther <agx@sigxcpu.org>
|
H A D | etnaviv_drv.h | diff bffe5db81ae63ec75f5e09d1c97de42c37cb181e Fri Jul 05 19:17:22 CEST 2019 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: share a single cmdbuf suballoc region across all GPUs
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.
As the suballoc space is now potentially shared by more hardware jobs running in parallel, double its size to 512KB to avoid contention.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de> Reviewed-by: Guido Günther <agx@sigxcpu.org>
|
H A D | etnaviv_gpu.h | diff bffe5db81ae63ec75f5e09d1c97de42c37cb181e Fri Jul 05 19:17:22 CEST 2019 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: share a single cmdbuf suballoc region across all GPUs
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.
As the suballoc space is now potentially shared by more hardware jobs running in parallel, double its size to 512KB to avoid contention.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de> Reviewed-by: Guido Günther <agx@sigxcpu.org>
|
H A D | etnaviv_gem_submit.c | diff bffe5db81ae63ec75f5e09d1c97de42c37cb181e Fri Jul 05 19:17:22 CEST 2019 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: share a single cmdbuf suballoc region across all GPUs
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.
As the suballoc space is now potentially shared by more hardware jobs running in parallel, double its size to 512KB to avoid contention.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de> Reviewed-by: Guido Günther <agx@sigxcpu.org>
|
H A D | etnaviv_drv.c | diff bffe5db81ae63ec75f5e09d1c97de42c37cb181e Fri Jul 05 19:17:22 CEST 2019 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: share a single cmdbuf suballoc region across all GPUs
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.
As the suballoc space is now potentially shared by more hardware jobs running in parallel, double its size to 512KB to avoid contention.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de> Reviewed-by: Guido Günther <agx@sigxcpu.org>
|
H A D | etnaviv_gpu.c | diff bffe5db81ae63ec75f5e09d1c97de42c37cb181e Fri Jul 05 19:17:22 CEST 2019 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: share a single cmdbuf suballoc region across all GPUs
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.
As the suballoc space is now potentially shared by more hardware jobs running in parallel, double its size to 512KB to avoid contention.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de> Reviewed-by: Guido Günther <agx@sigxcpu.org>
|