drm_detect_hdmi_monitor
if (drm_detect_hdmi_monitor(ctx->edid))
hdmi->sink_is_hdmi = drm_detect_hdmi_monitor(edid);
EXPORT_SYMBOL(drm_detect_hdmi_monitor);
drm_detect_hdmi_monitor(edid);
psb_intel_sdvo->has_hdmi_monitor = drm_detect_hdmi_monitor(edid);
bool drm_detect_hdmi_monitor(const struct edid *edid);