Lines Matching refs:test_pattern

124 	enum dp_test_pattern test_pattern = DP_TEST_PATTERN_AUDIO_OPERATOR_DEFINED;
152 test_pattern = (dpcd_pattern_type.value == AUDIO_TEST_PATTERN_SAWTOOTH) ?
196 link->audio_test_data.pattern_type = test_pattern;
198 if (test_pattern == DP_TEST_PATTERN_AUDIO_SAWTOOTH) {
218 enum dp_test_pattern test_pattern;
267 test_pattern = DP_TEST_PATTERN_D102;
270 test_pattern = DP_TEST_PATTERN_SYMBOL_ERROR;
273 test_pattern = DP_TEST_PATTERN_PRBS7;
276 test_pattern = DP_TEST_PATTERN_80BIT_CUSTOM;
280 test_pattern = (link->dc->caps.force_dp_tps4_for_cp2520 == 1) ?
286 test_pattern = (link->dc->caps.force_dp_tps4_for_cp2520 == 1) ?
291 test_pattern = DP_TEST_PATTERN_TRAINING_PATTERN4;
294 test_pattern = DP_TEST_PATTERN_128b_132b_TPS1;
297 test_pattern = DP_TEST_PATTERN_128b_132b_TPS2;
300 test_pattern = DP_TEST_PATTERN_PRBS9;
303 test_pattern = DP_TEST_PATTERN_PRBS11;
306 test_pattern = DP_TEST_PATTERN_PRBS15;
309 test_pattern = DP_TEST_PATTERN_PRBS23;
312 test_pattern = DP_TEST_PATTERN_PRBS31;
315 test_pattern = DP_TEST_PATTERN_264BIT_CUSTOM;
318 test_pattern = DP_TEST_PATTERN_SQUARE;
321 test_pattern = DP_TEST_PATTERN_SQUARE_PRESHOOT_DISABLED;
325 test_pattern = DP_TEST_PATTERN_SQUARE_DEEMPHASIS_DISABLED;
329 test_pattern = DP_TEST_PATTERN_SQUARE_PRESHOOT_DEEMPHASIS_DISABLED;
334 test_pattern = DP_TEST_PATTERN_VIDEO_MODE;
338 if (test_pattern == DP_TEST_PATTERN_80BIT_CUSTOM) {
348 if (IS_DP_PHY_SQUARE_PATTERN(test_pattern)) {
357 if (test_pattern == DP_TEST_PATTERN_264BIT_CUSTOM) {
404 test_pattern,
413 enum dp_test_pattern test_pattern,
428 controller_test_pattern = pipe_ctx->stream_res.test_pattern_params.test_pattern;
430 switch (test_pattern) {
461 tp_params->test_pattern,
493 tp_params->test_pattern,
579 enum dp_test_pattern test_pattern,
610 link->pending_test_pattern = test_pattern;
613 if (link->test_pattern_enabled && test_pattern ==
616 set_crtc_test_pattern(link, pipe_ctx, test_pattern, test_pattern_color_space);
617 dp_set_hw_test_pattern(link, &pipe_ctx->link_res, test_pattern,
631 link->current_test_pattern = test_pattern;
638 if (IS_DP_PHY_PATTERN(test_pattern)) {
654 if (test_pattern != DP_TEST_PATTERN_VIDEO_MODE) {
663 dp_set_hw_test_pattern(link, &pipe_ctx->link_res, test_pattern,
667 if (test_pattern != DP_TEST_PATTERN_VIDEO_MODE) {
670 link->current_test_pattern = test_pattern;
677 switch (test_pattern) {
742 if (test_pattern == DP_TEST_PATTERN_VIDEO_MODE
747 if (IS_DP_PHY_SQUARE_PATTERN(test_pattern))
789 if (test_pattern == DP_TEST_PATTERN_COLOR_SQUARES_CEA)
795 if (test_pattern == DP_TEST_PATTERN_COLOR_SQUARES_CEA)
800 if (test_pattern == DP_TEST_PATTERN_COLOR_SQUARES_CEA)
831 if (test_pattern == DP_TEST_PATTERN_COLOR_SQUARES_CEA)
846 set_crtc_test_pattern(link, pipe_ctx, test_pattern, test_pattern_color_space);
874 link->current_test_pattern = test_pattern;