public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel@ffwll.ch>
To: Jesse Barnes <jbarnes@virtuousgeek.org>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH] drm/i915/chv: Drop WaGsvBringDownFreqInRc6
Date: Mon, 14 Jul 2014 19:27:02 +0200	[thread overview]
Message-ID: <20140714172702.GI15237@phenom.ffwll.local> (raw)
In-Reply-To: <20140714081715.532fbe97@jbarnes-desktop>

On Mon, Jul 14, 2014 at 08:17:15AM -0700, Jesse Barnes wrote:
> On Tue, 15 Jul 2014 13:03:55 +0530
> Deepak S <deepak.s@linux.intel.com> wrote:
> 
> > 
> > On Saturday 28 June 2014 11:26 AM, deepak.s@linux.intel.com wrote:
> > > From: Deepak S <deepak.s@linux.intel.com>
> > >
> > > Drop WaGsvBringDownFreq on CHV.
> > > When in RC6 requesting the min freq should be fine to bring the
> > > voltage down.
> > >
> > > Signed-off-by: Deepak S <deepak.s@linux.intel.com>
> > > ---
> > >   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 <jbarnes@Virtuousgeek.org>

Queued for -next, thanks for the patch.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

  reply	other threads:[~2014-07-14 17:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-28  5:56 [PATCH] drm/i915/chv: Drop WaGsvBringDownFreqInRc6 deepak.s
2014-07-15  7:33 ` Deepak S
2014-07-14 15:17   ` Jesse Barnes
2014-07-14 17:27     ` Daniel Vetter [this message]
2014-07-16  3:21     ` Deepak S

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140714172702.GI15237@phenom.ffwll.local \
    --to=daniel@ffwll.ch \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jbarnes@virtuousgeek.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox