aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_pm.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_pm.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_pm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_pm.h b/drivers/gpu/drm/nouveau/nouveau_pm.h
index 884bb7f90a18..f519883d9a43 100644
--- a/drivers/gpu/drm/nouveau/nouveau_pm.h
+++ b/drivers/gpu/drm/nouveau/nouveau_pm.h
@@ -63,6 +63,9 @@ int nva3_pm_clocks_get(struct drm_device *, struct nouveau_pm_level *);
63void *nva3_pm_clocks_pre(struct drm_device *, struct nouveau_pm_level *); 63void *nva3_pm_clocks_pre(struct drm_device *, struct nouveau_pm_level *);
64void nva3_pm_clocks_set(struct drm_device *, void *); 64void nva3_pm_clocks_set(struct drm_device *, void *);
65 65
66/* nvc0_pm.c */
67int nvc0_pm_clocks_get(struct drm_device *, struct nouveau_pm_level *);
68
66/* nouveau_temp.c */ 69/* nouveau_temp.c */
67void nouveau_temp_init(struct drm_device *dev); 70void nouveau_temp_init(struct drm_device *dev);
68void nouveau_temp_fini(struct drm_device *dev); 71void nouveau_temp_fini(struct drm_device *dev);