summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/Makefile
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2020-01-31 13:45:42 +0300
committerChris Wilson <chris@chris-wilson.co.uk>2020-02-04 13:14:03 +0300
commitb4d3acaa733314975f34986013e727a0bbc1d681 (patch)
tree8f61d21d1b474479ae8ae318347c3ebf229225d0 /drivers/gpu/drm/i915/Makefile
parent0a3b94a2b88feec953e283e7022437a92a639847 (diff)
downloadlinux-b4d3acaa733314975f34986013e727a0bbc1d681.tar.xz
drm/i915/gt: Pull sseu context updates under gt
Lift the routines to emit a request to update the SSEU on the intel_context out of i915_gem_context. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Matthew Auld <matthew.auld@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200131104548.2451485-6-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/gpu/drm/i915/Makefile')
-rw-r--r--drivers/gpu/drm/i915/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile
index 787ffe669810..49eed50ef0a4 100644
--- a/drivers/gpu/drm/i915/Makefile
+++ b/drivers/gpu/drm/i915/Makefile
@@ -81,6 +81,7 @@ gt-y += \
gt/gen8_ppgtt.o \
gt/intel_breadcrumbs.o \
gt/intel_context.o \
+ gt/intel_context_sseu.o \
gt/intel_engine_cs.o \
gt/intel_engine_heartbeat.o \
gt/intel_engine_pm.o \