Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1578 int opp_head_count; in dcn401_update_odm() local
1583 opp_head_count = resource_get_opp_heads_for_otg_master( in dcn401_update_odm()
1586 for (i = 0; i < opp_head_count; i++) in dcn401_update_odm()
1588 if (opp_head_count > 1) in dcn401_update_odm()
1591 opp_inst, opp_head_count, in dcn401_update_odm()
1598 for (i = 0; i < opp_head_count; i++) { in dcn401_update_odm()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2765 int opp_head_count; in acquire_secondary_dpp_pipes_and_add_plane() local
2773 opp_head_count = resource_get_opp_heads_for_otg_master(otg_master_pipe, in acquire_secondary_dpp_pipes_and_add_plane()
2775 if (get_num_of_free_pipes(pool, new_ctx) < opp_head_count) in acquire_secondary_dpp_pipes_and_add_plane()
2779 for (i = 0; i < opp_head_count; i++) { in acquire_secondary_dpp_pipes_and_add_plane()