Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn31/
H A Ddcn31_init.c113 .setup_hpo_hw_control = dcn31_setup_hpo_hw_control,
148 .setup_hpo_hw_control = dcn31_setup_hpo_hw_control,
H A Ddcn31_hwseq.c246 if (hws->funcs.setup_hpo_hw_control) in dcn31_init_hw()
247 hws->funcs.setup_hpo_hw_control(hws, false); in dcn31_init_hw()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn314/
H A Ddcn314_init.c116 .setup_hpo_hw_control = dcn31_setup_hpo_hw_control,
152 .setup_hpo_hw_control = dcn31_setup_hpo_hw_control,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn351/
H A Ddcn351_init.c124 .setup_hpo_hw_control = dcn35_setup_hpo_hw_control,
158 .setup_hpo_hw_control = dcn35_setup_hpo_hw_control,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_init.c163 .setup_hpo_hw_control = dcn35_setup_hpo_hw_control,
H A Ddcn35_hwseq.c277 if (hws->funcs.setup_hpo_hw_control) in dcn35_init_hw()
278 hws->funcs.setup_hpo_hw_control(hws, false); in dcn35_init_hw()
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer_private.h161 void (*setup_hpo_hw_control)(const struct dce_hwseq *hws, bool enable); member
H A Dhw_sequencer.h458 void (*setup_hpo_hw_control)(const struct dce_hwseq *hws, bool enable); member
/linux/drivers/gpu/drm/amd/display/dc/link/accessories/
H A Dlink_dp_cts.c88 if (link->dc->hwss.setup_hpo_hw_control) { in dp_retrain_link_dp_test()
91 link->dc->hwss.setup_hpo_hw_control(link->dc->hwseq, is_hpo_acquired); in dp_retrain_link_dp_test()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c2464 if (dc->hwseq->funcs.setup_hpo_hw_control && was_hpo_acquired != is_hpo_acquired) { in dce110_apply_ctx_to_hw()
2465 dc->hwseq->funcs.setup_hpo_hw_control(dc->hwseq, is_hpo_acquired); in dce110_apply_ctx_to_hw()