diff options
author | Martin Peres <martin.peres@labri.fr> | 2012-09-02 19:37:02 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2013-02-20 01:00:19 -0500 |
commit | 0cbf83bbe524d6014daf11005b99084d50489b80 (patch) | |
tree | 13986fb3fee9dc5ff8c2ac72dc38fddb01ab7532 /drivers/gpu/drm/nouveau/Makefile | |
parent | 9c3bd3a53129639f10e129b007862340dba16a09 (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/Makefile | 1 |
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 | |||
108 | nouveau-y += core/subdev/therm/fan.o | 108 | nouveau-y += core/subdev/therm/fan.o |
109 | nouveau-y += core/subdev/therm/fannil.o | 109 | nouveau-y += core/subdev/therm/fannil.o |
110 | nouveau-y += core/subdev/therm/fanpwm.o | 110 | nouveau-y += core/subdev/therm/fanpwm.o |
111 | nouveau-y += core/subdev/therm/fantog.o | ||
111 | nouveau-y += core/subdev/therm/ic.o | 112 | nouveau-y += core/subdev/therm/ic.o |
112 | nouveau-y += core/subdev/therm/temp.o | 113 | nouveau-y += core/subdev/therm/temp.o |
113 | nouveau-y += core/subdev/therm/nv40.o | 114 | nouveau-y += core/subdev/therm/nv40.o |