Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/gma500/
Dcdv_intel_hdmi.c142 drm_detect_hdmi_monitor(edid); in cdv_hdmi_detect()
Dpsb_intel_sdvo.c1291 psb_intel_sdvo->has_hdmi_monitor = drm_detect_hdmi_monitor(edid); in psb_intel_sdvo_hdmi_sink_detect()
/linux-6.14.4/include/drm/
Ddrm_edid.h435 bool drm_detect_hdmi_monitor(const struct edid *edid);
/linux-6.14.4/drivers/gpu/drm/msm/hdmi/
Dhdmi_bridge.c262 hdmi->hdmi_mode = drm_detect_hdmi_monitor(edid); in msm_hdmi_bridge_edid_read()
/linux-6.14.4/Documentation/gpu/
Dtodo.rst366 Replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmi
370 drm_display_info.is_hdmi. Many drivers still call drm_detect_hdmi_monitor() to
373 Audit each individual driver calling drm_detect_hdmi_monitor() and switch to
/linux-6.14.4/drivers/gpu/drm/bridge/adv7511/
Dadv7511_drv.c650 drm_detect_hdmi_monitor(edid)); in adv7511_edid_read()
/linux-6.14.4/drivers/gpu/drm/bridge/
Dsil-sii8620.c503 if (drm_detect_hdmi_monitor(ctx->edid)) in sii8620_identify_sink()
/linux-6.14.4/drivers/gpu/drm/
Ddrm_edid.c5898 bool drm_detect_hdmi_monitor(const struct edid *edid) in drm_detect_hdmi_monitor() function
5904 EXPORT_SYMBOL(drm_detect_hdmi_monitor);
/linux-6.14.4/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c2479 hdmi->sink_is_hdmi = drm_detect_hdmi_monitor(edid); in dw_hdmi_edid_read()