Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/
H A Ddc_dp_types.h136 union mstm_cap { union
/dragonfly/sys/dev/drm/i915/
H A Dintel_dp.c3836 u8 mstm_cap; in intel_dp_can_mst() local
3847 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_MSTM_CAP, &mstm_cap) != 1) in intel_dp_can_mst()
3850 return mstm_cap & DP_MST_CAP; in intel_dp_can_mst()
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc_link_dp.c2125 union mstm_cap cap; in is_mst_supported()