Home
last modified time | relevance | path

Searched refs:DP_MST_CAP (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/drm/
Ddrm_dp_helper.h142 # define DP_MST_CAP (1 << 0) macro
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_dp_mst.c684 if (msg[0] & DP_MST_CAP) { in radeon_dp_mst_probe()
/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c1276 if (!(dpcd[1] & DP_MST_CAP)) in nv50_mstm_detect()
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_dp.c4381 return mstm_cap & DP_MST_CAP; in intel_dp_sink_can_mst()