Home
last modified time | relevance | path

Searched refs:DP_TEST_NAK (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_dp_test.c91 return DP_TEST_NAK; in intel_dp_autotest_link_training()
99 return DP_TEST_NAK; in intel_dp_autotest_link_training()
106 return DP_TEST_NAK; in intel_dp_autotest_link_training()
127 return DP_TEST_NAK; in intel_dp_autotest_video_pattern()
130 return DP_TEST_NAK; in intel_dp_autotest_video_pattern()
136 return DP_TEST_NAK; in intel_dp_autotest_video_pattern()
143 return DP_TEST_NAK; in intel_dp_autotest_video_pattern()
150 return DP_TEST_NAK; in intel_dp_autotest_video_pattern()
153 return DP_TEST_NAK; in intel_dp_autotest_video_pattern()
155 return DP_TEST_NAK; in intel_dp_autotest_video_pattern()
[all …]
/linux-6.15/include/drm/display/
H A Ddrm_dp.h940 # define DP_TEST_NAK (1 << 1) macro
/linux-6.15/drivers/gpu/drm/msm/dp/
H A Ddp_link.c703 link->msm_dp_link.test_response = DP_TEST_NAK; in msm_dp_link_parse_request()