drm/nouveau/pm: introduce generic handler for on-chip fan controller
authorBen Skeggs <bskeggs@redhat.com>
Fri, 16 Sep 2011 15:42:12 +0000 (01:42 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 21 Dec 2011 09:01:12 +0000 (19:01 +1000)
commita175094cd8f3d46060d8e3510bdca57eb2369a86
tree18b8167ad75ebac3456d69da17b645eafc0f000a
parent85a2a365216e8e4eccf826e7dcc06c6298ab5fc1
drm/nouveau/pm: introduce generic handler for on-chip fan controller

The handling of the internal pwm fan controller is similar enough between
current chipsets that it makes sense to share the logic, and bugfixes :)

No hw backends converted yet, will automatically fall-through to the
"old" per-chipset fanspeed hooks for now.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_drv.h
drivers/gpu/drm/nouveau/nouveau_pm.c