From: Daniel Vetter Date: Fri, 25 Jan 2013 16:53:22 +0000 (+0100) Subject: drm/i915: move DP save/restore into i915_ums.c X-Git-Tag: v3.9-rc1~83^2~36^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a65e827dd57b2fd48a698209dd7701eb13e72095;p=pandora-kernel.git drm/i915: move DP save/restore into i915_ums.c Note that this slightly changes the order, but we only move it within the block of registers that restore encoder state. Specifically LVDS is now restored after DP, whereas previously it was done before. Legacy vga is still restored afterwards, which seems to be the important thing (if there's anything important in this restore ordering at all). Reviewed-by: Imre Deak Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed