aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_pm.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2010-09-16 23:35:25 -0400
committerBen Skeggs <bskeggs@redhat.com>2010-09-24 02:27:35 -0400
commit64f1c11a477cb76e1572ee0793234739e045b3d5 (patch)
tree155d3420728d4c5411049e64dcf61c19a3f4210a /drivers/gpu/drm/nouveau/nouveau_pm.h
parent6f876986bedf23b40ab707543e88fae7eac27f1f (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.h1
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 */
29int nouveau_pm_init(struct drm_device *dev); 29int nouveau_pm_init(struct drm_device *dev);
30void nouveau_pm_fini(struct drm_device *dev); 30void nouveau_pm_fini(struct drm_device *dev);
31void nouveau_pm_resume(struct drm_device *dev);
31 32
32/* nouveau_volt.c */ 33/* nouveau_volt.c */
33void nouveau_volt_init(struct drm_device *); 34void nouveau_volt_init(struct drm_device *);