Searched refs:setup_hpo_hw_control (Results 1 – 4 of 4) sorted by relevance
245 if (hws->funcs.setup_hpo_hw_control) in dcn31_init_hw()246 hws->funcs.setup_hpo_hw_control(hws, false); in dcn31_init_hw()
280 if (hws->funcs.setup_hpo_hw_control) in dcn35_init_hw()281 hws->funcs.setup_hpo_hw_control(hws, false); in dcn35_init_hw()
2497 if (dc->hwseq->funcs.setup_hpo_hw_control && was_hpo_acquired != is_hpo_acquired) { in dce110_apply_ctx_to_hw()2498 dc->hwseq->funcs.setup_hpo_hw_control(dc->hwseq, is_hpo_acquired); in dce110_apply_ctx_to_hw()
1263 void (*setup_hpo_hw_control)(const struct dce_hwseq *hws, bool enable); member