aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/meson/meson_vclk.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/meson/meson_vclk.h')
-rw-r--r--drivers/gpu/drm/meson/meson_vclk.h2
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
33enum drm_mode_status 33enum drm_mode_status
34meson_vclk_dmt_supported_freq(struct meson_drm *priv, unsigned int freq); 34meson_vclk_dmt_supported_freq(struct meson_drm *priv, unsigned int freq);
35enum drm_mode_status
36meson_vclk_vic_supported_freq(unsigned int freq);
35 37
36void meson_vclk_setup(struct meson_drm *priv, unsigned int target, 38void 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,