Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1535 int opp_head_count; in dcn401_update_odm() local
1540 opp_head_count = resource_get_opp_heads_for_otg_master( in dcn401_update_odm()
1543 for (i = 0; i < opp_head_count; i++) in dcn401_update_odm()
1545 if (opp_head_count > 1) in dcn401_update_odm()
1548 opp_inst, opp_head_count, in dcn401_update_odm()
1555 for (i = 0; i < opp_head_count; i++) { in dcn401_update_odm()
/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c3000 int opp_head_count; in acquire_secondary_dpp_pipes_and_add_plane() local
3008 opp_head_count = resource_get_opp_heads_for_otg_master(otg_master_pipe, in acquire_secondary_dpp_pipes_and_add_plane()
3010 if (get_num_of_free_pipes(pool, new_ctx) < opp_head_count) in acquire_secondary_dpp_pipes_and_add_plane()
3014 for (i = 0; i < opp_head_count; i++) { in acquire_secondary_dpp_pipes_and_add_plane()