diff options
Diffstat (limited to 'drivers/gpu/drm/i915/intel_runtime_pm.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_runtime_pm.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.c b/drivers/gpu/drm/i915/intel_runtime_pm.c index 480dadb1047b..0fdabce647ab 100644 --- a/drivers/gpu/drm/i915/intel_runtime_pm.c +++ b/drivers/gpu/drm/i915/intel_runtime_pm.c | |||
@@ -1996,6 +1996,7 @@ void intel_display_power_put(struct drm_i915_private *dev_priv, | |||
1996 | BIT_ULL(POWER_DOMAIN_PORT_DDI_F_IO)) | 1996 | BIT_ULL(POWER_DOMAIN_PORT_DDI_F_IO)) |
1997 | 1997 | ||
1998 | #define ICL_AUX_A_IO_POWER_DOMAINS ( \ | 1998 | #define ICL_AUX_A_IO_POWER_DOMAINS ( \ |
1999 | BIT_ULL(POWER_DOMAIN_AUX_IO_A) | \ | ||
1999 | BIT_ULL(POWER_DOMAIN_AUX_A)) | 2000 | BIT_ULL(POWER_DOMAIN_AUX_A)) |
2000 | #define ICL_AUX_B_IO_POWER_DOMAINS ( \ | 2001 | #define ICL_AUX_B_IO_POWER_DOMAINS ( \ |
2001 | BIT_ULL(POWER_DOMAIN_AUX_B)) | 2002 | BIT_ULL(POWER_DOMAIN_AUX_B)) |
@@ -3563,6 +3564,9 @@ static void icl_display_core_init(struct drm_i915_private *dev_priv, | |||
3563 | 3564 | ||
3564 | /* 7. Setup MBUS. */ | 3565 | /* 7. Setup MBUS. */ |
3565 | icl_mbus_init(dev_priv); | 3566 | icl_mbus_init(dev_priv); |
3567 | |||
3568 | if (resume && dev_priv->csr.dmc_payload) | ||
3569 | intel_csr_load_program(dev_priv); | ||
3566 | } | 3570 | } |
3567 | 3571 | ||
3568 | static void icl_display_core_uninit(struct drm_i915_private *dev_priv) | 3572 | static void icl_display_core_uninit(struct drm_i915_private *dev_priv) |