Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dresource.h492 struct resource_context *new_res_ctx,
504 struct resource_context *new_res_ctx,
516 struct resource_context *new_res_ctx,
528 struct resource_context *new_res_ctx,
539 struct resource_context *new_res_ctx,
550 struct resource_context *new_res_ctx,
558 int resource_find_any_free_pipe(struct resource_context *new_res_ctx,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2673 struct resource_context *new_res_ctx, in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe() argument
2682 cur_res_ctx, new_res_ctx, cur_opp_head); in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe()
2690 cur_res_ctx, new_res_ctx, pool); in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe()
2700 cur_res_ctx, new_res_ctx, pool); in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe()
2703 free_pipe_idx = resource_find_any_free_pipe(new_res_ctx, pool); in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe()
2817 struct resource_context *new_res_ctx, in find_optimal_free_pipe_as_secondary_opp_head() argument
2826 cur_res_ctx, new_res_ctx, cur_otg_master); in find_optimal_free_pipe_as_secondary_opp_head()
2834 cur_res_ctx, new_res_ctx, pool); in find_optimal_free_pipe_as_secondary_opp_head()
2837 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 Ddc_resource.c1818 struct resource_context *new_res_ctx, in resource_find_free_pipe_used_as_sec_opp_head_by_cur_otg_master() argument
1826 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()
1839 struct resource_context *new_res_ctx, in resource_find_free_pipe_used_in_cur_mpc_blending_tree() argument
1851 new_pipe = &new_res_ctx->pipe_ctx[cur_sec_dpp->pipe_idx]; in resource_find_free_pipe_used_in_cur_mpc_blending_tree()
1864 struct resource_context *new_res_ctx, in recource_find_free_pipe_not_used_in_cur_res_ctx() argument
1873 new_pipe = &new_res_ctx->pipe_ctx[i]; in recource_find_free_pipe_not_used_in_cur_res_ctx()
1887 struct resource_context *new_res_ctx, in recource_find_free_pipe_used_as_otg_master_in_cur_res_ctx() argument
1896 new_pipe = &new_res_ctx->pipe_ctx[i]; in recource_find_free_pipe_used_as_otg_master_in_cur_res_ctx()
1910 struct resource_context *new_res_ctx, in resource_find_free_pipe_used_as_cur_sec_dpp() argument
1919 new_pipe = &new_res_ctx->pipe_ctx[i]; in resource_find_free_pipe_used_as_cur_sec_dpp()
[all …]