Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc_dp_types.h165 union mstm_cap { union
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_dp.c4539 u8 mstm_cap; in intel_dp_sink_can_mst() local
4544 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_MSTM_CAP, &mstm_cap) != 1) in intel_dp_sink_can_mst()
4547 return mstm_cap & DP_MST_CAP; in intel_dp_sink_can_mst()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_link_dp.c2942 union mstm_cap cap; in is_mst_supported()