Searched refs:last_opp_head (Results 1 – 1 of 1) sorted by relevance
2898 struct pipe_ctx *last_opp_head = get_last_opp_head(otg_master_pipe); in acquire_pipes_and_add_odm_slice() local2913 last_opp_head->next_odm_pipe = new_opp_head; in acquire_pipes_and_add_odm_slice()2914 new_opp_head->prev_odm_pipe = last_opp_head; in acquire_pipes_and_add_odm_slice()2916 new_opp_head->plane_state = last_opp_head->plane_state; in acquire_pipes_and_add_odm_slice()2917 last_top_dpp_pipe = last_opp_head; in acquire_pipes_and_add_odm_slice()2977 struct pipe_ctx *last_opp_head = get_last_opp_head(otg_master_pipe); in release_pipes_and_remove_odm_slice() local2978 struct pipe_ctx *tail_pipe = get_tail_pipe(last_opp_head); in release_pipes_and_remove_odm_slice()2985 if (resource_is_pipe_type(last_opp_head, OTG_MASTER)) in release_pipes_and_remove_odm_slice()2994 last_opp_head->prev_odm_pipe->next_odm_pipe = NULL; in release_pipes_and_remove_odm_slice()2995 pool->funcs->release_pipe(context, last_opp_head, pool); in release_pipes_and_remove_odm_slice()