Searched refs:other_pipe (Results 1 – 1 of 1) sorted by relevance
2221 const struct pipe_ctx *other_pipe = pipe->bottom_pipe; in resource_get_mpc_slice_count() local2223 while (other_pipe && other_pipe->plane_state == pipe->plane_state) { in resource_get_mpc_slice_count()2225 other_pipe = other_pipe->bottom_pipe; in resource_get_mpc_slice_count()2227 other_pipe = pipe->top_pipe; in resource_get_mpc_slice_count()2228 while (other_pipe && other_pipe->plane_state == pipe->plane_state) { in resource_get_mpc_slice_count()2230 other_pipe = other_pipe->top_pipe; in resource_get_mpc_slice_count()