From: Borun Fu Date: Sat, 12 Jul 2014 04:32:27 +0000 (+0530) Subject: drm/i915: Power gating display wells during i915_pm_suspend X-Git-Tag: omap-for-v3.17/fixes-against-rc2~125^2~20^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b04c5bd6fda54703e56f29569e4bca489d6c5a5c;p=pandora-kernel.git drm/i915: Power gating display wells during i915_pm_suspend On VLV, after i915_pm_suspend display power wells are staying power ungated. So, after initiating mem sleep "echo mem > /sys/power/state" Display is staing D0 State. There might be better way/place to power gate these wells. Also, we need to make sure that if wells are power gated due to DPMS OFF sequence, they need not be turned off by i915_pm_suspend again. v2: Extracted helper for intel_crtc_disable and power gating CRTC power wells. [Daniel] Cc: Imre Deak Cc: Paulo Zanoni Cc: Daniel Vetter Cc: Jani Nikula Change-Id: I34c80da66aa24c423a5576c68aa1f3a8d0f43848 Signed-off-by: Borun Fu Signed-off-by: Sagar Kamble Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed