[Intel-gfx] [PATCH] drm/i915/skl: re-enable power well support

Imre Deak imre.deak at intel.com
Mon Nov 23 07:03:39 PST 2015


On to, 2015-11-19 at 19:06 +0100, Patrik Jakobsson wrote:
> On Wed, Nov 18, 2015 at 07:53:50PM +0200, Imre Deak wrote:
> > Now that the known DMC/DC issues are fixed, let's try again and
> > re-enable the power well support.
> > 
> > Signed-off-by: Imre Deak <imre.deak at intel.com>
> 
> Together with the PC9/10 fix this is:
> 
> Reviewed-by: Patrik Jakobsson <patrik.jakobsson at linux.intel.com>

Pushed both patches to dinq, thanks for the review.

> > ---
> >  drivers/gpu/drm/i915/intel_runtime_pm.c | 5 -----
> >  1 file changed, 5 deletions(-)
> > 
> > diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.c
> > b/drivers/gpu/drm/i915/intel_runtime_pm.c
> > index a1dc815..10154a7 100644
> > --- a/drivers/gpu/drm/i915/intel_runtime_pm.c
> > +++ b/drivers/gpu/drm/i915/intel_runtime_pm.c
> > @@ -1841,11 +1841,6 @@ sanitize_disable_power_well_option(const
> > struct drm_i915_private *dev_priv,
> >  	if (disable_power_well >= 0)
> >  		return !!disable_power_well;
> >  
> > -	if (IS_SKYLAKE(dev_priv)) {
> > -		DRM_DEBUG_KMS("Disabling display power well
> > support\n");
> > -		return 0;
> > -	}
> > -
> >  	return 1;
> >  }
> >  


More information about the Intel-gfx mailing list