diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2015-04-30 11:39:20 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-05-08 07:03:35 -0400 |
commit | 6222709d60734dd1e11f8d24520d9f23b4eb953e (patch) | |
tree | dea715d2e0caeb6960df4622064f3e9926a21ef5 /drivers/gpu/drm/i915/intel_runtime_pm.c | |
parent | 57520bc55cf56b77e7a67cb0877fafdb65181f6a (diff) |
drm/i915/skl: Make the Misc I/O power well part of the PLLS domain
The specs tell us to ungate PG1 and Misc I/O at display init. We'll use
the PLLS power domain to ensure those two power wells are up.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.c b/drivers/gpu/drm/i915/intel_runtime_pm.c index 64968d4ec62c..bd7ad1d2d5f5 100644 --- a/drivers/gpu/drm/i915/intel_runtime_pm.c +++ b/drivers/gpu/drm/i915/intel_runtime_pm.c | |||
@@ -315,6 +315,7 @@ static void hsw_set_power_well(struct drm_i915_private *dev_priv, | |||
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_PLLS) | \ | ||
318 | BIT(POWER_DOMAIN_INIT)) | 319 | BIT(POWER_DOMAIN_INIT)) |
319 | #define SKL_DISPLAY_ALWAYS_ON_POWER_DOMAINS ( \ | 320 | #define SKL_DISPLAY_ALWAYS_ON_POWER_DOMAINS ( \ |
320 | (POWER_DOMAIN_MASK & ~(SKL_DISPLAY_POWERWELL_1_POWER_DOMAINS | \ | 321 | (POWER_DOMAIN_MASK & ~(SKL_DISPLAY_POWERWELL_1_POWER_DOMAINS | \ |