Searched refs:set_dp_link_test_pattern (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/link/hwss/ |
D | link_hwss_dio_fixed_vs_pe_retimer.c | 117 if (link_hwss->ext.set_dp_link_test_pattern) in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern_override() 118 link_hwss->ext.set_dp_link_test_pattern(link, link_res, &hw_tp_params); in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern_override() 182 .set_dp_link_test_pattern = set_dio_fixed_vs_pe_retimer_dp_link_test_pattern,
|
D | link_hwss_hpo_fixed_vs_pe_retimer_dp.c | 151 if (link_hwss->ext.set_dp_link_test_pattern) in dp_hpo_fixed_vs_pe_retimer_set_override_test_pattern() 152 link_hwss->ext.set_dp_link_test_pattern(link, link_res, &hw_tp_params); in dp_hpo_fixed_vs_pe_retimer_set_override_test_pattern() 219 .set_dp_link_test_pattern = set_hpo_fixed_vs_pe_retimer_dp_link_test_pattern,
|
D | link_hwss_dpia.c | 91 .set_dp_link_test_pattern = set_dio_dpia_link_test_pattern,
|
D | link_hwss_hpo_dp.c | 212 .set_dp_link_test_pattern = set_hpo_dp_link_test_pattern,
|
D | link_hwss_dio.c | 264 .set_dp_link_test_pattern = set_dio_dp_link_test_pattern,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/ |
D | link_hwss.h | 59 void (*set_dp_link_test_pattern)(struct dc_link *link, member
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/link/protocols/ |
D | link_dp_training.c | 1358 if (link_hwss->ext.set_dp_link_test_pattern) in dp_set_hw_test_pattern() 1359 link_hwss->ext.set_dp_link_test_pattern(link, link_res, &pattern_param); in dp_set_hw_test_pattern()
|