Searched refs:tail_pipe (Results 1 – 1 of 1) sorted by relevance
1335 struct pipe_ctx *tail_pipe; in resource_get_tail_pipe() local1337 tail_pipe = head_pipe->bottom_pipe; in resource_get_tail_pipe()1339 while (tail_pipe) { in resource_get_tail_pipe()1340 head_pipe = tail_pipe; in resource_get_tail_pipe()1341 tail_pipe = tail_pipe->bottom_pipe; in resource_get_tail_pipe()1426 struct pipe_ctx *head_pipe, *tail_pipe, *free_pipe; in dc_add_plane_to_context() local1474 tail_pipe = resource_get_tail_pipe(&context->res_ctx, head_pipe); in dc_add_plane_to_context()1475 ASSERT(tail_pipe); in dc_add_plane_to_context()1476 free_pipe->stream_res.tg = tail_pipe->stream_res.tg; in dc_add_plane_to_context()1477 free_pipe->stream_res.abm = tail_pipe->stream_res.abm; in dc_add_plane_to_context()[all …]