Searched refs:setup_hpo_hw_control (Results 1 – 6 of 6) sorted by relevance
148 .setup_hpo_hw_control = dcn31_setup_hpo_hw_control,
269 if (hws->funcs.setup_hpo_hw_control) in dcn31_init_hw()270 hws->funcs.setup_hpo_hw_control(hws, false); in dcn31_init_hw()
150 .setup_hpo_hw_control = dcn31_setup_hpo_hw_control,
150 void (*setup_hpo_hw_control)(const struct dce_hwseq *hws, bool enable); member
1201 if (pipe_ctx->stream->ctx->dc->hwseq->funcs.setup_hpo_hw_control) in dce110_disable_stream()1202 pipe_ctx->stream->ctx->dc->hwseq->funcs.setup_hpo_hw_control( in dce110_disable_stream()
2595 if (dc->hwseq->funcs.setup_hpo_hw_control) in dcn20_enable_stream()2596 dc->hwseq->funcs.setup_hpo_hw_control(dc->hwseq, true); in dcn20_enable_stream()