Searched refs:prev_right_head (Results 1 – 1 of 1) sorted by relevance
1464 struct pipe_ctx *prev_right_head = NULL; in dc_add_plane_to_context() local1556 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()