On Mon, Jul 14, 2014 at 08:17:15AM -0700, Jesse Barnes wrote:
> On Tue, 15 Jul 2014 13:03:55 +0530
> Deepak S <[email protected]> wrote:
> 
> > 
> > On Saturday 28 June 2014 11:26 AM, [email protected] wrote:
> > > From: Deepak S <[email protected]>
> > >
> > > Drop WaGsvBringDownFreq on CHV.
> > > When in RC6 requesting the min freq should be fine to bring the
> > > voltage down.
> > >
> > > Signed-off-by: Deepak S <[email protected]>
> > > ---
> > >   drivers/gpu/drm/i915/intel_pm.c | 4 +++-
> > >   1 file changed, 3 insertions(+), 1 deletion(-)
> > >
> > > diff --git a/drivers/gpu/drm/i915/intel_pm.c 
> > > b/drivers/gpu/drm/i915/intel_pm.c
> > > index 6b6cfd4..4875f745 100644
> > > --- a/drivers/gpu/drm/i915/intel_pm.c
> > > +++ b/drivers/gpu/drm/i915/intel_pm.c
> > > @@ -3253,7 +3253,9 @@ void gen6_rps_idle(struct drm_i915_private 
> > > *dev_priv)
> > >   
> > >           mutex_lock(&dev_priv->rps.hw_lock);
> > >           if (dev_priv->rps.enabled) {
> > > -         if (IS_VALLEYVIEW(dev))
> > > +         if (IS_CHERRYVIEW(dev))
> > > +                 valleyview_set_rps(dev_priv->dev, 
> > > dev_priv->rps.min_freq_softlimit);
> > > +         else if (IS_VALLEYVIEW(dev))
> > >                           vlv_set_rps_idle(dev_priv);
> > >                   else
> > >                           gen6_set_rps(dev_priv->dev, 
> > > dev_priv->rps.min_freq_softlimit);
> > 
> > Hi Jesse,
> > 
> > can you please review this patch?
> 
> Reviewed-by: Jesse Barnes <[email protected]>

Queued for -next, thanks for the patch.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to