From: Martin Peres <martin.peres-GANU6spQydw@public.gmane.org>
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Subject: Re: [PATCH] drm/nv50/pm: fix a typo in clock calculation
Date: Thu, 10 Nov 2011 23:01:11 +0100 [thread overview]
Message-ID: <4EBC49A7.9050905@free.fr> (raw)
In-Reply-To: <1320144077-13569-1-git-send-email-martin.peres-Iz16wY1oaNPLSKGbIzaifA@public.gmane.org>
Le 01/11/2011 11:41, Martin Peres a écrit :
> Signed-off-by: Martin Peres<martin.peres-BktLLJ5BOkI@public.gmane.org>
> ---
> drivers/gpu/drm/nouveau/nv50_pm.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/gpu/drm/nouveau/nv50_pm.c b/drivers/gpu/drm/nouveau/nv50_pm.c
> index e7ff5ac..e025cae 100644
> --- a/drivers/gpu/drm/nouveau/nv50_pm.c
> +++ b/drivers/gpu/drm/nouveau/nv50_pm.c
> @@ -295,7 +295,7 @@ read_clk(struct drm_device *dev, enum clk_src src)
> case 0x00000800:
> return read_clk(dev, clk_src_hclkm3d2)>> P;
> case 0x00000c00:
> - return read_pll(dev, clk_src_mclk)>> P;
> + return read_clk(dev, clk_src_mclk)>> P;
> }
> break;
> }
Ben: Up?
prev parent reply other threads:[~2011-11-10 22:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-01 10:41 [PATCH] drm/nv50/pm: fix a typo in clock calculation Martin Peres
[not found] ` <1320144077-13569-1-git-send-email-martin.peres-Iz16wY1oaNPLSKGbIzaifA@public.gmane.org>
2011-11-10 22:01 ` Martin Peres [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=4EBC49A7.9050905@free.fr \
--to=martin.peres-ganu6spqydw@public.gmane.org \
--cc=nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.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.