diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_pm.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_pm.h | 3 |
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 *); | |||
56 | void nouveau_temp_init(struct drm_device *dev); | 56 | void nouveau_temp_init(struct drm_device *dev); |
57 | void nouveau_temp_fini(struct drm_device *dev); | 57 | void nouveau_temp_fini(struct drm_device *dev); |
58 | void nouveau_temp_safety_checks(struct drm_device *dev); | 58 | void nouveau_temp_safety_checks(struct drm_device *dev); |
59 | int16_t nouveau_temp_get(struct drm_device *dev); | 59 | int nv40_temp_get(struct drm_device *dev); |
60 | int nv84_temp_get(struct drm_device *dev); | ||
60 | 61 | ||
61 | #endif | 62 | #endif |