Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/
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.1.9/drivers/gpu/drm/amd/display/dc/inc/hw/
Dstream_encoder.h98 const uint8_t *custom_pattern; member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/
Ddc_link_dp.h261 uint8_t *custom_pattern,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce/
Ddce_link_encoder.c1402 enc110, param->custom_pattern); in dce110_link_encoder_dp_set_phy_pattern()
1458 enc110, param->custom_pattern); in dce60_link_encoder_dp_set_phy_pattern()
/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_debugfs.c637 uint8_t custom_pattern[10] = { in dp_phy_test_pattern_debugfs_write() local
713 custom_pattern[i] = (uint8_t) param[i + 1]; in dp_phy_test_pattern_debugfs_write()
755 custom_pattern, in dp_phy_test_pattern_debugfs_write()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_link_encoder.c1177 enc10, param->custom_pattern); in dcn10_link_encoder_dp_set_phy_pattern()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_dp.c7275 uint8_t *custom_pattern, in dp_set_hw_test_pattern() argument
7282 pattern_param.custom_pattern = custom_pattern; in dp_set_hw_test_pattern()