[PATCH 26/28] drm/i915/dp: Add POWER_INIT to PW2

Manasi Navare manasi.d.navare at intel.com
Thu Sep 13 23:48:24 UTC 2018


Signed-off-by: Manasi Navare <manasi.d.navare at intel.com>
---
 drivers/gpu/drm/i915/intel_runtime_pm.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.c b/drivers/gpu/drm/i915/intel_runtime_pm.c
index 146e2d6cf954..082a65f2c273 100644
--- a/drivers/gpu/drm/i915/intel_runtime_pm.c
+++ b/drivers/gpu/drm/i915/intel_runtime_pm.c
@@ -1971,7 +1971,8 @@ void intel_display_power_put(struct drm_i915_private *dev_priv,
  	 * - eDP/MIPI DSI VDSC
 	 */
 #define ICL_PW_2_POWER_DOMAINS (			\
-	BIT_ULL(POWER_DOMAIN_VDSC_EDP_MIPI))
+	BIT_ULL(POWER_DOMAIN_VDSC_EDP_MIPI) |		\
+	BIT_ULL(POWER_DOMAIN_INIT))
 	/*
 	 * - transcoder WD
 	 * - KVMR (HW control)
-- 
2.18.0



More information about the Intel-gfx-trybot mailing list