Searched refs:tail_pipe (Results 1 – 1 of 1) sorted by relevance
1786 struct pipe_ctx *tail_pipe = head_pipe->bottom_pipe; in get_tail_pipe() local1788 while (tail_pipe) { in get_tail_pipe()1789 head_pipe = tail_pipe; in get_tail_pipe()1790 tail_pipe = tail_pipe->bottom_pipe; in get_tail_pipe()1852 struct pipe_ctx *tail_pipe = get_tail_pipe(opp_head_pipe); in insert_secondary_dpp_pipe_with_plane() local1854 tail_pipe->bottom_pipe = sec_pipe; in insert_secondary_dpp_pipe_with_plane()1855 sec_pipe->top_pipe = tail_pipe; in insert_secondary_dpp_pipe_with_plane()1856 if (tail_pipe->prev_odm_pipe) { in insert_secondary_dpp_pipe_with_plane()1857 ASSERT(tail_pipe->prev_odm_pipe->bottom_pipe); in insert_secondary_dpp_pipe_with_plane()1858 sec_pipe->prev_odm_pipe = tail_pipe->prev_odm_pipe->bottom_pipe; in insert_secondary_dpp_pipe_with_plane()[all …]