diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_pm.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_pm.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_pm.h b/drivers/gpu/drm/nouveau/nouveau_pm.h index 3f82dfea61dd..07cac72c72b4 100644 --- a/drivers/gpu/drm/nouveau/nouveau_pm.h +++ b/drivers/gpu/drm/nouveau/nouveau_pm.h | |||
@@ -61,8 +61,10 @@ int nouveau_voltage_gpio_set(struct drm_device *, int voltage); | |||
61 | /* nouveau_perf.c */ | 61 | /* nouveau_perf.c */ |
62 | void nouveau_perf_init(struct drm_device *); | 62 | void nouveau_perf_init(struct drm_device *); |
63 | void nouveau_perf_fini(struct drm_device *); | 63 | void nouveau_perf_fini(struct drm_device *); |
64 | u8 *nouveau_perf_timing(struct drm_device *, u32 freq, u8 *ver, u8 *len); | 64 | u8 *nouveau_perf_rammap(struct drm_device *, u32 freq, u8 *ver, |
65 | u8 *hdr, u8 *cnt, u8 *len); | ||
65 | u8 *nouveau_perf_ramcfg(struct drm_device *, u32 freq, u8 *ver, u8 *len); | 66 | u8 *nouveau_perf_ramcfg(struct drm_device *, u32 freq, u8 *ver, u8 *len); |
67 | u8 *nouveau_perf_timing(struct drm_device *, u32 freq, u8 *ver, u8 *len); | ||
66 | 68 | ||
67 | /* nouveau_mem.c */ | 69 | /* nouveau_mem.c */ |
68 | void nouveau_mem_timing_init(struct drm_device *); | 70 | void nouveau_mem_timing_init(struct drm_device *); |