Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/
Ddc_dp_types.h165 union mstm_cap { union
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_dp.c4373 u8 mstm_cap; in intel_dp_sink_can_mst() local
4378 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_MSTM_CAP, &mstm_cap) != 1) in intel_dp_sink_can_mst()
4381 return mstm_cap & DP_MST_CAP; in intel_dp_sink_can_mst()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_dp.c2473 union mstm_cap cap; in is_mst_supported()