Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddcn30_fpu.h42 int cur_pipe);
Ddcn30_fpu.c351 int cur_pipe) in dcn30_fpu_set_mcif_arb_params() argument
362 …eed_change_duration = dml->vba.WritebackAllowDRAMClockChangeEndPosition[cur_pipe] * pipes[0].clks_… in dcn30_fpu_set_mcif_arb_params()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c1649 const struct pipe_ctx *new_pipe, *cur_pipe; in recource_find_free_pipe_not_used_in_cur_res_ctx() local
1653 cur_pipe = &cur_res_ctx->pipe_ctx[i]; in recource_find_free_pipe_not_used_in_cur_res_ctx()
1656 if (resource_is_pipe_type(cur_pipe, FREE_PIPE) && in recource_find_free_pipe_not_used_in_cur_res_ctx()
1672 const struct pipe_ctx *new_pipe, *cur_pipe; in resource_find_free_pipe_used_as_cur_sec_dpp_in_mpcc_combine() local
1676 cur_pipe = &cur_res_ctx->pipe_ctx[i]; in resource_find_free_pipe_used_as_cur_sec_dpp_in_mpcc_combine()
1679 if (resource_is_pipe_type(cur_pipe, DPP_PIPE) && in resource_find_free_pipe_used_as_cur_sec_dpp_in_mpcc_combine()
1680 !resource_is_pipe_type(cur_pipe, OPP_HEAD) && in resource_find_free_pipe_used_as_cur_sec_dpp_in_mpcc_combine()
1681 resource_is_for_mpcc_combine(cur_pipe) && in resource_find_free_pipe_used_as_cur_sec_dpp_in_mpcc_combine()
3611 struct pipe_ctx *cur_pipe = &dst_ctx->res_ctx.pipe_ctx[i]; in dc_resource_state_copy_construct() local
3613 if (cur_pipe->top_pipe) in dc_resource_state_copy_construct()
[all …]
Ddc.c2287 struct pipe_ctx *cur_pipe = &new_ctx->res_ctx.pipe_ctx[i]; in dc_copy_state() local
2289 if (cur_pipe->top_pipe) in dc_copy_state()
2290 cur_pipe->top_pipe = &new_ctx->res_ctx.pipe_ctx[cur_pipe->top_pipe->pipe_idx]; in dc_copy_state()
2292 if (cur_pipe->bottom_pipe) in dc_copy_state()
2293 cur_pipe->bottom_pipe = &new_ctx->res_ctx.pipe_ctx[cur_pipe->bottom_pipe->pipe_idx]; in dc_copy_state()
2295 if (cur_pipe->prev_odm_pipe) in dc_copy_state()
2296 cur_pipe->prev_odm_pipe = &new_ctx->res_ctx.pipe_ctx[cur_pipe->prev_odm_pipe->pipe_idx]; in dc_copy_state()
2298 if (cur_pipe->next_odm_pipe) in dc_copy_state()
2299 cur_pipe->next_odm_pipe = &new_ctx->res_ctx.pipe_ctx[cur_pipe->next_odm_pipe->pipe_idx]; in dc_copy_state()
3764 struct pipe_ctx *cur_pipe = &context->res_ctx.pipe_ctx[i]; in commit_planes_for_stream() local
[all …]