HomeSort by: relevance | last modified time | path
    Searched defs:test_pattern (Results 1 - 7 of 7) sorted by relevancy

  /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...]
  /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/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/dcn20/
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/arch/mac68k/nubus/
nubus.h 194 u_int32_t test_pattern; member in struct:_nubus_slot
  /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");

Completed in 23 milliseconds