diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2012-01-24 00:59:07 -0500 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2012-03-13 03:09:04 -0400 |
commit | 8d7bb400638906075c38cb07891993cf95076aa7 (patch) | |
tree | 53f6f6be77f239f3a46da76825eb8c484c31c068 /drivers/gpu/drm/nouveau/nouveau_pm.h | |
parent | b830973b68895813b911fb04626d907744e7d7a2 (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.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 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 *, | |||
47 | int nouveau_pm_init(struct drm_device *dev); | 47 | int nouveau_pm_init(struct drm_device *dev); |
48 | void nouveau_pm_fini(struct drm_device *dev); | 48 | void nouveau_pm_fini(struct drm_device *dev); |
49 | void nouveau_pm_resume(struct drm_device *dev); | 49 | void nouveau_pm_resume(struct drm_device *dev); |
50 | extern const struct nouveau_pm_profile_func nouveau_pm_static_profile_func; | ||
51 | void nouveau_pm_trigger(struct drm_device *dev); | ||
50 | 52 | ||
51 | /* nouveau_volt.c */ | 53 | /* nouveau_volt.c */ |
52 | void nouveau_volt_init(struct drm_device *); | 54 | void nouveau_volt_init(struct drm_device *); |