diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2015-04-30 11:39:16 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-05-08 07:03:31 -0400 |
commit | aeaa2122af4e53f3bfd28e8f294557bb95af43fc (patch) | |
tree | 22efca5e2e206fa4c3c60dc42092baec35ce58bd /drivers/gpu/drm/i915/intel_runtime_pm.c | |
parent | 4dd738e9cd791ebac2a009f09f1761e85e7f0805 (diff) |
drm/i915/skl: Add the INIT power domain to the MISC I/O power well
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_runtime_pm.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_runtime_pm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.c b/drivers/gpu/drm/i915/intel_runtime_pm.c index b393db78e5cb..64968d4ec62c 100644 --- a/drivers/gpu/drm/i915/intel_runtime_pm.c +++ b/drivers/gpu/drm/i915/intel_runtime_pm.c | |||
@@ -314,7 +314,8 @@ static void hsw_set_power_well(struct drm_i915_private *dev_priv, | |||
314 | BIT(POWER_DOMAIN_PORT_DDI_D_4_LANES) | \ | 314 | BIT(POWER_DOMAIN_PORT_DDI_D_4_LANES) | \ |
315 | BIT(POWER_DOMAIN_INIT)) | 315 | BIT(POWER_DOMAIN_INIT)) |
316 | #define SKL_DISPLAY_MISC_IO_POWER_DOMAINS ( \ | 316 | #define SKL_DISPLAY_MISC_IO_POWER_DOMAINS ( \ |
317 | SKL_DISPLAY_POWERWELL_1_POWER_DOMAINS) | 317 | SKL_DISPLAY_POWERWELL_1_POWER_DOMAINS | \ |
318 | BIT(POWER_DOMAIN_INIT)) | ||
318 | #define SKL_DISPLAY_ALWAYS_ON_POWER_DOMAINS ( \ | 319 | #define SKL_DISPLAY_ALWAYS_ON_POWER_DOMAINS ( \ |
319 | (POWER_DOMAIN_MASK & ~(SKL_DISPLAY_POWERWELL_1_POWER_DOMAINS | \ | 320 | (POWER_DOMAIN_MASK & ~(SKL_DISPLAY_POWERWELL_1_POWER_DOMAINS | \ |
320 | SKL_DISPLAY_POWERWELL_2_POWER_DOMAINS | \ | 321 | SKL_DISPLAY_POWERWELL_2_POWER_DOMAINS | \ |