All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel@ffwll.ch>
To: Jani Nikula <jani.nikula@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH] drm/i915: reduce power in the ilk rc6 enable error message
Date: Wed, 13 Mar 2013 21:09:14 +0100	[thread overview]
Message-ID: <20130313200914.GA1896@bremse> (raw)
In-Reply-To: <1363078159-18780-1-git-send-email-jani.nikula@intel.com>

On Tue, Mar 12, 2013 at 10:49:19AM +0200, Jani Nikula wrote:
> Even if "power power" is good for grepping.
> 
> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Queued for -next, thanks for the patch. Fyi I've merged a few other
patches, but might be that the merge confirmation mails have been lost in
the awful conference wifi here. So please check my trees, I'm lazy ;-)
-Daniel

> ---
>  drivers/gpu/drm/i915/intel_pm.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c
> index 5479363..be43f71 100644
> --- a/drivers/gpu/drm/i915/intel_pm.c
> +++ b/drivers/gpu/drm/i915/intel_pm.c
> @@ -2821,7 +2821,7 @@ static void ironlake_enable_rc6(struct drm_device *dev)
>  	ret = intel_ring_idle(ring);
>  	dev_priv->mm.interruptible = was_interruptible;
>  	if (ret) {
> -		DRM_ERROR("failed to enable ironlake power power savings\n");
> +		DRM_ERROR("failed to enable ironlake power savings\n");
>  		ironlake_teardown_rc6(dev);
>  		return;
>  	}
> -- 
> 1.7.9.5
> 
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

      reply	other threads:[~2013-03-13 20:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-12  8:49 [PATCH] drm/i915: reduce power in the ilk rc6 enable error message Jani Nikula
2013-03-13 20:09 ` Daniel Vetter [this message]

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=20130313200914.GA1896@bremse \
    --to=daniel@ffwll.ch \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jani.nikula@intel.com \
    /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.