Home
last modified time | relevance | path

Searched refs:DP_TEST_ACK (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/linux/
H A Ddrm_dp_helper.h306 # define DP_TEST_ACK (1 << 0) macro
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c3795 return DP_TEST_ACK; in intel_dp_autotest_link_training()
3857 return DP_TEST_ACK; in intel_dp_autotest_video_pattern()
3863 u8 test_result = DP_TEST_ACK; in intel_dp_autotest_edid()
3896 test_result = DP_TEST_ACK | DP_TEST_EDID_CHECKSUM_WRITE; in intel_dp_autotest_edid()
4016 return DP_TEST_ACK; in intel_dp_autotest_phy_pattern()
4056 if (response & DP_TEST_ACK) in intel_dp_handle_test_request()
/openbmc/linux/include/drm/display/
H A Ddrm_dp.h898 # define DP_TEST_ACK (1 << 0) macro
/openbmc/linux/drivers/gpu/drm/msm/dp/
H A Ddp_link.c707 link->dp_link.test_response = DP_TEST_ACK; in dp_link_parse_request()