Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_init.c149 .setup_hpo_hw_control = dcn31_setup_hpo_hw_control,
Ddcn31_hwseq.c242 if (hws->funcs.setup_hpo_hw_control) in dcn31_init_hw()
243 hws->funcs.setup_hpo_hw_control(hws, false); in dcn31_init_hw()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_init.c152 .setup_hpo_hw_control = dcn31_setup_hpo_hw_control,
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer_private.h154 void (*setup_hpo_hw_control)(const struct dce_hwseq *hws, bool enable); member
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c1196 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()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c2697 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()