Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn31/
H A Ddcn31_hwseq.c245 if (hws->funcs.setup_hpo_hw_control) in dcn31_init_hw()
246 hws->funcs.setup_hpo_hw_control(hws, false); in dcn31_init_hw()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c280 if (hws->funcs.setup_hpo_hw_control) in dcn35_init_hw()
281 hws->funcs.setup_hpo_hw_control(hws, false); in dcn35_init_hw()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c2497 if (dc->hwseq->funcs.setup_hpo_hw_control && was_hpo_acquired != is_hpo_acquired) { in dce110_apply_ctx_to_hw()
2498 dc->hwseq->funcs.setup_hpo_hw_control(dc->hwseq, is_hpo_acquired); in dce110_apply_ctx_to_hw()
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h1263 void (*setup_hpo_hw_control)(const struct dce_hwseq *hws, bool enable); member