Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/
Ddc_dp_types.h677 union test_misc { union
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_dp.c3506 u8 test_misc; in intel_dp_autotest_video_pattern() local
3535 &test_misc); in intel_dp_autotest_video_pattern()
3540 if ((test_misc & DP_TEST_COLOR_FORMAT_MASK) != DP_COLOR_FORMAT_RGB) in intel_dp_autotest_video_pattern()
3542 if (test_misc & DP_TEST_DYNAMIC_RANGE_CEA) in intel_dp_autotest_video_pattern()
3544 switch (test_misc & DP_TEST_BIT_DEPTH_MASK) { in intel_dp_autotest_video_pattern()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_dp.c4270 union test_misc dpcd_test_params; in dp_test_send_link_test_pattern()