Home
last modified time | relevance | path

Searched refs:max_hdmi_phy_freq (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/meson/
Dmeson_vclk.c730 if (priv->limits->max_hdmi_phy_freq && in meson_vclk_dmt_supported_freq()
731 freq > priv->limits->max_hdmi_phy_freq) in meson_vclk_dmt_supported_freq()
782 if (priv->limits->max_hdmi_phy_freq && in meson_vclk_vic_supported_freq()
783 phy_freq > priv->limits->max_hdmi_phy_freq) in meson_vclk_vic_supported_freq()
Dmeson_drv.h34 unsigned int max_hdmi_phy_freq; member
Dmeson_drv.c170 .max_hdmi_phy_freq = 1650000,