All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kenneth Graunke <kenneth@whitecape.org>
To: Eric Anholt <eric@anholt.net>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH 1/2] drm/i915: Correct debugfs printout for RC1e.
Date: Tue, 24 Jan 2012 10:28:53 -0800	[thread overview]
Message-ID: <4F1EF865.6090601@whitecape.org> (raw)
In-Reply-To: <1327364046-20840-1-git-send-email-eric@anholt.net>

On 01/23/2012 04:14 PM, Eric Anholt wrote:
> We had two things in a row claiming to be RC6.
>
> Signed-off-by: Eric Anholt<eric@anholt.net>
> ---
>   drivers/gpu/drm/i915/i915_debugfs.c |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/i915_debugfs.c b/drivers/gpu/drm/i915/i915_debugfs.c
> index a017b98..60dcee3 100644
> --- a/drivers/gpu/drm/i915/i915_debugfs.c
> +++ b/drivers/gpu/drm/i915/i915_debugfs.c
> @@ -1106,7 +1106,7 @@ static int gen6_drpc_info(struct seq_file *m)
>   	seq_printf(m, "SW control enabled: %s\n",
>   		   yesno((rpmodectl1&  GEN6_RP_MEDIA_MODE_MASK) ==
>   			  GEN6_RP_MEDIA_SW_MODE));
> -	seq_printf(m, "RC6 Enabled: %s\n",
> +	seq_printf(m, "RC1e Enabled: %s\n",
>   		   yesno(rcctl1&  GEN6_RC_CTL_RC1e_ENABLE));
>   	seq_printf(m, "RC6 Enabled: %s\n",
>   		   yesno(rcctl1&  GEN6_RC_CTL_RC6_ENABLE));

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>

  parent reply	other threads:[~2012-01-24 18:28 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-24  0:14 [PATCH 1/2] drm/i915: Correct debugfs printout for RC1e Eric Anholt
2012-01-24  0:14 ` [PATCH 2/2] drm/i915: Re-enable gen7 RC6 and GPU turbo after resume Eric Anholt
2012-01-24  1:52   ` Keith Packard
2012-01-24 18:11     ` Eric Anholt
2012-01-24 14:41   ` Eugeni Dodonov
2012-01-24 18:28   ` Kenneth Graunke
2012-01-24 21:32   ` Keith Packard
2012-01-24  1:45 ` [PATCH 1/2] drm/i915: Correct debugfs printout for RC1e Keith Packard
2012-01-24  3:45 ` Ben Widawsky
2012-01-24 14:41 ` Eugeni Dodonov
2012-01-24 18:28 ` Kenneth Graunke [this message]
2012-01-24 21:32 ` Keith Packard

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=4F1EF865.6090601@whitecape.org \
    --to=kenneth@whitecape.org \
    --cc=eric@anholt.net \
    --cc=intel-gfx@lists.freedesktop.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.