Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2583 int free_pipe_idx; in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe() local
2586 free_pipe_idx = resource_find_free_pipe_used_in_cur_mpc_blending_tree( in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe()
2593 if (free_pipe_idx == FREE_PIPE_INDEX_NOT_FOUND) in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe()
2594 free_pipe_idx = recource_find_free_pipe_not_used_in_cur_res_ctx( in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe()
2603 if (free_pipe_idx == FREE_PIPE_INDEX_NOT_FOUND) in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe()
2604 free_pipe_idx = resource_find_free_pipe_used_as_cur_sec_dpp_in_mpcc_combine( in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe()
2607 if (free_pipe_idx == FREE_PIPE_INDEX_NOT_FOUND) in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe()
2608 free_pipe_idx = resource_find_any_free_pipe(new_res_ctx, pool); in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe()
2610 return free_pipe_idx; in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe()
2727 int free_pipe_idx; in find_optimal_free_pipe_as_secondary_opp_head() local
[all …]
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1728 int free_pipe_idx = FREE_PIPE_INDEX_NOT_FOUND; in resource_find_free_pipe_used_as_sec_opp_head_by_cur_otg_master() local
1733 free_pipe_idx = cur_sec_opp_head->pipe_idx; in resource_find_free_pipe_used_as_sec_opp_head_by_cur_otg_master()
1739 return free_pipe_idx; in resource_find_free_pipe_used_as_sec_opp_head_by_cur_otg_master()
1749 int free_pipe_idx = FREE_PIPE_INDEX_NOT_FOUND; in resource_find_free_pipe_used_in_cur_mpc_blending_tree() local
1758 free_pipe_idx = cur_sec_dpp->pipe_idx; in resource_find_free_pipe_used_in_cur_mpc_blending_tree()
1764 return free_pipe_idx; in resource_find_free_pipe_used_in_cur_mpc_blending_tree()
1772 int free_pipe_idx = FREE_PIPE_INDEX_NOT_FOUND; in recource_find_free_pipe_not_used_in_cur_res_ctx() local
1782 free_pipe_idx = i; in recource_find_free_pipe_not_used_in_cur_res_ctx()
1787 return free_pipe_idx; in recource_find_free_pipe_not_used_in_cur_res_ctx()
1795 int free_pipe_idx = FREE_PIPE_INDEX_NOT_FOUND; in recource_find_free_pipe_used_as_otg_master_in_cur_res_ctx() local
[all …]