aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_pm.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2012-01-24 00:59:07 -0500
committerBen Skeggs <bskeggs@redhat.com>2012-03-13 03:09:04 -0400
commit8d7bb400638906075c38cb07891993cf95076aa7 (patch)
tree53f6f6be77f239f3a46da76825eb8c484c31c068 /drivers/gpu/drm/nouveau/nouveau_pm.h
parentb830973b68895813b911fb04626d907744e7d7a2 (diff)
drm/nouveau/pm: rework to allow selecting separate profiles for ac/battery
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Signed-off-by: Martin Peres <martin.peres@labri.fr>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_pm.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_pm.h2
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 1a8ae15803a0..3f82dfea61dd 100644
--- a/drivers/gpu/drm/nouveau/nouveau_pm.h
+++ b/drivers/gpu/drm/nouveau/nouveau_pm.h
@@ -47,6 +47,8 @@ int nouveau_mem_exec(struct nouveau_mem_exec_func *,
47int nouveau_pm_init(struct drm_device *dev); 47int nouveau_pm_init(struct drm_device *dev);
48void nouveau_pm_fini(struct drm_device *dev); 48void nouveau_pm_fini(struct drm_device *dev);
49void nouveau_pm_resume(struct drm_device *dev); 49void nouveau_pm_resume(struct drm_device *dev);
50extern const struct nouveau_pm_profile_func nouveau_pm_static_profile_func;
51void nouveau_pm_trigger(struct drm_device *dev);
50 52
51/* nouveau_volt.c */ 53/* nouveau_volt.c */
52void nouveau_volt_init(struct drm_device *); 54void nouveau_volt_init(struct drm_device *);