Nouveau Archive mirror
 help / color / mirror / Atom feed
* Fix reclocking regression in drm-next
@ 2015-09-02 22:21 Roy Spliet
       [not found] ` <1441232462-15053-1-git-send-email-rspliet-pPYjZ15w/Xhulxpn9UvDqw@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Roy Spliet @ 2015-09-02 22:21 UTC (permalink / raw
  To: Nouveau Mailinglist; +Cc: Dave Airlie

Attached patch fixes an issue reported by Pierre Moreau, that prevents
reclocking of GT21x and MCP7x from working after "the big rewrite". Please
review and push forward for kernel 4.3.
Thanks!

Roy



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

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

* [PATCH] clk/gt215: Unbreak engine pausing for GT21x/MCP7x
       [not found] ` <1441232462-15053-1-git-send-email-rspliet-pPYjZ15w/Xhulxpn9UvDqw@public.gmane.org>
@ 2015-09-02 22:21   ` Roy Spliet
  0 siblings, 0 replies; 2+ messages in thread
From: Roy Spliet @ 2015-09-02 22:21 UTC (permalink / raw
  To: Nouveau Mailinglist; +Cc: Dave Airlie, Roy Spliet

Typo that snuck in with commit 6979c6303a4abf263753cd9d577d79f05c6e8c47

Signed-off-by: Roy Spliet <rspliet@eclipso.eu>
Reported-by: Pierre Moreau <pierre.morrow@free.fr>
---
 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c b/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c
index 07feae6..c233e3f 100644
--- a/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c
+++ b/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c
@@ -326,7 +326,7 @@ gt215_clk_pre(struct nvkm_clk *clk, unsigned long *flags)
 		return -EIO;
 
 	if (nvkm_msec(device, 2000,
-		u32 tmp = nvkm_rd32(device, 0x002504) & 0x0000003f;
+		u32 tmp = nvkm_rd32(device, 0x00251c) & 0x0000003f;
 		if (tmp == 0x0000003f)
 			break;
 	) < 0)
-- 
2.4.3



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

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

end of thread, other threads:[~2015-09-02 22:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-02 22:21 Fix reclocking regression in drm-next Roy Spliet
     [not found] ` <1441232462-15053-1-git-send-email-rspliet-pPYjZ15w/Xhulxpn9UvDqw@public.gmane.org>
2015-09-02 22:21   ` [PATCH] clk/gt215: Unbreak engine pausing for GT21x/MCP7x Roy Spliet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).