Searched refs:cur_pipe (Results 1 – 1 of 1) sorted by relevance
2626 struct pipe_ctx *cur_pipe = &dst_ctx->res_ctx.pipe_ctx[i]; in dc_resource_state_copy_construct() local2628 if (cur_pipe->top_pipe) in dc_resource_state_copy_construct()2629 cur_pipe->top_pipe = &dst_ctx->res_ctx.pipe_ctx[cur_pipe->top_pipe->pipe_idx]; in dc_resource_state_copy_construct()2631 if (cur_pipe->bottom_pipe) in dc_resource_state_copy_construct()2632 cur_pipe->bottom_pipe = &dst_ctx->res_ctx.pipe_ctx[cur_pipe->bottom_pipe->pipe_idx]; in dc_resource_state_copy_construct()