/linux/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_sched.h | e93b6deeb45a781489f4ceaa97f9545a3cbebb81 Mon Dec 04 18:41:58 CET 2017 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: hook up DRM GPU scheduler
This hooks in the DRM GPU scheduler. No improvement yet, as all the dependency handling is still done in etnaviv_gem_submit. This just replaces the actual GPU submit by passing through the scheduler.
Allows to get rid of the retire worker, as this is now driven by the scheduler.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
|
H A D | Makefile | diff e93b6deeb45a781489f4ceaa97f9545a3cbebb81 Mon Dec 04 18:41:58 CET 2017 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: hook up DRM GPU scheduler
This hooks in the DRM GPU scheduler. No improvement yet, as all the dependency handling is still done in etnaviv_gem_submit. This just replaces the actual GPU submit by passing through the scheduler.
Allows to get rid of the retire worker, as this is now driven by the scheduler.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
|
H A D | Kconfig | diff e93b6deeb45a781489f4ceaa97f9545a3cbebb81 Mon Dec 04 18:41:58 CET 2017 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: hook up DRM GPU scheduler
This hooks in the DRM GPU scheduler. No improvement yet, as all the dependency handling is still done in etnaviv_gem_submit. This just replaces the actual GPU submit by passing through the scheduler.
Allows to get rid of the retire worker, as this is now driven by the scheduler.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
|
H A D | etnaviv_gem.h | diff e93b6deeb45a781489f4ceaa97f9545a3cbebb81 Mon Dec 04 18:41:58 CET 2017 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: hook up DRM GPU scheduler
This hooks in the DRM GPU scheduler. No improvement yet, as all the dependency handling is still done in etnaviv_gem_submit. This just replaces the actual GPU submit by passing through the scheduler.
Allows to get rid of the retire worker, as this is now driven by the scheduler.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
|
H A D | etnaviv_drv.h | diff e93b6deeb45a781489f4ceaa97f9545a3cbebb81 Mon Dec 04 18:41:58 CET 2017 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: hook up DRM GPU scheduler
This hooks in the DRM GPU scheduler. No improvement yet, as all the dependency handling is still done in etnaviv_gem_submit. This just replaces the actual GPU submit by passing through the scheduler.
Allows to get rid of the retire worker, as this is now driven by the scheduler.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
|
H A D | etnaviv_sched.c | e93b6deeb45a781489f4ceaa97f9545a3cbebb81 Mon Dec 04 18:41:58 CET 2017 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: hook up DRM GPU scheduler
This hooks in the DRM GPU scheduler. No improvement yet, as all the dependency handling is still done in etnaviv_gem_submit. This just replaces the actual GPU submit by passing through the scheduler.
Allows to get rid of the retire worker, as this is now driven by the scheduler.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
|
H A D | etnaviv_gpu.h | diff e93b6deeb45a781489f4ceaa97f9545a3cbebb81 Mon Dec 04 18:41:58 CET 2017 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: hook up DRM GPU scheduler
This hooks in the DRM GPU scheduler. No improvement yet, as all the dependency handling is still done in etnaviv_gem_submit. This just replaces the actual GPU submit by passing through the scheduler.
Allows to get rid of the retire worker, as this is now driven by the scheduler.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
|
H A D | etnaviv_gem_submit.c | diff e93b6deeb45a781489f4ceaa97f9545a3cbebb81 Mon Dec 04 18:41:58 CET 2017 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: hook up DRM GPU scheduler
This hooks in the DRM GPU scheduler. No improvement yet, as all the dependency handling is still done in etnaviv_gem_submit. This just replaces the actual GPU submit by passing through the scheduler.
Allows to get rid of the retire worker, as this is now driven by the scheduler.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
|
H A D | etnaviv_drv.c | diff e93b6deeb45a781489f4ceaa97f9545a3cbebb81 Mon Dec 04 18:41:58 CET 2017 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: hook up DRM GPU scheduler
This hooks in the DRM GPU scheduler. No improvement yet, as all the dependency handling is still done in etnaviv_gem_submit. This just replaces the actual GPU submit by passing through the scheduler.
Allows to get rid of the retire worker, as this is now driven by the scheduler.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
|
H A D | etnaviv_gpu.c | diff e93b6deeb45a781489f4ceaa97f9545a3cbebb81 Mon Dec 04 18:41:58 CET 2017 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: hook up DRM GPU scheduler
This hooks in the DRM GPU scheduler. No improvement yet, as all the dependency handling is still done in etnaviv_gem_submit. This just replaces the actual GPU submit by passing through the scheduler.
Allows to get rid of the retire worker, as this is now driven by the scheduler.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
|