diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2010-09-16 23:35:25 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2010-09-24 02:27:35 -0400 |
commit | 64f1c11a477cb76e1572ee0793234739e045b3d5 (patch) | |
tree | 155d3420728d4c5411049e64dcf61c19a3f4210a /drivers/gpu/drm/nouveau/nouveau_pm.h | |
parent | 6f876986bedf23b40ab707543e88fae7eac27f1f (diff) |
drm/nouveau: restore perflvl on resume, and restore boot perflvl on unload
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_pm.h b/drivers/gpu/drm/nouveau/nouveau_pm.h index 70e1862572f8..f3de5a68c41f 100644 --- a/drivers/gpu/drm/nouveau/nouveau_pm.h +++ b/drivers/gpu/drm/nouveau/nouveau_pm.h | |||
@@ -28,6 +28,7 @@ | |||
28 | /* nouveau_pm.c */ | 28 | /* nouveau_pm.c */ |
29 | int nouveau_pm_init(struct drm_device *dev); | 29 | int nouveau_pm_init(struct drm_device *dev); |
30 | void nouveau_pm_fini(struct drm_device *dev); | 30 | void nouveau_pm_fini(struct drm_device *dev); |
31 | void nouveau_pm_resume(struct drm_device *dev); | ||
31 | 32 | ||
32 | /* nouveau_volt.c */ | 33 | /* nouveau_volt.c */ |
33 | void nouveau_volt_init(struct drm_device *); | 34 | void nouveau_volt_init(struct drm_device *); |