Home
last modified time | relevance | path

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

/linux/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/drivers/gpu/drm/amd/display/dc/inc/
A Dlink_hwss.h62 uint8_t *custom_pattern,
/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc_link_hwss.c383 uint8_t *custom_pattern, in dp_set_hw_test_pattern() argument
402 pattern_param.custom_pattern = custom_pattern; in dp_set_hw_test_pattern()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
A Dstream_encoder.h96 const uint8_t *custom_pattern; member
/linux/drivers/gpu/drm/amd/display/dc/dce/
A Ddce_link_encoder.c1403 enc110, param->custom_pattern); in dce110_link_encoder_dp_set_phy_pattern()
1459 enc110, param->custom_pattern); in dce60_link_encoder_dp_set_phy_pattern()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_debugfs.c626 uint8_t custom_pattern[10] = { in dp_phy_test_pattern_debugfs_write() local
702 custom_pattern[i] = (uint8_t) param[i + 1]; in dp_phy_test_pattern_debugfs_write()
744 custom_pattern, in dp_phy_test_pattern_debugfs_write()
/linux/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_link_encoder.c1179 enc10, param->custom_pattern); in dcn10_link_encoder_dp_set_phy_pattern()

Completed in 20 milliseconds