diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2016-07-05 11:40:20 +0200 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2016-07-05 12:53:27 +0200 |
commit | 94b4f3ba483ace6dd4a3f881e19cc18bdbafa6ef (patch) | |
tree | 5bcd45d4151f6ea09f4b617a79887a23cf961163 /drivers/gpu/drm/i915/Makefile | |
parent | drm/i915: Skip capturing an error state if we already have one (diff) | |
download | linux-94b4f3ba483ace6dd4a3f881e19cc18bdbafa6ef.tar.xz linux-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/Makefile | 1 |
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 |