Searched refs:drm_probe_ddc (Results 1 – 5 of 5) sorted by relevance
54 if (conn->bridge.ddc && drm_probe_ddc(conn->bridge.ddc)) in display_connector_detect() 77 * if drm_probe_ddc fails, as some cables don't wire the DDC in display_connector_detect()
177 if (drm_probe_ddc(connector->ddc)) in ls7a2000_hdmi0_vga_connector_detect()
1310 * Detects the connector status by reading the EDID using drm_probe_ddc(),1326 if (drm_probe_ddc(ddc)) in drm_connector_helper_detect_from_ddc()
2577 * drm_probe_ddc() - probe DDC presence2583 drm_probe_ddc(struct i2c_adapter *adapter) in drm_probe_ddc() function 2589 EXPORT_SYMBOL(drm_probe_ddc);2609 if (connector->force == DRM_FORCE_UNSPECIFIED && !drm_probe_ddc(adapter)) in drm_get_edid() 2690 if (connector->force == DRM_FORCE_UNSPECIFIED && !drm_probe_ddc(adapter)) in drm_edid_read_ddc()
5547 if (drm_probe_ddc(&intel_dp->aux.ddc)) in intel_dp_detect_dpcd()