diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_pm.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_pm.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_pm.h b/drivers/gpu/drm/nouveau/nouveau_pm.h index 663088d30428..7e0cc2eeb307 100644 --- a/drivers/gpu/drm/nouveau/nouveau_pm.h +++ b/drivers/gpu/drm/nouveau/nouveau_pm.h | |||
@@ -55,15 +55,15 @@ int nv04_pm_clocks_set(struct drm_device *, void *); | |||
55 | int nv40_pm_clocks_get(struct drm_device *, struct nouveau_pm_level *); | 55 | int nv40_pm_clocks_get(struct drm_device *, struct nouveau_pm_level *); |
56 | void *nv40_pm_clocks_pre(struct drm_device *, struct nouveau_pm_level *); | 56 | void *nv40_pm_clocks_pre(struct drm_device *, struct nouveau_pm_level *); |
57 | int nv40_pm_clocks_set(struct drm_device *, void *); | 57 | int nv40_pm_clocks_set(struct drm_device *, void *); |
58 | int nv40_pm_pwm_get(struct drm_device *, struct dcb_gpio_entry *, u32*, u32*); | 58 | int nv40_pm_pwm_get(struct drm_device *, int, u32 *, u32 *); |
59 | int nv40_pm_pwm_set(struct drm_device *, struct dcb_gpio_entry *, u32, u32); | 59 | int nv40_pm_pwm_set(struct drm_device *, int, u32, u32); |
60 | 60 | ||
61 | /* nv50_pm.c */ | 61 | /* nv50_pm.c */ |
62 | int nv50_pm_clocks_get(struct drm_device *, struct nouveau_pm_level *); | 62 | int nv50_pm_clocks_get(struct drm_device *, struct nouveau_pm_level *); |
63 | void *nv50_pm_clocks_pre(struct drm_device *, struct nouveau_pm_level *); | 63 | void *nv50_pm_clocks_pre(struct drm_device *, struct nouveau_pm_level *); |
64 | int nv50_pm_clocks_set(struct drm_device *, void *); | 64 | int nv50_pm_clocks_set(struct drm_device *, void *); |
65 | int nv50_pm_pwm_get(struct drm_device *, struct dcb_gpio_entry *, u32*, u32*); | 65 | int nv50_pm_pwm_get(struct drm_device *, int, u32 *, u32 *); |
66 | int nv50_pm_pwm_set(struct drm_device *, struct dcb_gpio_entry *, u32, u32); | 66 | int nv50_pm_pwm_set(struct drm_device *, int, u32, u32); |
67 | 67 | ||
68 | /* nva3_pm.c */ | 68 | /* nva3_pm.c */ |
69 | int nva3_pm_clocks_get(struct drm_device *, struct nouveau_pm_level *); | 69 | int nva3_pm_clocks_get(struct drm_device *, struct nouveau_pm_level *); |