Searched refs:tail_pipe (Results 1 – 1 of 1) sorted by relevance
2399 struct pipe_ctx *tail_pipe = head_pipe->bottom_pipe; in get_tail_pipe() local2401 while (tail_pipe) { in get_tail_pipe()2402 head_pipe = tail_pipe; in get_tail_pipe()2403 tail_pipe = tail_pipe->bottom_pipe; in get_tail_pipe()2763 struct pipe_ctx *sec_pipe, *tail_pipe; in acquire_secondary_dpp_pipes_and_add_plane() local2789 tail_pipe = get_tail_pipe(opp_heads[i]); in acquire_secondary_dpp_pipes_and_add_plane()2790 tail_pipe->bottom_pipe = sec_pipe; in acquire_secondary_dpp_pipes_and_add_plane()2791 sec_pipe->top_pipe = tail_pipe; in acquire_secondary_dpp_pipes_and_add_plane()2793 if (tail_pipe->prev_odm_pipe) { in acquire_secondary_dpp_pipes_and_add_plane()2794 ASSERT(tail_pipe->prev_odm_pipe->bottom_pipe); in acquire_secondary_dpp_pipes_and_add_plane()[all …]