Skip to content

Commit

Permalink
drm/nouveau/clk/g84: Enable reclocking for GDDR3 G94-G200
Browse files Browse the repository at this point in the history
Your milage may vary, as it's only been tested on a single G94 and one G96.

Signed-off-by: Roy Spliet <rspliet@eclipso.eu>
Tested-by: Pierre Moreau <pierre.morrow@free.fr>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
  • Loading branch information
Roy Spliet authored and Ben Skeggs committed Nov 3, 2015
1 parent 271c276 commit 0d42743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/nouveau/nvkm/subdev/clk/g84.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit 0d42743

Please sign in to comment.