Home
last modified time | relevance | path

Searched refs:opp_head_count (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1490 int opp_head_count; in dcn401_update_odm() local
1495 opp_head_count = resource_get_opp_heads_for_otg_master( in dcn401_update_odm()
1498 for (i = 0; i < opp_head_count; i++) in dcn401_update_odm()
1500 if (opp_head_count > 1) in dcn401_update_odm()
1503 opp_inst, opp_head_count, in dcn401_update_odm()
1510 for (i = 0; i < opp_head_count; i++) { in dcn401_update_odm()
1627 int opp_head_count; in dcn401_update_odm_sequence() local
1632 opp_head_count = resource_get_opp_heads_for_otg_master( in dcn401_update_odm_sequence()
1635 for (i = 0; i < opp_head_count; i++) in dcn401_update_odm_sequence()
1639 if (opp_head_count > 1) { in dcn401_update_odm_sequence()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c1643 struct timing_generator *tg, int opp_inst[MAX_PIPES], int opp_head_count, in hwss_add_optc_set_odm_combine() argument
1649 …_state->steps[*seq_state->num_steps].params.set_odm_combine_params.opp_head_count = opp_head_count; in hwss_add_optc_set_odm_combine()
2236 int opp_head_count = params->set_odm_combine_params.opp_head_count; in hwss_set_odm_combine() local
2241 tg->funcs->set_odm_combine(tg, opp_inst, opp_head_count, in hwss_set_odm_combine()
H A Ddc_resource.c3085 int opp_head_count; in acquire_secondary_dpp_pipes_and_add_plane() local
3093 opp_head_count = resource_get_opp_heads_for_otg_master(otg_master_pipe, in acquire_secondary_dpp_pipes_and_add_plane()
3095 if (get_num_of_free_pipes(pool, new_ctx) < opp_head_count) in acquire_secondary_dpp_pipes_and_add_plane()
3099 for (i = 0; i < opp_head_count; i++) { in acquire_secondary_dpp_pipes_and_add_plane()