Home
last modified time | relevance | path

Searched refs:setup_hpo_hw_control (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_init.c142 .setup_hpo_hw_control = dcn31_setup_hpo_hw_control,
A Ddcn31_hwseq.c278 if (hws->funcs.setup_hpo_hw_control) in dcn31_init_hw()
279 hws->funcs.setup_hpo_hw_control(hws, false); in dcn31_init_hw()
/linux/drivers/gpu/drm/amd/display/dc/inc/
A Dhw_sequencer_private.h146 void (*setup_hpo_hw_control)(const struct dce_hwseq *hws, bool enable); member
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_hwseq.c2400 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()
/linux/drivers/gpu/drm/amd/display/dc/dce110/
A Ddce110_hw_sequencer.c1249 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