aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/Makefile
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@labri.fr>2012-09-02 19:37:02 -0400
committerBen Skeggs <bskeggs@redhat.com>2013-02-20 01:00:19 -0500
commit0cbf83bbe524d6014daf11005b99084d50489b80 (patch)
tree13986fb3fee9dc5ff8c2ac72dc38fddb01ab7532 /drivers/gpu/drm/nouveau/Makefile
parent9c3bd3a53129639f10e129b007862340dba16a09 (diff)
drm/nouveau/fan: add toggle fan support
v2: change percent from int to atomic_t v3: random fixes v4 (Ben Skeggs): - adapted for split-out fan-control "protocol" structure - removed need for timer resched - support for forcing 'toggle' control on PWM boards Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Signed-off-by: Martin Peres <martin.peres@labri.fr>
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 c58d66cbef4c..21c5d9a9806e 100644
--- a/drivers/gpu/drm/nouveau/Makefile
+++ b/drivers/gpu/drm/nouveau/Makefile
@@ -108,6 +108,7 @@ nouveau-y += core/subdev/therm/base.o
108nouveau-y += core/subdev/therm/fan.o 108nouveau-y += core/subdev/therm/fan.o
109nouveau-y += core/subdev/therm/fannil.o 109nouveau-y += core/subdev/therm/fannil.o
110nouveau-y += core/subdev/therm/fanpwm.o 110nouveau-y += core/subdev/therm/fanpwm.o
111nouveau-y += core/subdev/therm/fantog.o
111nouveau-y += core/subdev/therm/ic.o 112nouveau-y += core/subdev/therm/ic.o
112nouveau-y += core/subdev/therm/temp.o 113nouveau-y += core/subdev/therm/temp.o
113nouveau-y += core/subdev/therm/nv40.o 114nouveau-y += core/subdev/therm/nv40.o