OSDN Git Service

drm/gk20a/clk: fix max VCO value
authorAlexandre Courbot <acourbot@nvidia.com>
Thu, 13 Nov 2014 09:07:27 +0000 (18:07 +0900)
committerBen Skeggs <bskeggs@redhat.com>
Tue, 2 Dec 2014 05:44:03 +0000 (15:44 +1000)
commitc50d3b2b4ae789bfe311212586aca2c87438c620
tree576ffdc737f3739a788b21ca0db4e18a3ce254ec
parent50ab2e5206da6aa3aa782e9660e7ccb419300546
drm/gk20a/clk: fix max VCO value

For some reason max_vco was set to a lower value that it can support,
which prevented some clock states to be applied. Fix this by setting it
to the same value as downstream.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/core/subdev/clock/gk20a.c