Searched refs:test_pattern (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_opp.c48 enum controller_dp_test_pattern test_pattern,
100 switch (test_pattern) {
104 dyn_range = (test_pattern ==
135 mode = (test_pattern ==
46 opp2_set_disp_pattern_generator( struct output_pixel_processor *opp, enum controller_dp_test_pattern test_pattern, enum controller_dp_color_space color_space, enum dc_color_depth color_depth, const struct tg_color *solid_color, int width, int height) argument
H A Ddcn20_opp.h144 enum controller_dp_test_pattern test_pattern,
H A Damdgpu_dcn20_hwseq.c944 enum controller_dp_test_pattern test_pattern = CONTROLLER_DP_TEST_PATTERN_SOLID_COLOR; local
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,
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
H A Dlink_hwss.h75 enum dp_test_pattern test_pattern,
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_link_hwss.c256 enum dp_test_pattern test_pattern = DP_TEST_PATTERN_UNSUPPORTED; local
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;
294 dp_set_hw_test_pattern( struct dc_link *link, enum dp_test_pattern test_pattern, const uint8_t *custom_pattern, uint32_t custom_pattern_size) argument
H A Damdgpu_dc_link_dp.c2504 enum dp_test_pattern test_pattern; local
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
2625 enum dp_test_pattern test_pattern; local
2680 enum dp_test_pattern test_pattern = DP_TEST_PATTERN_AUDIO_OPERATOR_DEFINED; local
3615 is_dp_phy_pattern(enum dp_test_pattern test_pattern) argument
3625 set_crtc_test_pattern(struct dc_link *link, struct pipe_ctx *pipe_ctx, enum dp_test_pattern test_pattern, enum dp_test_pattern_color_space test_pattern_color_space) argument
3787 dc_link_dp_set_test_pattern( struct dc_link *link, enum dp_test_pattern test_pattern, enum dp_test_pattern_color_space test_pattern_color_space, const struct link_training_settings *p_link_settings, const unsigned char *p_custom_pattern, unsigned int cust_pattern_size) argument
[all...]
H A Damdgpu_dc_link.c3355 enum dp_test_pattern test_pattern,
3364 test_pattern,
3354 dc_link_set_test_pattern(struct dc_link *link, enum dp_test_pattern test_pattern, enum dp_test_pattern_color_space test_pattern_color_space, const struct link_training_settings *p_link_settings, const unsigned char *p_custom_pattern, unsigned int cust_pattern_size) argument
/netbsd-current/sys/dev/ic/
H A Dne2000.c335 const uint8_t test_pattern[32] = "THIS is A memory TEST pattern"; local
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) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc_link.h263 enum dp_test_pattern test_pattern,
295 enum dp_test_pattern test_pattern,
/netbsd-current/sys/arch/mac68k/nubus/
H A Dnubus.c428 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)
H A Dnubus.h194 u_int32_t test_pattern; member in struct:_nubus_slot
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_debugfs.c461 * 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
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...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator.h227 enum controller_dp_test_pattern test_pattern,
H A Damdgpu_dce110_timing_generator.c714 enum controller_dp_test_pattern test_pattern,
759 switch (test_pattern) {
763 dyn_range = (test_pattern ==
816 mode = (test_pattern ==
709 dce110_timing_generator_set_test_pattern( struct timing_generator *tg, enum controller_dp_test_pattern test_pattern, enum dc_color_depth color_depth) argument
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
H A Dopp.h310 enum controller_dp_test_pattern test_pattern,
H A Dtiming_generator.h217 enum controller_dp_test_pattern test_pattern,
/netbsd-current/usr.bin/sed/TEST/
H A Dsed.test89 test_pattern
392 test_pattern()
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce120/
H A Damdgpu_dce120_timing_generator.c846 enum controller_dp_test_pattern test_pattern,
890 switch (test_pattern) {
894 dyn_range = (test_pattern ==
915 mode = (test_pattern ==
841 dce120_timing_generator_set_test_pattern( struct timing_generator *tg, enum controller_dp_test_pattern test_pattern, enum dc_color_depth color_depth) argument
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_optc.c916 enum controller_dp_test_pattern test_pattern,
960 switch (test_pattern) {
964 dyn_range = (test_pattern ==
985 mode = (test_pattern ==
911 optc1_set_test_pattern( struct timing_generator *optc, enum controller_dp_test_pattern test_pattern, enum dc_color_depth color_depth) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgo32-nat.c1084 static const char test_pattern[] = local
1348 memcpy (dpmi_vendor_info, test_pattern, sizeof(dpmi_vendor_info));
1352 && memcmp (dpmi_vendor_info, test_pattern,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgo32-nat.c1075 static const char test_pattern[] = local
1339 memcpy (dpmi_vendor_info, test_pattern, sizeof(dpmi_vendor_info));
1343 && memcmp (dpmi_vendor_info, test_pattern,
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_dp.c4879 u8 test_pattern; local
4886 &test_pattern);
4891 if (test_pattern != DP_COLOR_RAMP)
4929 intel_dp->compliance.test_data.video_pattern = test_pattern;

Completed in 567 milliseconds