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

123

/linux-master/drivers/gpu/drm/amd/display/include/
H A Dlink_service_types.h172 #define IS_DP_PHY_SQUARE_PATTERN(test_pattern)\
173 (DP_TEST_PATTERN_SQUARE_BEGIN <= test_pattern &&\
174 test_pattern <= DP_TEST_PATTERN_SQUARE_END)
176 #define IS_DP_PHY_PATTERN(test_pattern)\
177 ((DP_TEST_PATTERN_PHY_PATTERN_BEGIN <= test_pattern &&\
178 test_pattern <= DP_TEST_PATTERN_PHY_PATTERN_END) ||\
179 test_pattern == DP_TEST_PATTERN_VIDEO_MODE)
/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...]
H A Dlink_dp_cts.h31 enum dp_test_pattern test_pattern,
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is-sensor.h42 * @test_pattern: true to enable video test pattern
47 u8 test_pattern; member in struct:fimc_is_sensor
H A Dfimc-isp.h156 * @test_pattern: test pattern controls
171 struct v4l2_ctrl *test_pattern; member in struct:fimc_isp
H A Dfimc-lite.h118 * @test_pattern: test pattern controls
151 struct v4l2_ctrl *test_pattern; member in struct:fimc_lite
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_diag.c40 static const u32 test_pattern[] = { local
44 for (pat = 0; pat < ARRAY_SIZE(test_pattern); pat++) {
46 wr32(reg, test_pattern[pat] & write);
48 if (val != (test_pattern[pat] & write & mask)) {
51 reg, val, test_pattern[pat] & write & mask);
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.h83 enum controller_dp_test_pattern test_pattern,
/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/
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/mmc/core/
H A Dsd_ops.c167 static const u8 test_pattern = 0xAA; local
176 cmd.arg = ((ocr & 0xFF8000) != 0) << 8 | pcie_bits << 8 | test_pattern;
188 if (result_pattern != test_pattern)
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
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/link/protocols/
H A Dlink_dp_training.c1291 enum dp_test_pattern test_pattern,
1298 pattern_param.dp_phy_pattern = test_pattern;
1313 enum dp_test_pattern test_pattern = DP_TEST_PATTERN_UNSUPPORTED; local
1317 test_pattern = DP_TEST_PATTERN_TRAINING_PATTERN1;
1320 test_pattern = DP_TEST_PATTERN_TRAINING_PATTERN2;
1323 test_pattern = DP_TEST_PATTERN_TRAINING_PATTERN3;
1326 test_pattern = DP_TEST_PATTERN_TRAINING_PATTERN4;
1329 test_pattern = DP_TEST_PATTERN_128b_132b_TPS1_TRAINING_MODE;
1332 test_pattern = DP_TEST_PATTERN_128b_132b_TPS2_TRAINING_MODE;
1338 dp_set_hw_test_pattern(link, link_res, test_pattern, NUL
1288 dp_set_hw_test_pattern( struct dc_link *link, const struct link_resource *link_res, enum dp_test_pattern test_pattern, uint8_t *custom_pattern, uint32_t custom_pattern_size) argument
[all...]
H A Dlink_dp_training.h54 enum dp_test_pattern test_pattern,
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-touch-cap.c262 unsigned int test_pattern, test_pat_idx, rand; local
267 test_pattern = (buf->vb.sequence / TCH_SEQ_COUNT) % TEST_CASE_MAX;
279 switch (test_pattern) {
/linux-master/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator.h225 enum controller_dp_test_pattern test_pattern,
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.h147 enum controller_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,
/linux-master/drivers/gpu/drm/amd/amdgpu/
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/dc/core/
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
/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/media/platform/samsung/s3c-camif/
H A Dcamif-core.h258 * @test_pattern: test pattern
293 u8 test_pattern; member in struct:camif_dev
/linux-master/drivers/gpu/drm/amd/display/dc/optc/dcn10/
H A Ddcn10_optc.c970 enum controller_dp_test_pattern test_pattern,
1014 switch (test_pattern) {
1018 dyn_range = (test_pattern ==
1039 mode = (test_pattern ==
965 optc1_set_test_pattern( struct timing_generator *optc, enum controller_dp_test_pattern test_pattern, enum dc_color_depth color_depth) argument
/linux-master/drivers/media/i2c/
H A Dmt9v032.c216 struct v4l2_ctrl *test_pattern; member in struct:mt9v032::__anon324
691 switch (mt9v032->test_pattern->val) {
1102 mt9v032->test_pattern = v4l2_ctrl_new_std_menu_items(&mt9v032->ctrls,
1116 v4l2_ctrl_cluster(2, &mt9v032->test_pattern);

Completed in 558 milliseconds

123