diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2011-07-27 20:52:13 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2011-12-21 04:01:10 -0500 |
commit | 04de6a046188d86ff60b1ede974dbf580287fc98 (patch) | |
tree | d6ed41b5f6f00580ca446bdc07f6f392028a0179 /drivers/gpu/drm/nouveau/nouveau_pm.h | |
parent | 9232969e19ae7251a93ab72e405cf71e5109ec05 (diff) |
drm/nv41/pm: implement a second type of fanspeed pwm
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_pm.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_pm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_pm.h b/drivers/gpu/drm/nouveau/nouveau_pm.h index bbab7013aed1..f19b0507fdfd 100644 --- a/drivers/gpu/drm/nouveau/nouveau_pm.h +++ b/drivers/gpu/drm/nouveau/nouveau_pm.h | |||
@@ -58,6 +58,8 @@ void *nv40_pm_clocks_pre(struct drm_device *, struct nouveau_pm_level *); | |||
58 | void nv40_pm_clocks_set(struct drm_device *, void *); | 58 | void nv40_pm_clocks_set(struct drm_device *, void *); |
59 | int nv40_pm_fanspeed_get(struct drm_device *); | 59 | int nv40_pm_fanspeed_get(struct drm_device *); |
60 | int nv40_pm_fanspeed_set(struct drm_device *, int percent); | 60 | int nv40_pm_fanspeed_set(struct drm_device *, int percent); |
61 | int nv41_pm_fanspeed_get(struct drm_device *); | ||
62 | int nv41_pm_fanspeed_set(struct drm_device *, int percent); | ||
61 | 63 | ||
62 | /* nv50_pm.c */ | 64 | /* nv50_pm.c */ |
63 | int nv50_pm_clock_get(struct drm_device *, u32 id); | 65 | int nv50_pm_clock_get(struct drm_device *, u32 id); |