diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_pm.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_pm.h | 6 |
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); | |||
52 | void *nv50_pm_clock_pre(struct drm_device *, u32 id, int khz); | 52 | void *nv50_pm_clock_pre(struct drm_device *, u32 id, int khz); |
53 | void nv50_pm_clock_set(struct drm_device *, void *); | 53 | void nv50_pm_clock_set(struct drm_device *, void *); |
54 | 54 | ||
55 | /* nouveau_temp.c */ | ||
56 | void nouveau_temp_init(struct drm_device *dev); | ||
57 | void nouveau_temp_fini(struct drm_device *dev); | ||
58 | void nouveau_temp_safety_checks(struct drm_device *dev); | ||
59 | int16_t nouveau_temp_get(struct drm_device *dev); | ||
60 | |||
55 | #endif | 61 | #endif |