From: "Pali Rohár" <pali.rohar@gmail.com>
To: Ben Skeggs <skeggsb@gmail.com>
Cc: Ben Skeggs <bskeggs@redhat.com>,
Martin Peres <martin.peres@labri.fr>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>
Subject: Re: [PATCH] nouveau: fix reclocking on nv40
Date: Sun, 8 Sep 2013 13:25:35 +0200 [thread overview]
Message-ID: <201309081325.36159@pali> (raw)
In-Reply-To: <CACAvsv5a5JVZa=yFi7zy=zpHtFBCig+K8n-G9LOHN1vnKr94Dg@mail.gmail.com>
[-- Attachment #1: Type: Text/Plain, Size: 1672 bytes --]
On Wednesday 21 August 2013 02:24:01 Ben Skeggs wrote:
> On Mon, Aug 19, 2013 at 4:59 PM, Pali Rohár
<pali.rohar@gmail.com> wrote:
> > On Friday 16 August 2013 14:57:07 Pali Rohár wrote:
> >> In commit 77145f1cbdf8d28b46ff8070ca749bad821e0774 was
> >> introduced error which cause that reclocking on nv40 not
> >> working anymore. There is missing assigment of return value
> >> from pll_calc to ret.
> >>
> >> Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
> >> Signed-off-by: Martin Peres <martin.peres@labri.fr>
> >> ---
> >>
> >> drivers/gpu/drm/nouveau/nv40_pm.c | 2 +-
> >> 1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/drivers/gpu/drm/nouveau/nv40_pm.c
> >> b/drivers/gpu/drm/nouveau/nv40_pm.c index 3af5bcd..625f80d
> >> 100644
> >> --- a/drivers/gpu/drm/nouveau/nv40_pm.c
> >> +++ b/drivers/gpu/drm/nouveau/nv40_pm.c
> >> @@ -131,7 +131,7 @@ nv40_calc_pll(struct drm_device *dev,
> >> u32 reg, struct nvbios_pll *pll, if (clk <
> >> pll->vco1.max_freq)
> >>
> >> pll->vco2.max_freq = 0;
> >>
> >> - pclk->pll_calc(pclk, pll, clk, &coef);
> >> + ret = pclk->pll_calc(pclk, pll, clk, &coef);
> >>
> >> if (ret == 0)
> >>
> >> return -ERANGE;
> >
> > Hello, it is possible to include this patch in 3.11?
> > Or it is too late now and need to wait for 3.12?
>
> I've picked up the patch and will submit it in my next
> 3.11-fixes pull request.
>
> Thanks,
> Ben.
>
Hello, now I see that patch is in 3.11, thanks! Ben, what do you
think, can be this patch backported to older kernels?
--
Pali Rohár
pali.rohar@gmail.com
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
next prev parent reply other threads:[~2013-09-08 11:25 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-13 9:28 [PATCH] nouveau reclocking on nv40 not working since 77145f1cbdf8d28b46ff8070ca749bad821e0774 Pali Rohár
2013-08-15 17:46 ` Pali Rohár
2013-08-15 22:23 ` Martin Peres
2013-08-16 7:16 ` Pali Rohár
2013-08-16 10:23 ` Martin Peres
2013-08-16 12:57 ` [PATCH] nouveau: fix reclocking on nv40 Pali Rohár
2013-08-19 6:59 ` Pali Rohár
2013-08-21 0:24 ` Ben Skeggs
2013-09-08 11:25 ` Pali Rohár [this message]
2013-09-09 4:28 ` Ben Skeggs
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=201309081325.36159@pali \
--to=pali.rohar@gmail.com \
--cc=bskeggs@redhat.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=martin.peres@labri.fr \
--cc=skeggsb@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox