Searched refs:drm_detect_hdmi_monitor (Results 1 – 9 of 9) sorted by relevance
142 drm_detect_hdmi_monitor(edid); in cdv_hdmi_detect()
1291 psb_intel_sdvo->has_hdmi_monitor = drm_detect_hdmi_monitor(edid); in psb_intel_sdvo_hdmi_sink_detect()
435 bool drm_detect_hdmi_monitor(const struct edid *edid);
262 hdmi->hdmi_mode = drm_detect_hdmi_monitor(edid); in msm_hdmi_bridge_edid_read()
366 Replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmi370 drm_display_info.is_hdmi. Many drivers still call drm_detect_hdmi_monitor() to373 Audit each individual driver calling drm_detect_hdmi_monitor() and switch to
650 drm_detect_hdmi_monitor(edid)); in adv7511_edid_read()
503 if (drm_detect_hdmi_monitor(ctx->edid)) in sii8620_identify_sink()
5898 bool drm_detect_hdmi_monitor(const struct edid *edid) in drm_detect_hdmi_monitor() function5904 EXPORT_SYMBOL(drm_detect_hdmi_monitor);
2479 hdmi->sink_is_hdmi = drm_detect_hdmi_monitor(edid); in dw_hdmi_edid_read()