Searched refs:setup_hpo_hw_control (Results 1 – 6 of 6) sorted by relevance
149 .setup_hpo_hw_control = dcn31_setup_hpo_hw_control,
242 if (hws->funcs.setup_hpo_hw_control) in dcn31_init_hw()243 hws->funcs.setup_hpo_hw_control(hws, false); in dcn31_init_hw()
152 .setup_hpo_hw_control = dcn31_setup_hpo_hw_control,
154 void (*setup_hpo_hw_control)(const struct dce_hwseq *hws, bool enable); member
1196 if (pipe_ctx->stream->ctx->dc->hwseq->funcs.setup_hpo_hw_control) in dce110_disable_stream()1197 pipe_ctx->stream->ctx->dc->hwseq->funcs.setup_hpo_hw_control( in dce110_disable_stream()
2697 if (dc->hwseq->funcs.setup_hpo_hw_control) in dcn20_enable_stream()2698 dc->hwseq->funcs.setup_hpo_hw_control(dc->hwseq, true); in dcn20_enable_stream()