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, 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 *); | |||
63 | void *nva3_pm_clocks_pre(struct drm_device *, struct nouveau_pm_level *); | 63 | void *nva3_pm_clocks_pre(struct drm_device *, struct nouveau_pm_level *); |
64 | void nva3_pm_clocks_set(struct drm_device *, void *); | 64 | void nva3_pm_clocks_set(struct drm_device *, void *); |
65 | 65 | ||
66 | /* nvc0_pm.c */ | ||
67 | int nvc0_pm_clocks_get(struct drm_device *, struct nouveau_pm_level *); | ||
68 | |||
66 | /* nouveau_temp.c */ | 69 | /* nouveau_temp.c */ |
67 | void nouveau_temp_init(struct drm_device *dev); | 70 | void nouveau_temp_init(struct drm_device *dev); |
68 | void nouveau_temp_fini(struct drm_device *dev); | 71 | void nouveau_temp_fini(struct drm_device *dev); |