Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_hpo_dp_link_encoder.c213 …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()
215 …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()
217 …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()
219 …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()
221 …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()
223 …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()
225 …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()
227 …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()
229 …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()
231 …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.3-rc2/drivers/gpu/drm/amd/display/dc/link/protocols/
A Dlink_dp_training.h55 uint8_t *custom_pattern,
A Dlink_dp_training.c1279 uint8_t *custom_pattern, in dp_set_hw_test_pattern() argument
1286 pattern_param.custom_pattern = custom_pattern; in dp_set_hw_test_pattern()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/hw/
A Dstream_encoder.h107 const uint8_t *custom_pattern; member
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce/
A Ddce_link_encoder.c1401 enc110, param->custom_pattern); in dce110_link_encoder_dp_set_phy_pattern()
1457 enc110, param->custom_pattern); in dce60_link_encoder_dp_set_phy_pattern()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_debugfs.c614 uint8_t custom_pattern[10] = { in dp_phy_test_pattern_debugfs_write() local
690 custom_pattern[i] = (uint8_t) param[i + 1]; in dp_phy_test_pattern_debugfs_write()
732 custom_pattern, in dp_phy_test_pattern_debugfs_write()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_link_encoder.c1176 enc10, param->custom_pattern); in dcn10_link_encoder_dp_set_phy_pattern()

Completed in 21 milliseconds