Searched refs:DP_BRANCH_OUI (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_dp.c | 53 if (!nvkm_rdaux(aux, DP_BRANCH_OUI, buf, 3)) in nouveau_dp_probe_oui()
|
/Linux-v4.19/include/drm/ |
D | drm_dp_helper.h | 670 #define DP_BRANCH_OUI 0x500 macro
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | atombios_dp.c | 332 if (drm_dp_dpcd_read(&amdgpu_connector->ddc_bus->aux, DP_BRANCH_OUI, buf, 3) == 3) in amdgpu_atombios_dp_probe_oui()
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | atombios_dp.c | 381 if (drm_dp_dpcd_read(&radeon_connector->ddc_bus->aux, DP_BRANCH_OUI, buf, 3) == 3) in radeon_dp_probe_oui()
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_dp_helper.c | 1317 unsigned int offset = is_branch ? DP_BRANCH_OUI : DP_SINK_OUI; in drm_dp_read_desc()
|
D | drm_dp_mst_topology.c | 3031 ret = drm_dp_dpcd_read(mgr->aux, DP_BRANCH_OUI, buf, DP_BRANCH_OUI_HEADER_SIZE); in drm_dp_mst_dump_topology()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_link_dp.c | 2258 DP_BRANCH_OUI, in get_active_converter_info()
|