Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Ddrm_dp_helper.h106 #define DP_MSTM_CAP 0x021 /* 1.2 */ macro
/openbmc/linux/include/drm/display/
H A Ddrm_dp.h190 #define DP_MSTM_CAP 0x021 /* 1.2 */ macro
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_capability.c1432 st = core_link_read_dpcd(link, DP_MSTM_CAP, in read_is_mst_supported()
/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_dp.c1646 ret = drm_dp_dpcd_readb(&mtk_dp->aux, DP_MSTM_CAP, &val); in mtk_dp_parse_capabilities()
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c3584 if (drm_dp_dpcd_readb(aux, DP_MSTM_CAP, &mstm_cap) != 1) in drm_dp_read_mst_cap()