Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Ddrm_dp_helper.h307 # define DP_TEST_NAK (1 << 1) macro
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c3775 return DP_TEST_NAK; in intel_dp_autotest_link_training()
3783 return DP_TEST_NAK; in intel_dp_autotest_link_training()
3790 return DP_TEST_NAK; in intel_dp_autotest_link_training()
3811 return DP_TEST_NAK; in intel_dp_autotest_video_pattern()
3814 return DP_TEST_NAK; in intel_dp_autotest_video_pattern()
3820 return DP_TEST_NAK; in intel_dp_autotest_video_pattern()
3827 return DP_TEST_NAK; in intel_dp_autotest_video_pattern()
3834 return DP_TEST_NAK; in intel_dp_autotest_video_pattern()
3837 return DP_TEST_NAK; in intel_dp_autotest_video_pattern()
3839 return DP_TEST_NAK; in intel_dp_autotest_video_pattern()
[all …]
/openbmc/linux/include/drm/display/
H A Ddrm_dp.h899 # define DP_TEST_NAK (1 << 1) macro
/openbmc/linux/drivers/gpu/drm/msm/dp/
H A Ddp_link.c704 link->dp_link.test_response = DP_TEST_NAK; in dp_link_parse_request()