[Nouveau] [PATCH 9/9] clk/g84: Enable reclocking for GDDR3 G94-G200
Roy Spliet
rspliet at eclipso.eu
Tue Sep 29 16:23:52 PDT 2015
Your milage may vary, as it's only been tested on a single G94 and one G96.
Signed-off-by: Roy Spliet <rspliet at eclipso.eu>
Tested-by: Pierre Moreau <pierre.morrow at free.fr>
---
drivers/gpu/drm/nouveau/nvkm/subdev/clk/g84.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/clk/g84.c b/drivers/gpu/drm/nouveau/nvkm/subdev/clk/g84.c
index 347da9e..f97e3ec 100644
--- a/drivers/gpu/drm/nouveau/nvkm/subdev/clk/g84.c
+++ b/drivers/gpu/drm/nouveau/nvkm/subdev/clk/g84.c
@@ -44,5 +44,5 @@ int
g84_clk_new(struct nvkm_device *device, int index, struct nvkm_clk **pclk)
{
return nv50_clk_new_(&g84_clk, device, index,
- (device->chipset == 0xa0), pclk);
+ (device->chipset >= 0x94), pclk);
}
--
2.4.3
More information about the Nouveau
mailing list