diff options
Diffstat (limited to 'drivers/gpu/drm/i915/intel_runtime_pm.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_runtime_pm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.c b/drivers/gpu/drm/i915/intel_runtime_pm.c index b1bd25e1e853..3f682a1a08ce 100644 --- a/drivers/gpu/drm/i915/intel_runtime_pm.c +++ b/drivers/gpu/drm/i915/intel_runtime_pm.c | |||
@@ -297,6 +297,7 @@ static void hsw_set_power_well(struct drm_i915_private *dev_priv, | |||
297 | BIT(POWER_DOMAIN_PORT_DDI_C_4_LANES) | \ | 297 | BIT(POWER_DOMAIN_PORT_DDI_C_4_LANES) | \ |
298 | BIT(POWER_DOMAIN_PORT_DDI_D_2_LANES) | \ | 298 | BIT(POWER_DOMAIN_PORT_DDI_D_2_LANES) | \ |
299 | BIT(POWER_DOMAIN_PORT_DDI_D_4_LANES) | \ | 299 | BIT(POWER_DOMAIN_PORT_DDI_D_4_LANES) | \ |
300 | BIT(POWER_DOMAIN_PORT_DDI_E_2_LANES) | \ | ||
300 | BIT(POWER_DOMAIN_AUX_B) | \ | 301 | BIT(POWER_DOMAIN_AUX_B) | \ |
301 | BIT(POWER_DOMAIN_AUX_C) | \ | 302 | BIT(POWER_DOMAIN_AUX_C) | \ |
302 | BIT(POWER_DOMAIN_AUX_D) | \ | 303 | BIT(POWER_DOMAIN_AUX_D) | \ |
@@ -316,6 +317,7 @@ static void hsw_set_power_well(struct drm_i915_private *dev_priv, | |||
316 | #define SKL_DISPLAY_DDI_A_E_POWER_DOMAINS ( \ | 317 | #define SKL_DISPLAY_DDI_A_E_POWER_DOMAINS ( \ |
317 | BIT(POWER_DOMAIN_PORT_DDI_A_2_LANES) | \ | 318 | BIT(POWER_DOMAIN_PORT_DDI_A_2_LANES) | \ |
318 | BIT(POWER_DOMAIN_PORT_DDI_A_4_LANES) | \ | 319 | BIT(POWER_DOMAIN_PORT_DDI_A_4_LANES) | \ |
320 | BIT(POWER_DOMAIN_PORT_DDI_E_2_LANES) | \ | ||
319 | BIT(POWER_DOMAIN_INIT)) | 321 | BIT(POWER_DOMAIN_INIT)) |
320 | #define SKL_DISPLAY_DDI_B_POWER_DOMAINS ( \ | 322 | #define SKL_DISPLAY_DDI_B_POWER_DOMAINS ( \ |
321 | BIT(POWER_DOMAIN_PORT_DDI_B_2_LANES) | \ | 323 | BIT(POWER_DOMAIN_PORT_DDI_B_2_LANES) | \ |