Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/
Ddrm_dp_helper.h140 #define DP_MSTM_CAP 0x021 /* 1.2 */ macro
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_dp_mst.c688 ret = drm_dp_dpcd_read(&radeon_connector->ddc_bus->aux, DP_MSTM_CAP, msg, in radeon_dp_mst_probe()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_dp.c2135 st = core_link_read_dpcd(link, DP_MSTM_CAP, in is_mst_supported()
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c1184 ret = drm_dp_dpcd_readb(aux, DP_MSTM_CAP, &dpcd[1]); in nv50_mstm_detect()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_dp.c3851 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_MSTM_CAP, &mstm_cap) != 1) in intel_dp_can_mst()