Home
last modified time | relevance | path

Searched refs:DP_TEST_REQUEST (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/include/linux/
H A Ddrm_dp_helper.h283 #define DP_TEST_REQUEST 0x218 macro
/openbmc/linux/include/drm/display/
H A Ddrm_dp.h789 #define DP_TEST_REQUEST 0x218 macro
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/accessories/
H A Dlink_dp_cts.c600 DP_TEST_REQUEST, in dp_handle_automated_test()
/openbmc/linux/drivers/gpu/drm/msm/dp/
H A Ddp_link.c662 rlen = drm_dp_dpcd_readb(link->aux, DP_TEST_REQUEST, &data); in dp_link_parse_request()
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c934 DP_TEST_REQUEST, in dm_helpers_read_local_edid()
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c866 if (drm_dp_dpcd_read(aux, DP_TEST_REQUEST, &link_edid_read, 1) < 1) { in drm_dp_send_real_edid_checksum()
868 aux->name, DP_TEST_REQUEST); in drm_dp_send_real_edid_checksum()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c4026 status = drm_dp_dpcd_readb(&intel_dp->aux, DP_TEST_REQUEST, &request); in intel_dp_handle_test_request()