Searched refs:last_bottom_dpp_pipe (Results 1 – 1 of 1) sorted by relevance
2907 struct pipe_ctx *last_top_dpp_pipe, *last_bottom_dpp_pipe, in acquire_pipes_and_add_odm_slice() local2928 last_bottom_dpp_pipe = last_top_dpp_pipe->bottom_pipe; in acquire_pipes_and_add_odm_slice()2935 new_bottom_dpp_pipe->plane_state = last_bottom_dpp_pipe->plane_state; in acquire_pipes_and_add_odm_slice()2938 last_bottom_dpp_pipe->next_odm_pipe = new_bottom_dpp_pipe; in acquire_pipes_and_add_odm_slice()2939 new_bottom_dpp_pipe->prev_odm_pipe = last_bottom_dpp_pipe; in acquire_pipes_and_add_odm_slice()2941 last_top_dpp_pipe = last_bottom_dpp_pipe; in acquire_pipes_and_add_odm_slice()