Searched refs:last_opp_head (Results 1 – 1 of 1) sorted by relevance
3213 struct pipe_ctx *last_opp_head = get_last_opp_head(otg_master_pipe); in acquire_pipes_and_add_odm_slice() local3228 last_opp_head->next_odm_pipe = new_opp_head; in acquire_pipes_and_add_odm_slice()3229 new_opp_head->prev_odm_pipe = last_opp_head; in acquire_pipes_and_add_odm_slice()3231 new_opp_head->plane_state = last_opp_head->plane_state; in acquire_pipes_and_add_odm_slice()3232 last_top_dpp_pipe = last_opp_head; in acquire_pipes_and_add_odm_slice()3292 struct pipe_ctx *last_opp_head = get_last_opp_head(otg_master_pipe); in release_pipes_and_remove_odm_slice() local3293 struct pipe_ctx *tail_pipe = get_tail_pipe(last_opp_head); in release_pipes_and_remove_odm_slice()3300 if (resource_is_pipe_type(last_opp_head, OTG_MASTER)) in release_pipes_and_remove_odm_slice()3309 last_opp_head->prev_odm_pipe->next_odm_pipe = NULL; in release_pipes_and_remove_odm_slice()3310 pool->funcs->release_pipe(context, last_opp_head, pool); in release_pipes_and_remove_odm_slice()