Home
last modified time | relevance | path

Searched refs:custom_pattern (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_hpo_dp_link_encoder.c212 …tp_custom = (tp_params->custom_pattern[2] << 16) | (tp_params->custom_pattern[1] << 8) | tp_params… in dcn31_hpo_dp_link_enc_set_link_test_pattern()
214 …tp_custom = (tp_params->custom_pattern[5] << 16) | (tp_params->custom_pattern[4] << 8) | tp_params… in dcn31_hpo_dp_link_enc_set_link_test_pattern()
216 …tp_custom = (tp_params->custom_pattern[8] << 16) | (tp_params->custom_pattern[7] << 8) | tp_params… in dcn31_hpo_dp_link_enc_set_link_test_pattern()
218 …tp_custom = (tp_params->custom_pattern[11] << 16) | (tp_params->custom_pattern[10] << 8) | tp_para… in dcn31_hpo_dp_link_enc_set_link_test_pattern()
220 …tp_custom = (tp_params->custom_pattern[14] << 16) | (tp_params->custom_pattern[13] << 8) | tp_para… in dcn31_hpo_dp_link_enc_set_link_test_pattern()
222 …tp_custom = (tp_params->custom_pattern[17] << 16) | (tp_params->custom_pattern[16] << 8) | tp_para… in dcn31_hpo_dp_link_enc_set_link_test_pattern()
224 …tp_custom = (tp_params->custom_pattern[20] << 16) | (tp_params->custom_pattern[19] << 8) | tp_para… in dcn31_hpo_dp_link_enc_set_link_test_pattern()
226 …tp_custom = (tp_params->custom_pattern[23] << 16) | (tp_params->custom_pattern[22] << 8) | tp_para… in dcn31_hpo_dp_link_enc_set_link_test_pattern()
228 …tp_custom = (tp_params->custom_pattern[26] << 16) | (tp_params->custom_pattern[25] << 8) | tp_para… in dcn31_hpo_dp_link_enc_set_link_test_pattern()
230 …tp_custom = (tp_params->custom_pattern[29] << 16) | (tp_params->custom_pattern[28] << 8) | tp_para… in dcn31_hpo_dp_link_enc_set_link_test_pattern()
[all …]
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/link/protocols/
Dlink_dp_training.h55 uint8_t *custom_pattern,
Dlink_dp_training.c1292 uint8_t *custom_pattern, in dp_set_hw_test_pattern() argument
1299 pattern_param.custom_pattern = custom_pattern; in dp_set_hw_test_pattern()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/link/hwss/
Dlink_hwss_dio_fixed_vs_pe_retimer.c95 if (tp_params->custom_pattern_size == 0 || memcmp(tp_params->custom_pattern, in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern_override()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/inc/hw/
Dstream_encoder.h106 const uint8_t *custom_pattern; member
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dce/
Ddce_link_encoder.c1399 enc110, param->custom_pattern); in dce110_link_encoder_dp_set_phy_pattern()
1455 enc110, param->custom_pattern); in dce60_link_encoder_dp_set_phy_pattern()
/linux-6.6.21/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_debugfs.c761 uint8_t custom_pattern[10] = { in dp_phy_test_pattern_debugfs_write() local
837 custom_pattern[i] = (uint8_t) param[i + 1]; in dp_phy_test_pattern_debugfs_write()
879 custom_pattern, in dp_phy_test_pattern_debugfs_write()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_link_encoder.c1176 enc10, param->custom_pattern); in dcn10_link_encoder_dp_set_phy_pattern()