All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Christian König" <deathsimple@vodafone.de>
To: Alex Deucher <alexdeucher@gmail.com>, dri-devel@lists.freedesktop.org
Cc: Alex Deucher <alexander.deucher@amd.com>, stable@vger.kernel.org
Subject: Re: [PATCH] drm/radeon: fix register typo on si
Date: Tue, 13 May 2014 14:38:30 +0200	[thread overview]
Message-ID: <53721246.8040200@vodafone.de> (raw)
In-Reply-To: <1399322442-23028-1-git-send-email-alexander.deucher@amd.com>

Am 05.05.2014 22:40, schrieb Alex Deucher:
> Probably a copy paste typo.
>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
> Cc: stable@vger.kernel.org

Added to my 3.15 queue.

Christian.

> ---
>   drivers/gpu/drm/radeon/sid.h | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/radeon/sid.h b/drivers/gpu/drm/radeon/sid.h
> index 683532f..7321283 100644
> --- a/drivers/gpu/drm/radeon/sid.h
> +++ b/drivers/gpu/drm/radeon/sid.h
> @@ -107,8 +107,8 @@
>   #define		SPLL_CHG_STATUS				(1 << 1)
>   #define	SPLL_CNTL_MODE					0x618
>   #define		SPLL_SW_DIR_CONTROL			(1 << 0)
> -#	define SPLL_REFCLK_SEL(x)			((x) << 8)
> -#	define SPLL_REFCLK_SEL_MASK			0xFF00
> +#	define SPLL_REFCLK_SEL(x)			((x) << 26)
> +#	define SPLL_REFCLK_SEL_MASK			(3 << 26)
>   
>   #define	CG_SPLL_SPREAD_SPECTRUM				0x620
>   #define		SSEN					(1 << 0)

      reply	other threads:[~2014-05-13 12:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-05 20:40 [PATCH] drm/radeon: fix register typo on si Alex Deucher
2014-05-13 12:38 ` Christian König [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=53721246.8040200@vodafone.de \
    --to=deathsimple@vodafone.de \
    --cc=alexander.deucher@amd.com \
    --cc=alexdeucher@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=stable@vger.kernel.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.