aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/Makefile
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-07-05 10:40:20 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-07-05 11:53:27 +0100
commit94b4f3ba483ace6dd4a3f881e19cc18bdbafa6ef (patch)
tree5bcd45d4151f6ea09f4b617a79887a23cf961163 /drivers/gpu/drm/i915/Makefile
parentdrm/i915: Skip capturing an error state if we already have one (diff)
downloadlinux-dev-94b4f3ba483ace6dd4a3f881e19cc18bdbafa6ef.tar.xz
linux-dev-94b4f3ba483ace6dd4a3f881e19cc18bdbafa6ef.zip
drm/i915: Split out runtime configuration of device info to its own file
Let's reclaim a few hundred lines from i915_drv.c by splitting out the runtime configuration of the "constant" dev_priv->info. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/1467711623-2905-1-git-send-email-chris@chris-wilson.co.uk Reviewed-by: Matthew Auld <matthew.auld@intel.com>
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 618293c8c9d9..684fc1cd08fa 100644
--- a/drivers/gpu/drm/i915/Makefile
+++ b/drivers/gpu/drm/i915/Makefile
@@ -14,6 +14,7 @@ i915-y := i915_drv.o \
i915_suspend.o \
i915_sysfs.o \
intel_csr.o \
+ intel_device_info.o \
intel_pm.o \
intel_runtime_pm.o