From b04c5bd6fda54703e56f29569e4bca489d6c5a5c Mon Sep 17 00:00:00 2001 From: Borun Fu Date: Sat, 12 Jul 2014 10:02:27 +0530 Subject: [PATCH] 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-format-patch failed