From: Ville Syrjälä Date: Mon, 16 Sep 2013 14:38:33 +0000 (+0300) Subject: drm/i915: Redisable VGA before the modeset on resume X-Git-Tag: v3.13-rc1~76^2~80^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d0bc1ea50e7b3fb1c7a52918611baba8750177d;p=pandora-kernel.git drm/i915: Redisable VGA before the modeset on resume The VGA plane needs to be disabled before we start doing any modeset operations on resume. This should also guarantee that the power well will be enabled when we call i915_redisable_vga() since it gets explicitly powered on during resume, and will get powered back off during the modeset operation if no longer needed. Signed-off-by: Ville Syrjälä Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed