Searched refs:other_pipe (Results 1 – 1 of 1) sorted by relevance
2037 const struct pipe_ctx *other_pipe = pipe->bottom_pipe; in resource_get_mpc_slice_count() local2039 while (other_pipe && other_pipe->plane_state == pipe->plane_state) { in resource_get_mpc_slice_count()2041 other_pipe = other_pipe->bottom_pipe; in resource_get_mpc_slice_count()2043 other_pipe = pipe->top_pipe; in resource_get_mpc_slice_count()2044 while (other_pipe && other_pipe->plane_state == pipe->plane_state) { in resource_get_mpc_slice_count()2046 other_pipe = other_pipe->top_pipe; in resource_get_mpc_slice_count()