From: Daniel Vetter Date: Fri, 25 Jan 2013 16:53:20 +0000 (+0100) Subject: drm/i915: extract ums suspend/resume into i915_ums.c X-Git-Tag: v3.9-rc1~83^2~36^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8157a3687323ae5a76f1ecd0fc592b1d87be81b;p=pandora-kernel.git 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 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 --- Reading git-diff-tree failed