Home
last modified time | relevance | path

Searched refs:drm_dp_read_downstream_info (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/nouveau/
Dnouveau_dp.c86 ret = drm_dp_read_downstream_info(aux, dpcd, in nouveau_dp_probe_dpcd()
/linux-6.1.9/include/drm/display/
Ddrm_dp_helper.h491 int drm_dp_read_downstream_info(struct drm_dp_aux *aux,
/linux-6.1.9/drivers/gpu/drm/display/
Ddrm_dp_helper.c971 int drm_dp_read_downstream_info(struct drm_dp_aux *aux, in drm_dp_read_downstream_info() function
1005 EXPORT_SYMBOL(drm_dp_read_downstream_info);
/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_dp.c2973 return drm_dp_read_downstream_info(&intel_dp->aux, intel_dp->dpcd, in intel_dp_get_dpcd()