Home
last modified time | relevance | path

Searched refs:drm_dp_dpcd_probe (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/drm/display/
Ddrm_dp_helper.h442 int drm_dp_dpcd_probe(struct drm_dp_aux *aux, unsigned int offset);
/linux-6.1.9/drivers/gpu/drm/display/
Ddrm_dp_helper.c588 int drm_dp_dpcd_probe(struct drm_dp_aux *aux, unsigned int offset) in drm_dp_dpcd_probe() function
600 EXPORT_SYMBOL(drm_dp_dpcd_probe);
634 ret = drm_dp_dpcd_probe(aux, DP_DPCD_REV); in drm_dp_dpcd_read()
/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_dp_link_training.c188 if (drm_dp_dpcd_probe(&intel_dp->aux, DP_LT_TUNABLE_PHY_REPEATER_FIELD_DATA_STRUCTURE_REV)) in intel_dp_init_lttpr_and_dprx_caps()