diff options
Diffstat (limited to 'drivers/gpu/drm/meson/meson_vclk.h')
-rw-r--r-- | drivers/gpu/drm/meson/meson_vclk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/meson/meson_vclk.h b/drivers/gpu/drm/meson/meson_vclk.h index 869fa3a3073e..4bd8752da02a 100644 --- a/drivers/gpu/drm/meson/meson_vclk.h +++ b/drivers/gpu/drm/meson/meson_vclk.h | |||
@@ -32,6 +32,8 @@ enum { | |||
32 | 32 | ||
33 | enum drm_mode_status | 33 | enum drm_mode_status |
34 | meson_vclk_dmt_supported_freq(struct meson_drm *priv, unsigned int freq); | 34 | meson_vclk_dmt_supported_freq(struct meson_drm *priv, unsigned int freq); |
35 | enum drm_mode_status | ||
36 | meson_vclk_vic_supported_freq(unsigned int freq); | ||
35 | 37 | ||
36 | void meson_vclk_setup(struct meson_drm *priv, unsigned int target, | 38 | void meson_vclk_setup(struct meson_drm *priv, unsigned int target, |
37 | unsigned int vclk_freq, unsigned int venc_freq, | 39 | unsigned int vclk_freq, unsigned int venc_freq, |