Searched refs:new_res_ctx (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | resource.h | 292 struct resource_context *new_res_ctx, 304 struct resource_context *new_res_ctx, 315 struct resource_context *new_res_ctx, 323 int resource_find_any_free_pipe(struct resource_context *new_res_ctx,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_resource.c | 1621 struct resource_context *new_res_ctx, in resource_find_free_pipe_used_in_cur_mpc_blending_tree() argument 1633 new_pipe = &new_res_ctx->pipe_ctx[cur_sec_dpp->pipe_idx]; in resource_find_free_pipe_used_in_cur_mpc_blending_tree() 1646 struct resource_context *new_res_ctx, in recource_find_free_pipe_not_used_in_cur_res_ctx() argument 1655 new_pipe = &new_res_ctx->pipe_ctx[i]; in recource_find_free_pipe_not_used_in_cur_res_ctx() 1669 struct resource_context *new_res_ctx, in resource_find_free_pipe_used_as_cur_sec_dpp_in_mpcc_combine() argument 1678 new_pipe = &new_res_ctx->pipe_ctx[i]; in resource_find_free_pipe_used_as_cur_sec_dpp_in_mpcc_combine() 1692 int resource_find_any_free_pipe(struct resource_context *new_res_ctx, in resource_find_any_free_pipe() argument 1700 new_pipe = &new_res_ctx->pipe_ctx[i]; in resource_find_any_free_pipe()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_resource.c | 2540 struct resource_context *new_res_ctx, in find_optimal_free_pipe_as_secondary_dpp_pipe() argument 2549 cur_res_ctx, new_res_ctx, cur_opp_head); in find_optimal_free_pipe_as_secondary_dpp_pipe() 2557 cur_res_ctx, new_res_ctx, pool); in find_optimal_free_pipe_as_secondary_dpp_pipe() 2567 cur_res_ctx, new_res_ctx, pool); in find_optimal_free_pipe_as_secondary_dpp_pipe() 2570 free_pipe_idx = resource_find_any_free_pipe(new_res_ctx, pool); in find_optimal_free_pipe_as_secondary_dpp_pipe()
|