Home
last modified time | relevance | path

Searched refs:is_hdmi2 (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628_hdmirx.c92 static void rk628_hdmirx_phy_enable(struct rk628_hdmirx *hdmirx, bool is_hdmi2) in rk628_hdmirx_phy_enable() argument
104 if (is_hdmi2) in rk628_hdmirx_phy_enable()
125 rk628_hdmirx_phy_enable(hdmirx, hdmirx->is_hdmi2); in rk628f_hdmirx_phy_power_on()
284 hdmirx->is_hdmi2 = true; in rk628_hdmirx_phy_setup()
286 hdmirx->is_hdmi2 = false; in rk628_hdmirx_phy_setup()
289 if (hdmirx->is_hdmi2) in rk628_hdmirx_phy_setup()
H A Drk628.h506 bool is_hdmi2; member
/rk3399_rockchip-uboot/drivers/video/drm/
H A Ddw_hdmi_qp.c628 bool is_hdmi2 = false; in hdmi_config_AVI() local
634 is_hdmi2 = true; in hdmi_config_AVI()
636 drm_hdmi_avi_infoframe_from_display_mode(&frame, mode, is_hdmi2); in hdmi_config_AVI()
643 true, is_hdmi2); in hdmi_config_AVI()
H A Ddw_hdmi.c1590 bool is_hdmi2 = false; in hdmi_config_AVI() local
1596 is_hdmi2 = true; in hdmi_config_AVI()
1598 drm_hdmi_avi_infoframe_from_display_mode(&frame, mode, is_hdmi2); in hdmi_config_AVI()
1605 true, is_hdmi2); in hdmi_config_AVI()