]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/nouveau/clk/gk20a: fix VCO bit mask
authorAlexandre Courbot <acourbot@nvidia.com>
Fri, 12 Feb 2016 05:13:21 +0000 (14:13 +0900)
committerBen Skeggs <bskeggs@redhat.com>
Mon, 14 Mar 2016 00:13:52 +0000 (10:13 +1000)
commit3a91b9c5efd27729767edfde9df069aa61c4816f
tree16e86e65f6cf01add043869870b0507c120e96f1
parente7952eb6630d18d8d16de539ab7e6ed24bcaf6ae
drm/nouveau/clk/gk20a: fix VCO bit mask

Fix the mask specified to switch to VCO mode was given as an (incorrect)
immediate value. Although the side-effect happens to be the same, this
is clearly incorrect.

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