All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ramgf100: Fix small typo.
@ 2017-07-28  1:20 Rosen Penev
       [not found] ` <20170728012010.9376-1-rosenp-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Rosen Penev @ 2017-07-28  1:20 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

Signed-off by: Rosen Penev <rosenp@gmail.com>
---
 drm/nouveau/nvkm/subdev/fb/ramgf100.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drm/nouveau/nvkm/subdev/fb/ramgf100.c b/drm/nouveau/nvkm/subdev/fb/ramgf100.c
index 4a9bd4f1..feb8820c 100644
--- a/drm/nouveau/nvkm/subdev/fb/ramgf100.c
+++ b/drm/nouveau/nvkm/subdev/fb/ramgf100.c
@@ -717,7 +717,7 @@ gf100_ram_new_(const struct nvkm_ram_func *func,
 	ram->fuc.r_0x10f9b4 = ramfuc_reg(0x10f9b4);
 	ram->fuc.r_0x10fb04 = ramfuc_reg(0x10fb04);
 	ram->fuc.r_0x10fb08 = ramfuc_reg(0x10fb08);
-	ram->fuc.r_0x137310 = ramfuc_reg(0x137300);
+	ram->fuc.r_0x137300 = ramfuc_reg(0x137300);
 	ram->fuc.r_0x137310 = ramfuc_reg(0x137310);
 	ram->fuc.r_0x137360 = ramfuc_reg(0x137360);
 	ram->fuc.r_0x1373ec = ramfuc_reg(0x1373ec);
-- 
2.13.3

_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ramgf100: Fix small typo.
       [not found] ` <20170728012010.9376-1-rosenp-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2017-12-29 21:37   ` Pierre Moreau
       [not found]     ` <20171229213706.tseyuimojjfkxpcb-WLoDKDh+7sdAfugRpC6u6w@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Pierre Moreau @ 2017-12-29 21:37 UTC (permalink / raw)
  To: Ben Skeggs; +Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, Rosen Penev


[-- Attachment #1.1: Type: text/plain, Size: 1322 bytes --]

The typo is still present in master.
Not sure whether it will help you Ben, regarding Fermi reclocking, but it
shouldn’t harm in reducing possible errors. :-)

Regards,
Pierre

