* [PATCH] drm/nv50/pm: fix a typo in clock calculation
@ 2011-11-01 10:41 Martin Peres
[not found] ` <1320144077-13569-1-git-send-email-martin.peres-Iz16wY1oaNPLSKGbIzaifA@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Martin Peres @ 2011-11-01 10:41 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Martin Peres, Martin Peres
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;
}
--
1.7.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-11-10 22:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.