Home
last modified time | relevance | path

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

/linux/include/drm/display/
H A Ddrm_dp_helper.h535 void drm_dp_dpcd_set_probe(struct drm_dp_aux *aux, bool enable);
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c696 * drm_dp_dpcd_set_probe() - Set whether a probing before DPCD access is done
700 void drm_dp_dpcd_set_probe(struct drm_dp_aux *aux, bool enable) in drm_dp_dpcd_set_probe() function
704 EXPORT_SYMBOL(drm_dp_dpcd_set_probe);
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c5820 drm_dp_dpcd_set_probe(&intel_dp->aux, in intel_dp_dpcd_set_probe()