Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2673 const struct resource_context *cur_res_ctx, in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe() argument
2681 cur_opp_head = &cur_res_ctx->pipe_ctx[new_opp_head->pipe_idx]; in dcn32_find_optimal_free_pipe_as_secondary_dpp_pipe()
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()
2817 const struct resource_context *cur_res_ctx, in find_optimal_free_pipe_as_secondary_opp_head() argument
2825 cur_otg_master = &cur_res_ctx->pipe_ctx[new_otg_master->pipe_idx]; in find_optimal_free_pipe_as_secondary_opp_head()
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()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1825 const struct resource_context *cur_res_ctx, in resource_find_free_pipe_used_as_sec_opp_head_by_cur_otg_master() argument
1829 (void)cur_res_ctx; in resource_find_free_pipe_used_as_sec_opp_head_by_cur_otg_master()
1847 const struct resource_context *cur_res_ctx, in resource_find_free_pipe_used_in_cur_mpc_blending_tree() argument
1851 (void)cur_res_ctx; in resource_find_free_pipe_used_in_cur_mpc_blending_tree()
1873 const struct resource_context *cur_res_ctx, in recource_find_free_pipe_not_used_in_cur_res_ctx() argument
1882 cur_pipe = &cur_res_ctx->pipe_ctx[i]; in recource_find_free_pipe_not_used_in_cur_res_ctx()
1896 const struct resource_context *cur_res_ctx, in recource_find_free_pipe_used_as_otg_master_in_cur_res_ctx() argument
1905 cur_pipe = &cur_res_ctx->pipe_ctx[i]; in recource_find_free_pipe_used_as_otg_master_in_cur_res_ctx()
1919 const struct resource_context *cur_res_ctx, in resource_find_free_pipe_used_as_cur_sec_dpp() argument
1928 cur_pipe = &cur_res_ctx->pipe_ctx[i]; in resource_find_free_pipe_used_as_cur_sec_dpp()
[all …]