Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/
Ddrm_dp_helper.h141 # define DP_MST_CAP (1 << 0) macro
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_dp_mst.c691 if (msg[0] & DP_MST_CAP) { in radeon_dp_mst_probe()
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c1188 if (!(dpcd[1] & DP_MST_CAP)) in nv50_mstm_detect()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_dp.c3854 return mstm_cap & DP_MST_CAP; in intel_dp_can_mst()