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.c2685 int free_pipe_idx; in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe() local
2688 free_pipe_idx = resource_find_free_pipe_used_in_cur_mpc_blending_tree( in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe()
2695 if (free_pipe_idx == FREE_PIPE_INDEX_NOT_FOUND) in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe()
2696 free_pipe_idx = recource_find_free_pipe_not_used_in_cur_res_ctx( in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe()
2705 if (free_pipe_idx == FREE_PIPE_INDEX_NOT_FOUND) in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe()
2706 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()
2709 if (free_pipe_idx == FREE_PIPE_INDEX_NOT_FOUND) in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe()
2710 free_pipe_idx = resource_find_any_free_pipe(new_res_ctx, pool); in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe()
2712 return free_pipe_idx; in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe()
2829 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.c1832 int free_pipe_idx = FREE_PIPE_INDEX_NOT_FOUND; in resource_find_free_pipe_used_as_sec_opp_head_by_cur_otg_master() local
1837 free_pipe_idx = cur_sec_opp_head->pipe_idx; in resource_find_free_pipe_used_as_sec_opp_head_by_cur_otg_master()
1843 return free_pipe_idx; in resource_find_free_pipe_used_as_sec_opp_head_by_cur_otg_master()
1854 int free_pipe_idx = FREE_PIPE_INDEX_NOT_FOUND; in resource_find_free_pipe_used_in_cur_mpc_blending_tree() local
1863 free_pipe_idx = cur_sec_dpp->pipe_idx; in resource_find_free_pipe_used_in_cur_mpc_blending_tree()
1869 return free_pipe_idx; in resource_find_free_pipe_used_in_cur_mpc_blending_tree()
1877 int free_pipe_idx = FREE_PIPE_INDEX_NOT_FOUND; in recource_find_free_pipe_not_used_in_cur_res_ctx() local
1887 free_pipe_idx = i; in recource_find_free_pipe_not_used_in_cur_res_ctx()
1892 return free_pipe_idx; in recource_find_free_pipe_not_used_in_cur_res_ctx()
1900 int free_pipe_idx = FREE_PIPE_INDEX_NOT_FOUND; in recource_find_free_pipe_used_as_otg_master_in_cur_res_ctx() local
[all …]