diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2011-07-27 20:40:48 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2011-12-21 04:01:09 -0500 |
commit | 9232969e19ae7251a93ab72e405cf71e5109ec05 (patch) | |
tree | 5393c4c6fa317e5ea229c1a9eb69e7c6847753f6 /drivers/gpu/drm/nouveau/nouveau_pm.h | |
parent | 0c101461e267850925218d6a6872c379f2498b16 (diff) |
drm/nv40/pm: implement first type of pwm fanspeed funcs
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 8ac02cdd03a1..bbab7013aed1 100644 --- a/drivers/gpu/drm/nouveau/nouveau_pm.h +++ b/drivers/gpu/drm/nouveau/nouveau_pm.h | |||
@@ -56,6 +56,8 @@ void nv04_pm_clock_set(struct drm_device *, void *); | |||
56 | int nv40_pm_clocks_get(struct drm_device *, struct nouveau_pm_level *); | 56 | int nv40_pm_clocks_get(struct drm_device *, struct nouveau_pm_level *); |
57 | void *nv40_pm_clocks_pre(struct drm_device *, struct nouveau_pm_level *); | 57 | 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 *); | ||
60 | int nv40_pm_fanspeed_set(struct drm_device *, int percent); | ||
59 | 61 | ||
60 | /* nv50_pm.c */ | 62 | /* nv50_pm.c */ |
61 | int nv50_pm_clock_get(struct drm_device *, u32 id); | 63 | int nv50_pm_clock_get(struct drm_device *, u32 id); |