Home
last modified time | relevance | path

Searched refs:phy_configs (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/rockchip/
H A Dinno_hdmi-rockchip.c162 .phy_configs = rk3036_hdmi_phy_configs,
167 .phy_configs = rk3128_hdmi_phy_configs,
/linux/drivers/gpu/drm/bridge/
H A Dinno-hdmi.c457 const struct inno_hdmi_phy_config *phy_configs = hdmi->plat_data->phy_configs; in inno_hdmi_find_phy_config() local
460 for (i = 0; phy_configs[i].pixelclock != ~0UL; i++) { in inno_hdmi_find_phy_config()
461 if (pixelclk <= phy_configs[i].pixelclock) in inno_hdmi_find_phy_config()
534 phy_config = &hdmi->plat_data->phy_configs[ret]; in inno_hdmi_power_up()
1073 if (!plat_data->phy_configs || !plat_data->default_phy_config) { in inno_hdmi_bind()