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/hwss/dcn314/
H A Ddcn314_init.c117 .setup_hpo_hw_control = dcn31_setup_hpo_hw_control,
155 .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/link/accessories/
H A Dlink_dp_cts.c137 if (was_hpo_acquired != is_hpo_acquired && link->dc->hwss.setup_hpo_hw_control) in dp_retrain_link_dp_test()
138 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/
H A Dhw_sequencer.h1261 void (*setup_hpo_hw_control)(const struct dce_hwseq *hws, bool enable); member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c2548 if (dc->hwseq->funcs.setup_hpo_hw_control && was_hpo_acquired != is_hpo_acquired) { in dce110_apply_ctx_to_hw()
2549 dc->hwseq->funcs.setup_hpo_hw_control(dc->hwseq, is_hpo_acquired); in dce110_apply_ctx_to_hw()