aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/Makefile
diff options
context:
space:
mode:
authorAlexandre Courbot <acourbot@nvidia.com>2014-07-26 18:41:41 +0900
committerBen Skeggs <bskeggs@redhat.com>2014-08-10 05:12:48 +1000
commitb13a0a9e2922cbfbf7b400f4f0fd0acd19f941df (patch)
tree4a26dca428907a2bb1bbd69850c89143c480edb8 /drivers/gpu/drm/nouveau/Makefile
parentdrm/nouveau/clk: support for non-BIOS pstates (diff)
downloadlinux-dev-b13a0a9e2922cbfbf7b400f4f0fd0acd19f941df.tar.xz
linux-dev-b13a0a9e2922cbfbf7b400f4f0fd0acd19f941df.zip
drm/nouveau/gk20a: reclocking support
Add support for reclocking on GK20A, using a statically-defined pstates table. The algorithms for calculating the coefficients and setting the clocks are directly taken from the ChromeOS kernel. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Makefile')
-rw-r--r--drivers/gpu/drm/nouveau/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile
index bff9ed6c6d19..fcd915ca8a4a 100644
--- a/drivers/gpu/drm/nouveau/Makefile
+++ b/drivers/gpu/drm/nouveau/Makefile
@@ -65,6 +65,7 @@ nouveau-y += core/subdev/clock/nva3.o
nouveau-y += core/subdev/clock/nvaa.o
nouveau-y += core/subdev/clock/nvc0.o
nouveau-y += core/subdev/clock/nve0.o
+nouveau-y += core/subdev/clock/gk20a.o
nouveau-y += core/subdev/clock/pllnv04.o
nouveau-y += core/subdev/clock/pllnva3.o
nouveau-y += core/subdev/devinit/base.o