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, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_pm.h b/drivers/gpu/drm/nouveau/nouveau_pm.h
index d048b7516b1..6ad0ca9db88 100644
--- a/drivers/gpu/drm/nouveau/nouveau_pm.h
+++ b/drivers/gpu/drm/nouveau/nouveau_pm.h
@@ -56,6 +56,7 @@ void nv50_pm_clock_set(struct drm_device *, void *);
56void nouveau_temp_init(struct drm_device *dev); 56void nouveau_temp_init(struct drm_device *dev);
57void nouveau_temp_fini(struct drm_device *dev); 57void nouveau_temp_fini(struct drm_device *dev);
58void nouveau_temp_safety_checks(struct drm_device *dev); 58void nouveau_temp_safety_checks(struct drm_device *dev);
59int16_t nouveau_temp_get(struct drm_device *dev); 59int nv40_temp_get(struct drm_device *dev);
60int nv84_temp_get(struct drm_device *dev);
60 61
61#endif 62#endif