Home
last modified time | relevance | path

Searched refs:DP_MSTM_CAP (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/drm/
Ddrm_dp_helper.h141 #define DP_MSTM_CAP 0x021 /* 1.2 */ macro
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_dp_mst.c681 ret = drm_dp_dpcd_read(&radeon_connector->ddc_bus->aux, DP_MSTM_CAP, msg, in radeon_dp_mst_probe()
/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c1272 ret = drm_dp_dpcd_readb(aux, DP_MSTM_CAP, &dpcd[1]); in nv50_mstm_detect()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_dp.c2488 st = core_link_read_dpcd(link, DP_MSTM_CAP, in is_mst_supported()
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_dp.c4378 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_MSTM_CAP, &mstm_cap) != 1) in intel_dp_sink_can_mst()