summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/Makefile
diff options
context:
space:
mode:
authorDaniel Vetter2013-01-25 17:53:20 +0100
committerDaniel Vetter2013-01-31 11:50:03 +0100
commitd8157a3687323ae5a76f1ecd0fc592b1d87be81b (patch)
tree610f96d2598e2962f59ec45b984373ac22f0bded /drivers/gpu/drm/i915/Makefile
parentdrm/i915: move modeset checks out of save/restore_modeset_reg (diff)
downloadkernel-qcow2-linux-d8157a3687323ae5a76f1ecd0fc592b1d87be81b.tar.gz
kernel-qcow2-linux-d8157a3687323ae5a76f1ecd0fc592b1d87be81b.tar.xz
kernel-qcow2-linux-d8157a3687323ae5a76f1ecd0fc592b1d87be81b.zip
drm/i915: extract ums suspend/resume into i915_ums.c
Similarly to how i915_dma.c is shaping up to be the dungeon hole for all things supporting dri1, create a new one to hide all the crazy things which are only really useful for ums support. Biggest part is the register suspend/resume support. Unfortunately a lot of it is still intermingled with bits and pieces we might still need, so needs more analysis and needs to stay in i915_suspend.c for now. Reviewed-by: Imre Deak <imre.deak@intel.com> v2: s/modeset_reg/display_reg/ as suggested by Imre, to avoid confusion between the kernel modeset code and display save/restore to support ums. v3: Fixup alphabetical order in the Makefile, spotted by Chris Wilson. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
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 0f2c5493242b..91f3ac6cef35 100644
--- a/drivers/gpu/drm/i915/Makefile
+++ b/drivers/gpu/drm/i915/Makefile
@@ -16,6 +16,7 @@ i915-y := i915_drv.o i915_dma.o i915_irq.o \
i915_gem_tiling.o \
i915_sysfs.o \
i915_trace_points.o \
+ i915_ums.o \
intel_display.o \
intel_crt.o \
intel_lvds.o \