Home
last modified time | relevance | path

Searched refs:dpcd_probe_disabled (Results 1 – 2 of 2) sorted by relevance

/linux/include/drm/display/
H A Ddrm_dp_helper.h548 bool dpcd_probe_disabled; member
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c711 WRITE_ONCE(aux->dpcd_probe_disabled, !enable); in drm_dp_dpcd_set_probe()
729 return !aux->is_remote && !READ_ONCE(aux->dpcd_probe_disabled); in dpcd_access_needs_probe()