/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
amdgpu_dcn20_opp.c | 48 enum controller_dp_test_pattern test_pattern, 100 switch (test_pattern) { 104 dyn_range = (test_pattern == 135 mode = (test_pattern ==
|
dcn20_opp.h | 144 enum controller_dp_test_pattern test_pattern,
|
amdgpu_dcn20_hwseq.c | 944 enum controller_dp_test_pattern test_pattern = CONTROLLER_DP_TEST_PATTERN_SOLID_COLOR; local in function:dcn20_blank_pixel_data 968 test_pattern = CONTROLLER_DP_TEST_PATTERN_COLORSQUARES; 972 test_pattern = CONTROLLER_DP_TEST_PATTERN_VIDEOMODE; 977 test_pattern, 988 CONTROLLER_DP_TEST_PATTERN_COLORRAMP : test_pattern,
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
link_hwss.h | 75 enum dp_test_pattern test_pattern,
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
amdgpu_dc_link_hwss.c | 256 enum dp_test_pattern test_pattern = DP_TEST_PATTERN_UNSUPPORTED; local in function:dp_set_hw_training_pattern 260 test_pattern = DP_TEST_PATTERN_TRAINING_PATTERN1; 263 test_pattern = DP_TEST_PATTERN_TRAINING_PATTERN2; 266 test_pattern = DP_TEST_PATTERN_TRAINING_PATTERN3; 269 test_pattern = DP_TEST_PATTERN_TRAINING_PATTERN4; 275 dp_set_hw_test_pattern(link, test_pattern, NULL, 0); 296 enum dp_test_pattern test_pattern, 303 pattern_param.dp_phy_pattern = test_pattern;
|
amdgpu_dc_link_dp.c | 2504 enum dp_test_pattern test_pattern; local in function:dp_test_send_phy_test_pattern 2542 test_pattern = DP_TEST_PATTERN_D102; 2545 test_pattern = DP_TEST_PATTERN_SYMBOL_ERROR; 2548 test_pattern = DP_TEST_PATTERN_PRBS7; 2551 test_pattern = DP_TEST_PATTERN_80BIT_CUSTOM; 2555 test_pattern = (link->dc->caps.force_dp_tps4_for_cp2520 == 1) ? 2561 test_pattern = (link->dc->caps.force_dp_tps4_for_cp2520 == 1) ? 2566 test_pattern = DP_TEST_PATTERN_TRAINING_PATTERN4; 2569 test_pattern = DP_TEST_PATTERN_VIDEO_MODE; 2573 if (test_pattern == DP_TEST_PATTERN_80BIT_CUSTOM 2625 enum dp_test_pattern test_pattern; local in function:dp_test_send_link_test_pattern 2680 enum dp_test_pattern test_pattern = DP_TEST_PATTERN_AUDIO_OPERATOR_DEFINED; local in function:dp_test_get_audio_test_data [all...] |
amdgpu_dc_link.c | 3355 enum dp_test_pattern test_pattern, 3364 test_pattern,
|
/src/sys/dev/ic/ |
ne2000.c | 335 const uint8_t test_pattern[32] = "THIS is A memory TEST pattern"; local in function:ne2000_detect 448 ne2000_writemem(nict, nich, asict, asich, test_pattern, 8192, 449 sizeof(test_pattern), 0, 1); 453 if (memcmp(test_pattern, test_buffer, sizeof(test_pattern)) == 0) { 483 ne2000_writemem(nict, nich, asict, asich, test_pattern, 16384, 484 sizeof(test_pattern), useword, 1); 488 if (memcmp(test_pattern, test_buffer, sizeof(test_pattern)) != 0) {
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
dc_link.h | 263 enum dp_test_pattern test_pattern, 295 enum dp_test_pattern test_pattern,
|
/src/sys/arch/mac68k/nubus/ |
nubus.c | 428 fmt->test_pattern = nubus_read_4(bst, bsh, lanes, hdr); 437 printf("Test Pattern 0x%x\n", fmt->test_pattern); 446 if (fmt->test_pattern != NUBUS_ROM_TEST_PATTERN) { 450 fmt->test_pattern, NUBUS_ROM_TEST_PATTERN); 618 if (fmt->test_pattern != NUBUS_ROM_TEST_PATTERN)
|
nubus.h | 194 u_int32_t test_pattern; member in struct:_nubus_slot
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
amdgpu_dm_debugfs.c | 461 * echo <test pattern #> > test_pattern 467 * echo 0x4 0x11 0x22 0x33 0x44 0x55 0x66 0x77 0x88 0x99 0xaa > test_pattern 470 * echo 0 > test_pattern 501 enum dp_test_pattern test_pattern = DP_TEST_PATTERN_UNSUPPORTED; local in function:dp_phy_test_pattern_debugfs_write 582 test_pattern = param[0]; 584 switch (test_pattern) { 606 test_pattern = DP_TEST_PATTERN_UNSUPPORTED; 616 if (test_pattern == DP_TEST_PATTERN_80BIT_CUSTOM) { 651 if (test_pattern != DP_TEST_PATTERN_VIDEO_MODE) { 664 test_pattern, [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/ |
dce110_timing_generator.h | 227 enum controller_dp_test_pattern test_pattern,
|
amdgpu_dce110_timing_generator.c | 714 enum controller_dp_test_pattern test_pattern, 759 switch (test_pattern) { 763 dyn_range = (test_pattern == 816 mode = (test_pattern ==
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/ |
opp.h | 310 enum controller_dp_test_pattern test_pattern,
|
timing_generator.h | 217 enum controller_dp_test_pattern test_pattern,
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce120/ |
amdgpu_dce120_timing_generator.c | 846 enum controller_dp_test_pattern test_pattern, 890 switch (test_pattern) { 894 dyn_range = (test_pattern == 915 mode = (test_pattern ==
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
amdgpu_dcn10_optc.c | 916 enum controller_dp_test_pattern test_pattern, 960 switch (test_pattern) { 964 dyn_range = (test_pattern == 985 mode = (test_pattern ==
|
/src/usr.bin/sed/TEST/ |
sed.test | 89 test_pattern 392 test_pattern()
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_dp.c | 4879 u8 test_pattern; local in function:intel_dp_autotest_video_pattern 4884 /* Read the TEST_PATTERN (DP CTS 3.1.5) */ 4886 &test_pattern); 4891 if (test_pattern != DP_COLOR_RAMP) 4929 intel_dp->compliance.test_data.video_pattern = test_pattern; 5006 DRM_DEBUG_KMS("TEST_PATTERN test requested\n");
|