Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc_resource.c2634 struct pipe_ctx *cur_pipe = &dst_ctx->res_ctx.pipe_ctx[i]; in dc_resource_state_copy_construct() local
2636 if (cur_pipe->top_pipe) in dc_resource_state_copy_construct()
2637 cur_pipe->top_pipe = &dst_ctx->res_ctx.pipe_ctx[cur_pipe->top_pipe->pipe_idx]; in dc_resource_state_copy_construct()
2639 if (cur_pipe->bottom_pipe) in dc_resource_state_copy_construct()
2640 cur_pipe->bottom_pipe = &dst_ctx->res_ctx.pipe_ctx[cur_pipe->bottom_pipe->pipe_idx]; in dc_resource_state_copy_construct()