]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - drivers/gpu/drm/meson/meson_dw_hdmi.c
Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm
[thirdparty/linux.git] / drivers / gpu / drm / meson / meson_dw_hdmi.c
index 64cb6ba4bc42d9ebb19f6dedb1272a36e094185d..24a12c453095fa762125a45aa9f5f50820c20ac7 100644 (file)
@@ -695,7 +695,7 @@ dw_hdmi_mode_valid(struct drm_connector *connector,
        dev_dbg(connector->dev->dev, "%s: vclk:%d phy=%d venc=%d hdmi=%d\n",
                __func__, phy_freq, vclk_freq, venc_freq, hdmi_freq);
 
-       return meson_vclk_vic_supported_freq(phy_freq, vclk_freq);
+       return meson_vclk_vic_supported_freq(priv, phy_freq, vclk_freq);
 }
 
 /* Encoder */