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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_pm.h b/drivers/gpu/drm/nouveau/nouveau_pm.h
index f3de5a68c41f..d048b7516b1c 100644
--- a/drivers/gpu/drm/nouveau/nouveau_pm.h
+++ b/drivers/gpu/drm/nouveau/nouveau_pm.h
@@ -52,4 +52,10 @@ int nv50_pm_clock_get(struct drm_device *, u32 id);
52void *nv50_pm_clock_pre(struct drm_device *, u32 id, int khz); 52void *nv50_pm_clock_pre(struct drm_device *, u32 id, int khz);
53void nv50_pm_clock_set(struct drm_device *, void *); 53void nv50_pm_clock_set(struct drm_device *, void *);
54 54
55/* nouveau_temp.c */
56void nouveau_temp_init(struct drm_device *dev);
57void nouveau_temp_fini(struct drm_device *dev);
58void nouveau_temp_safety_checks(struct drm_device *dev);
59int16_t nouveau_temp_get(struct drm_device *dev);
60
55#endif 61#endif