aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/Makefile
diff options
context:
space:
mode:
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>2016-07-13 16:03:40 +0100
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>2016-07-14 11:17:20 +0100
commit88d2ba2e95c85554e12b5a342bd93dbc2adf7546 (patch)
treefe3423d0361e0eaea97796f716aaeb6b14846237 /drivers/gpu/drm/i915/Makefile
parentdrm/i915: Simplify intel_init_ring_buffer prototype (diff)
downloadlinux-dev-88d2ba2e95c85554e12b5a342bd93dbc2adf7546.tar.xz
linux-dev-88d2ba2e95c85554e12b5a342bd93dbc2adf7546.zip
drm/i915: Move common engine setup into intel_engine_cs.c
Common code deserves to be put in a separate file from legacy and execlists implementation for clarity and ease of maintenance. Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Reviewed-by: Chris Wilson <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 684fc1cd08fa..75318ebb8d25 100644
--- a/drivers/gpu/drm/i915/Makefile
+++ b/drivers/gpu/drm/i915/Makefile
@@ -40,6 +40,7 @@ i915-y += i915_cmd_parser.o \
i915_gpu_error.o \
i915_trace_points.o \
intel_breadcrumbs.o \
+ intel_engine_cs.o \
intel_lrc.o \
intel_mocs.o \
intel_ringbuffer.o \