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 D | dcn31_init.c | 114 .setup_hpo_hw_control = dcn31_setup_hpo_hw_control, 149 .setup_hpo_hw_control = dcn31_setup_hpo_hw_control,
|
H A D | dcn31_hwseq.c | 244 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 D | dcn314_init.c | 117 .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 D | dcn351_init.c | 126 .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 D | dcn35_init.c | 160 .setup_hpo_hw_control = dcn35_setup_hpo_hw_control,
|
H A D | dcn35_hwseq.c | 276 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 D | hw_sequencer_private.h | 161 void (*setup_hpo_hw_control)(const struct dce_hwseq *hws, bool enable); member
|
H A D | hw_sequencer.h | 464 void (*setup_hpo_hw_control)(const struct dce_hwseq *hws, bool enable); member
|
/linux/drivers/gpu/drm/amd/display/dc/link/accessories/ |
H A D | link_dp_cts.c | 88 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 D | dce110_hwseq.c | 2463 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()
|