Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_dp.c3479 return DP_TEST_NAK; in intel_dp_autotest_link_training()
3487 return DP_TEST_NAK; in intel_dp_autotest_link_training()
3494 return DP_TEST_NAK; in intel_dp_autotest_link_training()
3515 return DP_TEST_NAK; in intel_dp_autotest_video_pattern()
3518 return DP_TEST_NAK; in intel_dp_autotest_video_pattern()
3524 return DP_TEST_NAK; in intel_dp_autotest_video_pattern()
3531 return DP_TEST_NAK; in intel_dp_autotest_video_pattern()
3538 return DP_TEST_NAK; in intel_dp_autotest_video_pattern()
3541 return DP_TEST_NAK; in intel_dp_autotest_video_pattern()
3543 return DP_TEST_NAK; in intel_dp_autotest_video_pattern()
[all …]
/linux-6.1.9/include/drm/display/
Ddrm_dp.h889 # define DP_TEST_NAK (1 << 1) macro
/linux-6.1.9/drivers/gpu/drm/msm/dp/
Ddp_link.c700 link->dp_link.test_response = DP_TEST_NAK; in dp_link_parse_request()