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.c114 .setup_hpo_hw_control = dcn31_setup_hpo_hw_control,
149 .setup_hpo_hw_control = dcn31_setup_hpo_hw_control,
H A Ddcn31_hwseq.c244 if (hws->funcs.setup_hpo_hw_control) in dcn31_init_hw()
245 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.c117 .setup_hpo_hw_control = dcn31_setup_hpo_hw_control,
153 .setup_hpo_hw_control = dcn31_setup_hpo_hw_control,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn351/
H A Ddcn351_init.c126 .setup_hpo_hw_control = dcn35_setup_hpo_hw_control,
160 .setup_hpo_hw_control = dcn35_setup_hpo_hw_control,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_init.c160 .setup_hpo_hw_control = dcn35_setup_hpo_hw_control,
H A Ddcn35_hwseq.c276 if (hws->funcs.setup_hpo_hw_control) in dcn35_init_hw()
277 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.h464 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.c2463 if (dc->hwseq->funcs.setup_hpo_hw_control && was_hpo_acquired != is_hpo_acquired) { in dce110_apply_ctx_to_hw()
2464 dc->hwseq->funcs.setup_hpo_hw_control(dc->hwseq, is_hpo_acquired); in dce110_apply_ctx_to_hw()