Home
last modified time | relevance | path

Searched refs:new_res_ctx (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/
H A Dresource.h482 struct resource_context *new_res_ctx,
494 struct resource_context *new_res_ctx,
506 struct resource_context *new_res_ctx,
518 struct resource_context *new_res_ctx,
529 struct resource_context *new_res_ctx,
540 struct resource_context *new_res_ctx,
548 int resource_find_any_free_pipe(struct resource_context *new_res_ctx,
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2573 struct resource_context *new_res_ctx, in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe() argument
2582 cur_res_ctx, new_res_ctx, cur_opp_head); in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe()
2590 cur_res_ctx, new_res_ctx, pool); in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe()
2600 cur_res_ctx, new_res_ctx, pool); in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe()
2603 free_pipe_idx = resource_find_any_free_pipe(new_res_ctx, pool); in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe()
2717 struct resource_context *new_res_ctx, in find_optimal_free_pipe_as_secondary_opp_head() argument
2726 cur_res_ctx, new_res_ctx, cur_otg_master); in find_optimal_free_pipe_as_secondary_opp_head()
2734 cur_res_ctx, new_res_ctx, pool); in find_optimal_free_pipe_as_secondary_opp_head()
2737 free_pipe_idx = resource_find_any_free_pipe(new_res_ctx, pool); in find_optimal_free_pipe_as_secondary_opp_head()
H A Ddcn32_resource.h142 struct resource_context *new_res_ctx,
/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1797 struct resource_context *new_res_ctx, in resource_find_free_pipe_used_as_sec_opp_head_by_cur_otg_master() argument
1818 struct resource_context *new_res_ctx, in resource_find_free_pipe_used_in_cur_mpc_blending_tree() argument
1843 struct resource_context *new_res_ctx, in recource_find_free_pipe_not_used_in_cur_res_ctx() argument
1852 new_pipe = &new_res_ctx->pipe_ctx[i]; in recource_find_free_pipe_not_used_in_cur_res_ctx()
1866 struct resource_context *new_res_ctx, in recource_find_free_pipe_used_as_otg_master_in_cur_res_ctx() argument
1875 new_pipe = &new_res_ctx->pipe_ctx[i]; in recource_find_free_pipe_used_as_otg_master_in_cur_res_ctx()
1889 struct resource_context *new_res_ctx, in resource_find_free_pipe_used_as_cur_sec_dpp() argument
1898 new_pipe = &new_res_ctx->pipe_ctx[i]; in resource_find_free_pipe_used_as_cur_sec_dpp()
1913 struct resource_context *new_res_ctx, in resource_find_free_pipe_used_as_cur_sec_dpp_in_mpcc_combine() argument
1922 new_pipe = &new_res_ctx->pipe_ctx[i]; in resource_find_free_pipe_used_as_cur_sec_dpp_in_mpcc_combine()
[all …]