Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/amd/display/dc/
H A Ddc_dp_types.h482 union test_misc { union
/dflybsd-src/sys/dev/drm/i915/
H A Dintel_dp.c4048 uint8_t test_misc; in intel_dp_autotest_video_pattern() local
4077 &test_misc); in intel_dp_autotest_video_pattern()
4082 if ((test_misc & DP_TEST_COLOR_FORMAT_MASK) != DP_COLOR_FORMAT_RGB) in intel_dp_autotest_video_pattern()
4084 if (test_misc & DP_TEST_DYNAMIC_RANGE_CEA) in intel_dp_autotest_video_pattern()
4086 switch (test_misc & DP_TEST_BIT_DEPTH_MASK) { in intel_dp_autotest_video_pattern()
/dflybsd-src/sys/dev/drm/amd/display/dc/core/
H A Ddc_link_dp.c1921 union test_misc dpcd_test_params; in dp_test_send_link_test_pattern()