Searched refs:new_res_ctx (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/ |
| H A D | dcn32_resource.c | 2674 struct resource_context *new_res_ctx, in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe() argument 2683 cur_res_ctx, new_res_ctx, cur_opp_head); in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe() 2691 cur_res_ctx, new_res_ctx, pool); in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe() 2701 cur_res_ctx, new_res_ctx, pool); in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe() 2704 free_pipe_idx = resource_find_any_free_pipe(new_res_ctx, pool); in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe() 2818 struct resource_context *new_res_ctx, in find_optimal_free_pipe_as_secondary_opp_head() argument 2827 cur_res_ctx, new_res_ctx, cur_otg_master); in find_optimal_free_pipe_as_secondary_opp_head() 2835 cur_res_ctx, new_res_ctx, pool); in find_optimal_free_pipe_as_secondary_opp_head() 2838 free_pipe_idx = resource_find_any_free_pipe(new_res_ctx, pool); in find_optimal_free_pipe_as_secondary_opp_head()
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_resource.c | 1826 struct resource_context *new_res_ctx, in resource_find_free_pipe_used_as_sec_opp_head_by_cur_otg_master() argument 1835 new_pipe = &new_res_ctx->pipe_ctx[cur_sec_opp_head->pipe_idx]; in resource_find_free_pipe_used_as_sec_opp_head_by_cur_otg_master() 1848 struct resource_context *new_res_ctx, in resource_find_free_pipe_used_in_cur_mpc_blending_tree() argument 1861 new_pipe = &new_res_ctx->pipe_ctx[cur_sec_dpp->pipe_idx]; in resource_find_free_pipe_used_in_cur_mpc_blending_tree() 1874 struct resource_context *new_res_ctx, in recource_find_free_pipe_not_used_in_cur_res_ctx() argument 1883 new_pipe = &new_res_ctx->pipe_ctx[i]; in recource_find_free_pipe_not_used_in_cur_res_ctx() 1897 struct resource_context *new_res_ctx, in recource_find_free_pipe_used_as_otg_master_in_cur_res_ctx() argument 1906 new_pipe = &new_res_ctx->pipe_ctx[i]; in recource_find_free_pipe_used_as_otg_master_in_cur_res_ctx() 1920 struct resource_context *new_res_ctx, in resource_find_free_pipe_used_as_cur_sec_dpp() argument 1929 new_pipe = &new_res_ctx->pipe_ctx[i]; in resource_find_free_pipe_used_as_cur_sec_dpp() [all …]
|