aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_pm.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2011-10-29 00:22:49 +1000
committerBen Skeggs <bskeggs@redhat.com>2011-12-21 19:01:46 +1000
commit045da4e55581d9b4de135bbdbdd1b7fa98dc18a9 (patch)
tree5f2907413a0a4e37ff8cf71fbcb7c51c8874f018 /drivers/gpu/drm/nouveau/nouveau_pm.h
parentdrm/nouveau: move hpd enable/disable to common code (diff)
downloadlinux-dev-045da4e55581d9b4de135bbdbdd1b7fa98dc18a9.tar.xz
linux-dev-045da4e55581d9b4de135bbdbdd1b7fa98dc18a9.zip
drm/nvc0/pm: initial engine reclocking
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.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 7e0cc2eeb307..2f8e14fbcff8 100644
--- a/drivers/gpu/drm/nouveau/nouveau_pm.h
+++ b/drivers/gpu/drm/nouveau/nouveau_pm.h
@@ -72,6 +72,8 @@ int nva3_pm_clocks_set(struct drm_device *, void *);
/* nvc0_pm.c */
int nvc0_pm_clocks_get(struct drm_device *, struct nouveau_pm_level *);
+void *nvc0_pm_clocks_pre(struct drm_device *, struct nouveau_pm_level *);
+int nvc0_pm_clocks_set(struct drm_device *, void *);
/* nouveau_temp.c */
void nouveau_temp_init(struct drm_device *dev);