Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_init.c149 .setup_hpo_hw_control = dcn31_setup_hpo_hw_control,
H A 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()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_init.c152 .setup_hpo_hw_control = dcn31_setup_hpo_hw_control,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dhw_sequencer_private.h154 void (*setup_hpo_hw_control)(const struct dce_hwseq *hws, bool enable); member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c1197 if (pipe_ctx->stream->ctx->dc->hwseq->funcs.setup_hpo_hw_control) in dce110_disable_stream()
1198 pipe_ctx->stream->ctx->dc->hwseq->funcs.setup_hpo_hw_control( in dce110_disable_stream()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c2737 if (dc->hwseq->funcs.setup_hpo_hw_control) in dcn20_enable_stream()
2738 dc->hwseq->funcs.setup_hpo_hw_control(dc->hwseq, true); in dcn20_enable_stream()