Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c1464 struct pipe_ctx *prev_right_head = NULL; in dc_add_plane_to_context() local
1556 prev_right_head = &dc->current_state->res_ctx.pipe_ctx[tail_pipe->next_odm_pipe->pipe_idx]; in dc_add_plane_to_context()
1557 if ((prev_right_head->bottom_pipe) && in dc_add_plane_to_context()
1558 (free_pipe->pipe_idx != prev_right_head->bottom_pipe->pipe_idx)) { in dc_add_plane_to_context()
1610 prev_right_head = &dc->current_state->res_ctx.pipe_ctx[head_pipe->next_odm_pipe->pipe_idx]; in dc_add_plane_to_context()
1611 if ((prev_right_head->bottom_pipe) && in dc_add_plane_to_context()
1612 (free_pipe->pipe_idx != prev_right_head->bottom_pipe->pipe_idx)) { in dc_add_plane_to_context()