Searched refs:setup_hpo_hw_control (Results 1 – 5 of 5) sorted by relevance
142 .setup_hpo_hw_control = dcn31_setup_hpo_hw_control,
278 if (hws->funcs.setup_hpo_hw_control) in dcn31_init_hw()279 hws->funcs.setup_hpo_hw_control(hws, false); in dcn31_init_hw()
146 void (*setup_hpo_hw_control)(const struct dce_hwseq *hws, bool enable); member
2400 if (pipe_ctx->stream->ctx->dc->hwseq->funcs.setup_hpo_hw_control) in dcn20_enable_stream()2401 pipe_ctx->stream->ctx->dc->hwseq->funcs.setup_hpo_hw_control( in dcn20_enable_stream()
1249 if (dc->hwseq->funcs.setup_hpo_hw_control && is_dp_128b_132b_signal(pipe_ctx)) in dce110_disable_stream()1250 dc->hwseq->funcs.setup_hpo_hw_control(dc->hwseq, false); in dce110_disable_stream()
Completed in 14 milliseconds