Searched refs:drm_dp_read_mst_cap (Results 1 – 4 of 4) sorted by relevance
68 mstm->can_mst = drm_dp_read_mst_cap(aux, dpcd); in nouveau_dp_probe_dpcd()
772 bool drm_dp_read_mst_cap(struct drm_dp_aux *aux, const u8 dpcd[DP_RECEIVER_CAP_SIZE]);
3648 bool drm_dp_read_mst_cap(struct drm_dp_aux *aux, in drm_dp_read_mst_cap() function3661 EXPORT_SYMBOL(drm_dp_read_mst_cap);
4784 drm_dp_read_mst_cap(&intel_dp->aux, intel_dp->dpcd); in intel_dp_can_mst()4793 bool sink_can_mst = drm_dp_read_mst_cap(&intel_dp->aux, intel_dp->dpcd); in intel_dp_configure_mst()