Searched refs:last_opp_head (Results 1 – 1 of 1) sorted by relevance
2904 struct pipe_ctx *last_opp_head = get_last_opp_head(otg_master_pipe); in acquire_pipes_and_add_odm_slice() local2919 last_opp_head->next_odm_pipe = new_opp_head; in acquire_pipes_and_add_odm_slice()2920 new_opp_head->prev_odm_pipe = last_opp_head; in acquire_pipes_and_add_odm_slice()2922 new_opp_head->plane_state = last_opp_head->plane_state; in acquire_pipes_and_add_odm_slice()2923 last_top_dpp_pipe = last_opp_head; in acquire_pipes_and_add_odm_slice()2983 struct pipe_ctx *last_opp_head = get_last_opp_head(otg_master_pipe); in release_pipes_and_remove_odm_slice() local2984 struct pipe_ctx *tail_pipe = get_tail_pipe(last_opp_head); in release_pipes_and_remove_odm_slice()2991 if (resource_is_pipe_type(last_opp_head, OTG_MASTER)) in release_pipes_and_remove_odm_slice()3000 last_opp_head->prev_odm_pipe->next_odm_pipe = NULL; in release_pipes_and_remove_odm_slice()3001 pool->funcs->release_pipe(context, last_opp_head, pool); in release_pipes_and_remove_odm_slice()