Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/hwss/
H A Dlink_hwss_dio_fixed_vs_pe_retimer.c115 if (link_hwss->ext.set_dp_link_test_pattern) in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern_override()
116 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()
180 .set_dp_link_test_pattern = set_dio_fixed_vs_pe_retimer_dp_link_test_pattern,
H A Dlink_hwss_hpo_fixed_vs_pe_retimer_dp.c146 if (link_hwss->ext.set_dp_link_test_pattern) in dp_hpo_fixed_vs_pe_retimer_set_override_test_pattern()
147 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()
209 .set_dp_link_test_pattern = set_hpo_fixed_vs_pe_retimer_dp_link_test_pattern,
H A Dlink_hwss_dpia.c66 .set_dp_link_test_pattern = set_dio_dp_link_test_pattern,
H A Dlink_hwss_hpo_dp.c200 .set_dp_link_test_pattern = set_hpo_dp_link_test_pattern,
H A Dlink_hwss_dio.c241 .set_dp_link_test_pattern = set_dio_dp_link_test_pattern,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dlink_hwss.h59 void (*set_dp_link_test_pattern)(struct dc_link *link, member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_training.c1303 if (link_hwss->ext.set_dp_link_test_pattern) in dp_set_hw_test_pattern()
1304 link_hwss->ext.set_dp_link_test_pattern(link, link_res, &pattern_param); in dp_set_hw_test_pattern()