Home
last modified time | relevance | path

Searched refs:drm_detect_hdmi_monitor (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/
H A Dsii902x.c350 if (drm_detect_hdmi_monitor(edid)) in sii902x_bridge_mode_set()
H A Dinno_hdmi.c755 drm_detect_hdmi_monitor(edid); in rockchip_inno_hdmi_get_timing()
H A Ddw_hdmi_qp.c1473 drm_detect_hdmi_monitor(edid); in _rockchip_dw_hdmi_qp_get_timing()
H A Ddw_hdmi.c2651 hdmi->sink_is_hdmi = drm_detect_hdmi_monitor(edid); in rockchip_dw_hdmi_get_timing()
/rk3399_rockchip-uboot/include/
H A Dedid.h1023 bool drm_detect_hdmi_monitor(struct edid *edid);
/rk3399_rockchip-uboot/common/
H A Dedid.c3455 bool drm_detect_hdmi_monitor(struct edid *edid) in drm_detect_hdmi_monitor() function