Searched refs:DP_TEST_ACK (Results 1 – 3 of 3) sorted by relevance
5309 return DP_TEST_ACK; in intel_dp_autotest_link_training()5371 return DP_TEST_ACK; in intel_dp_autotest_video_pattern()5377 u8 test_result = DP_TEST_ACK; in intel_dp_autotest_edid()5411 test_result = DP_TEST_ACK | DP_TEST_EDID_CHECKSUM_WRITE; in intel_dp_autotest_edid()5437 return DP_TEST_ACK; in intel_dp_prepare_phytest()5590 if (test_result != DP_TEST_ACK) in intel_dp_autotest_phy_pattern()5635 if (response & DP_TEST_ACK) in intel_dp_handle_test_request()
698 link->dp_link.test_response = DP_TEST_ACK; in dp_link_parse_request()
746 # define DP_TEST_ACK (1 << 0) macro