Searched refs:test_pattern (Results 1 - 25 of 60) sorted by path

123

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_umsch_mm.c277 const uint32_t test_pattern = 0xdeadbeef; local
283 ib[3] = test_pattern;
299 if (*fence == test_pattern)
H A Damdgpu_vpe.c737 const uint32_t test_pattern = 0xdeadbeef; local
760 amdgpu_ring_write(ring, test_pattern);
764 if (le32_to_cpu(adev->wb.wb[index]) == test_pattern)
779 const uint32_t test_pattern = 0xdeadbeef; local
802 ib.ptr[3] = test_pattern;
819 ret = (le32_to_cpu(adev->wb.wb[index]) == test_pattern) ? 0 : -EINVAL;
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_debugfs.c724 * echo <test pattern #> > test_pattern
730 * echo 0x4 0x11 0x22 0x33 0x44 0x55 0x66 0x77 0x88 0x99 0xaa > test_pattern
733 * echo 0 > test_pattern
757 enum dp_test_pattern test_pattern = DP_TEST_PATTERN_UNSUPPORTED; local
795 test_pattern = param[0];
797 switch (test_pattern) {
819 test_pattern = DP_TEST_PATTERN_UNSUPPORTED;
829 if (test_pattern == DP_TEST_PATTERN_80BIT_CUSTOM) {
864 if (test_pattern != DP_TEST_PATTERN_VIDEO_MODE) {
877 test_pattern,
[all...]
H A Damdgpu_dm_helpers.c1137 enum dp_test_pattern test_pattern; local
1164 test_pattern = DP_TEST_PATTERN_COLOR_RAMP;
1167 test_pattern = DP_TEST_PATTERN_VERTICAL_BARS;
1170 test_pattern = (dpcd_test_params.bits.DYN_RANGE ==
1176 test_pattern = DP_TEST_PATTERN_VIDEO_MODE;
1243 pipe_ctx->stream->test_pattern.type = test_pattern;
1244 pipe_ctx->stream->test_pattern.color_space = test_pattern_color_space;
1248 test_pattern,
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2974 stream->test_pattern = *update->pending_test_pattern;
3173 if (otg_master && otg_master->stream->test_pattern.type != DP_TEST_PATTERN_VIDEO_MODE)
3270 stream->test_pattern.type,
3271 stream->test_pattern.color_space,
3272 stream->test_pattern.p_link_settings,
3273 stream->test_pattern.p_custom_pattern,
3274 stream->test_pattern.cust_pattern_size);
3668 if (stream->test_pattern.type != DP_TEST_PATTERN_VIDEO_MODE) {
H A Ddc_link_exports.c192 enum dp_test_pattern test_pattern,
198 return link->dc->link_srv->dp_set_test_pattern(link, test_pattern,
190 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
H A Ddc_resource.c1379 enum dp_test_pattern test_pattern)
1383 switch (test_pattern) {
1456 otg_master->stream->test_pattern.type);
1458 otg_master->stream->test_pattern.color_space);
1467 params->test_pattern = controller_test_pattern;
1378 convert_dp_to_controller_test_pattern( enum dp_test_pattern test_pattern) argument
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1992 * @test_pattern - desired test pattern to output.
2004 enum dp_test_pattern test_pattern,
H A Ddc_stream.h149 struct test_pattern { struct
282 struct test_pattern test_pattern; member in struct:dc_stream_state
328 struct test_pattern *pending_test_pattern;
/linux-master/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator.c708 enum controller_dp_test_pattern test_pattern,
753 switch (test_pattern) {
757 dyn_range = (test_pattern ==
810 mode = (test_pattern ==
703 dce110_timing_generator_set_test_pattern( struct timing_generator *tg, enum controller_dp_test_pattern test_pattern, enum dc_color_depth color_depth) argument
H A Ddce110_timing_generator.h225 enum controller_dp_test_pattern test_pattern,
/linux-master/drivers/gpu/drm/amd/display/dc/dce120/
H A Ddce120_timing_generator.c798 enum controller_dp_test_pattern test_pattern,
842 switch (test_pattern) {
846 dyn_range = (test_pattern ==
867 mode = (test_pattern ==
793 dce120_timing_generator_set_test_pattern( struct timing_generator *tg, enum controller_dp_test_pattern test_pattern, enum dc_color_depth color_depth) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_opp.c43 enum controller_dp_test_pattern test_pattern,
101 switch (test_pattern) {
105 dyn_range = (test_pattern ==
136 mode = (test_pattern ==
41 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, int offset) argument
H A Ddcn20_opp.h148 enum controller_dp_test_pattern test_pattern,
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c1421 if (context->streams[i]->test_pattern.type != DP_TEST_PATTERN_VIDEO_MODE)
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1213 enum controller_dp_test_pattern test_pattern = CONTROLLER_DP_TEST_PATTERN_SOLID_COLOR; local
1236 test_pattern = CONTROLLER_DP_TEST_PATTERN_COLORSQUARES;
1240 test_pattern = CONTROLLER_DP_TEST_PATTERN_VIDEOMODE;
1248 test_pattern,
1261 test_pattern,
1521 if (new_pipe->stream->test_pattern.type != DP_TEST_PATTERN_VIDEO_MODE &&
1984 pipe_ctx->stream_res.test_pattern_params.test_pattern,
3103 enum controller_dp_test_pattern test_pattern,
3109 pipe_ctx->stream_res.opp->funcs->opp_set_disp_pattern_generator(pipe_ctx->stream_res.opp, test_pattern,
3101 dcn20_set_disp_pattern_generator(const struct dc *dc, struct pipe_ctx *pipe_ctx, 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, int offset) argument
H A Ddcn20_hwseq.h147 enum controller_dp_test_pattern test_pattern,
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.c1149 enum controller_dp_test_pattern test_pattern,
1155 pipe_ctx->stream_res.opp->funcs->opp_set_disp_pattern_generator(pipe_ctx->stream_res.opp, test_pattern,
1147 dcn30_set_disp_pattern_generator(const struct dc *dc, struct pipe_ctx *pipe_ctx, 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, int offset) argument
H A Ddcn30_hwseq.h83 enum controller_dp_test_pattern test_pattern,
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h400 enum controller_dp_test_pattern test_pattern,
/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h310 enum controller_dp_test_pattern test_pattern; member in struct:test_pattern_params
H A Dlink.h310 enum dp_test_pattern test_pattern,
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dopp.h324 enum controller_dp_test_pattern test_pattern,
H A Dtiming_generator.h244 enum controller_dp_test_pattern test_pattern,
/linux-master/drivers/gpu/drm/amd/display/dc/link/accessories/
H A Dlink_dp_cts.c124 enum dp_test_pattern test_pattern = DP_TEST_PATTERN_AUDIO_OPERATOR_DEFINED; local
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; local
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
411 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
577 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...]

Completed in 382 milliseconds

123