Searched refs:pipe_b (Results 1 – 1 of 1) sorted by relevance
2161 const struct pipe_ctx *pipe_a, *pipe_b; in resource_is_pipe_topology_changed() local2168 pipe_b = &state_b->res_ctx.pipe_ctx[i]; in resource_is_pipe_topology_changed()2170 if (pipe_a->stream && !pipe_b->stream) in resource_is_pipe_topology_changed()2172 else if (!pipe_a->stream && pipe_b->stream) in resource_is_pipe_topology_changed()2175 if (pipe_a->plane_state && !pipe_b->plane_state) in resource_is_pipe_topology_changed()2177 else if (!pipe_a->plane_state && pipe_b->plane_state) in resource_is_pipe_topology_changed()2180 if (pipe_a->bottom_pipe && pipe_b->bottom_pipe) { in resource_is_pipe_topology_changed()2181 if (pipe_a->bottom_pipe->pipe_idx != pipe_b->bottom_pipe->pipe_idx) in resource_is_pipe_topology_changed()2184 (pipe_b->bottom_pipe->plane_state != pipe_b->plane_state)) in resource_is_pipe_topology_changed()2187 (pipe_b->bottom_pipe->plane_state == pipe_b->plane_state)) in resource_is_pipe_topology_changed()[all …]