summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/etnaviv/Makefile
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2017-12-04 18:41:58 +0100
committerLucas Stach <l.stach@pengutronix.de>2018-02-12 16:30:59 +0100
commite93b6deeb45a781489f4ceaa97f9545a3cbebb81 (patch)
tree82b760c0285f254b0fa73999f9da3230cdad2266 /drivers/gpu/drm/etnaviv/Makefile
parent8bc4d885bd42e9a1d47a53aa4efbb818597ef9a0 (diff)
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>
Diffstat (limited to 'drivers/gpu/drm/etnaviv/Makefile')
-rw-r--r--drivers/gpu/drm/etnaviv/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/etnaviv/Makefile b/drivers/gpu/drm/etnaviv/Makefile
index 1281c8d4fae5..9bb780c22501 100644
--- a/drivers/gpu/drm/etnaviv/Makefile
+++ b/drivers/gpu/drm/etnaviv/Makefile
@@ -12,6 +12,7 @@ etnaviv-y := \
etnaviv_iommu_v2.o \
etnaviv_iommu.o \
etnaviv_mmu.o \
- etnaviv_perfmon.o
+ etnaviv_perfmon.o \
+ etnaviv_sched.o
obj-$(CONFIG_DRM_ETNAVIV) += etnaviv.o