On 2017-07-27 — 18:20, Rosen Penev wrote:
> Signed-off by: Rosen Penev <rosenp-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> ---
>  drm/nouveau/nvkm/subdev/fb/ramgf100.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drm/nouveau/nvkm/subdev/fb/ramgf100.c b/drm/nouveau/nvkm/subdev/fb/ramgf100.c
> index 4a9bd4f1..feb8820c 100644
> --- a/drm/nouveau/nvkm/subdev/fb/ramgf100.c
> +++ b/drm/nouveau/nvkm/subdev/fb/ramgf100.c
> @@ -717,7 +717,7 @@ gf100_ram_new_(const struct nvkm_ram_func *func,
>  	ram->fuc.r_0x10f9b4 = ramfuc_reg(0x10f9b4);
>  	ram->fuc.r_0x10fb04 = ramfuc_reg(0x10fb04);
>  	ram->fuc.r_0x10fb08 = ramfuc_reg(0x10fb08);
> -	ram->fuc.r_0x137310 = ramfuc_reg(0x137300);
> +	ram->fuc.r_0x137300 = ramfuc_reg(0x137300);
>  	ram->fuc.r_0x137310 = ramfuc_reg(0x137310);
>  	ram->fuc.r_0x137360 = ramfuc_reg(0x137360);
>  	ram->fuc.r_0x1373ec = ramfuc_reg(0x1373ec);
> -- 
> 2.13.3
> 
> _______________________________________________
> Nouveau mailing list
> Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
> https://lists.freedesktop.org/mailman/listinfo/nouveau

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ramgf100: Fix small typo.
       [not found]     ` <20171229213706.tseyuimojjfkxpcb-WLoDKDh+7sdAfugRpC6u6w@public.gmane.org>
@ 2017-12-29 21:39       ` Rosen Penev
       [not found]         ` <CAKxU2N_Y7dEoGqYoJ1jrDmbt=kY5YNq+e-zUG_pnvRsJbtvsAQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Rosen Penev @ 2017-12-29 21:39 UTC (permalink / raw)
  To: Ben Skeggs, nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, Rosen Penev

This is fixed in a different nouveau branch. from Ben Skeggs last I remember.

On Fri, Dec 29, 2017 at 1:37 PM, Pierre Moreau <pierre.morrow@free.fr> wrote:
> The typo is still present in master.
> Not sure whether it will help you Ben, regarding Fermi reclocking, but it
> shouldn’t harm in reducing possible errors. :-)
>
> Regards,
> Pierre
>
> On 2017-07-27 — 18:20, Rosen Penev wrote:
>> Signed-off by: Rosen Penev <rosenp@gmail.com>
>> ---
>>  drm/nouveau/nvkm/subdev/fb/ramgf100.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drm/nouveau/nvkm/subdev/fb/ramgf100.c b/drm/nouveau/nvkm/subdev/fb/ramgf100.c
>> index 4a9bd4f1..feb8820c 100644
>> --- a/drm/nouveau/nvkm/subdev/fb/ramgf100.c
>> +++ b/drm/nouveau/nvkm/subdev/fb/ramgf100.c
>> @@ -717,7 +717,7 @@ gf100_ram_new_(const struct nvkm_ram_func *func,
>>       ram->fuc.r_0x10f9b4 = ramfuc_reg(0x10f9b4);
>>       ram->fuc.r_0x10fb04 = ramfuc_reg(0x10fb04);
>>       ram->fuc.r_0x10fb08 = ramfuc_reg(0x10fb08);
>> -     ram->fuc.r_0x137310 = ramfuc_reg(0x137300);
>> +     ram->fuc.r_0x137300 = ramfuc_reg(0x137300);
>>       ram->fuc.r_0x137310 = ramfuc_reg(0x137310);
>>       ram->fuc.r_0x137360 = ramfuc_reg(0x137360);
>>       ram->fuc.r_0x1373ec = ramfuc_reg(0x1373ec);
>> --
>> 2.13.3
>>
>> _______________________________________________
>> Nouveau mailing list
>> Nouveau@lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/nouveau
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ramgf100: Fix small typo.
       [not found]         ` <CAKxU2N_Y7dEoGqYoJ1jrDmbt=kY5YNq+e-zUG_pnvRsJbtvsAQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2018-01-09  9:57           ` Pierre Moreau
  0 siblings, 0 replies; 4+ messages in thread
From: Pierre Moreau @ 2018-01-09  9:57 UTC (permalink / raw)
  To: Rosen Penev; +Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, Ben Skeggs


[-- Attachment #1.1: Type: text/plain, Size: 1953 bytes --]

Indeed, it looks like the devel-clk branch does not have that typo.

On 2017-12-29 — 13:39, Rosen Penev wrote:
> This is fixed in a different nouveau branch. from Ben Skeggs last I remember.
> 
> On Fri, Dec 29, 2017 at 1:37 PM, Pierre Moreau <pierre.morrow-GANU6spQydw@public.gmane.org> wrote:
> > The typo is still present in master.
> > Not sure whether it will help you Ben, regarding Fermi reclocking, but it
> > shouldn’t harm in reducing possible errors. :-)
> >
> > Regards,
> > Pierre
> >
> > On 2017-07-27 — 18:20, Rosen Penev wrote:
> >> Signed-off by: Rosen Penev <rosenp-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> >> ---
> >>  drm/nouveau/nvkm/subdev/fb/ramgf100.c | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/drm/nouveau/nvkm/subdev/fb/ramgf100.c b/drm/nouveau/nvkm/subdev/fb/ramgf100.c
> >> index 4a9bd4f1..feb8820c 100644
> >> --- a/drm/nouveau/nvkm/subdev/fb/ramgf100.c
> >> +++ b/drm/nouveau/nvkm/subdev/fb/ramgf100.c
> >> @@ -717,7 +717,7 @@ gf100_ram_new_(const struct nvkm_ram_func *func,
> >>       ram->fuc.r_0x10f9b4 = ramfuc_reg(0x10f9b4);
> >>       ram->fuc.r_0x10fb04 = ramfuc_reg(0x10fb04);
> >>       ram->fuc.r_0x10fb08 = ramfuc_reg(0x10fb08);
> >> -     ram->fuc.r_0x137310 = ramfuc_reg(0x137300);
> >> +     ram->fuc.r_0x137300 = ramfuc_reg(0x137300);
> >>       ram->fuc.r_0x137310 = ramfuc_reg(0x137310);
> >>       ram->fuc.r_0x137360 = ramfuc_reg(0x137360);
> >>       ram->fuc.r_0x1373ec = ramfuc_reg(0x1373ec);
> >> --
> >> 2.13.3
> >>
> >> _______________________________________________
> >> Nouveau mailing list
> >> Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
> >> https://lists.freedesktop.org/mailman/listinfo/nouveau
> _______________________________________________
> Nouveau mailing list
> Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
> https://lists.freedesktop.org/mailman/listinfo/nouveau

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-01-09  9:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-28  1:20 [PATCH] ramgf100: Fix small typo Rosen Penev
     [not found] ` <20170728012010.9376-1-rosenp-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-12-29 21:37   ` Pierre Moreau
     [not found]     ` <20171229213706.tseyuimojjfkxpcb-WLoDKDh+7sdAfugRpC6u6w@public.gmane.org>
2017-12-29 21:39       ` Rosen Penev
     [not found]         ` <CAKxU2N_Y7dEoGqYoJ1jrDmbt=kY5YNq+e-zUG_pnvRsJbtvsAQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-01-09  9:57           ` Pierre Moreau

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.