diff options
Diffstat (limited to 'drivers/gpu/drm/meson/meson_dw_hdmi.c')
-rw-r--r-- | drivers/gpu/drm/meson/meson_dw_hdmi.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/drivers/gpu/drm/meson/meson_dw_hdmi.c b/drivers/gpu/drm/meson/meson_dw_hdmi.c index df7247cd93f9..d8c5cc34e22e 100644 --- a/drivers/gpu/drm/meson/meson_dw_hdmi.c +++ b/drivers/gpu/drm/meson/meson_dw_hdmi.c | |||
@@ -594,17 +594,7 @@ dw_hdmi_mode_valid(struct drm_connector *connector, | |||
594 | dev_dbg(connector->dev->dev, "%s: vclk:%d venc=%d hdmi=%d\n", __func__, | 594 | dev_dbg(connector->dev->dev, "%s: vclk:%d venc=%d hdmi=%d\n", __func__, |
595 | vclk_freq, venc_freq, hdmi_freq); | 595 | vclk_freq, venc_freq, hdmi_freq); |
596 | 596 | ||
597 | /* Finally filter by configurable vclk frequencies for VIC modes */ | 597 | return meson_vclk_vic_supported_freq(vclk_freq); |
598 | switch (vclk_freq) { | ||
599 | case 54000: | ||
600 | case 74250: | ||
601 | case 148500: | ||
602 | case 297000: | ||
603 | case 594000: | ||
604 | return MODE_OK; | ||
605 | } | ||
606 | |||
607 | return MODE_CLOCK_RANGE; | ||
608 | } | 598 | } |
609 | 599 | ||
610 | /* Encoder */ | 600 | /* Encoder */ |