Searched refs:mstm_cap (Results 1 – 3 of 3) sorted by relevance
165 union mstm_cap { union
4373 u8 mstm_cap; in intel_dp_sink_can_mst() local4378 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()
2473 union mstm_cap cap; in is_mst_supported()