Searched refs:setup_hpo_hw_control (Results 1 – 5 of 5) sorted by relevance
117 .setup_hpo_hw_control = dcn31_setup_hpo_hw_control,155 .setup_hpo_hw_control = dcn31_setup_hpo_hw_control,
124 .setup_hpo_hw_control = dcn35_setup_hpo_hw_control,158 .setup_hpo_hw_control = dcn35_setup_hpo_hw_control,
137 if (was_hpo_acquired != is_hpo_acquired && link->dc->hwss.setup_hpo_hw_control) in dp_retrain_link_dp_test()138 link->dc->hwss.setup_hpo_hw_control(link->dc->hwseq, is_hpo_acquired); in dp_retrain_link_dp_test()
1261 void (*setup_hpo_hw_control)(const struct dce_hwseq *hws, bool enable); member
2548 if (dc->hwseq->funcs.setup_hpo_hw_control && was_hpo_acquired != is_hpo_acquired) { in dce110_apply_ctx_to_hw()2549 dc->hwseq->funcs.setup_hpo_hw_control(dc->hwseq, is_hpo_acquired); in dce110_apply_ctx_to_hw()