Searched refs:pipe_a (Results 1 – 1 of 1) sorted by relevance
2262 const struct pipe_ctx *pipe_a, *pipe_b; in resource_is_pipe_topology_changed() local2268 pipe_a = &state_a->res_ctx.pipe_ctx[i]; in resource_is_pipe_topology_changed()2271 if (pipe_a->stream && !pipe_b->stream) in resource_is_pipe_topology_changed()2273 else if (!pipe_a->stream && pipe_b->stream) in resource_is_pipe_topology_changed()2276 if (pipe_a->plane_state && !pipe_b->plane_state) in resource_is_pipe_topology_changed()2278 else if (!pipe_a->plane_state && pipe_b->plane_state) in resource_is_pipe_topology_changed()2281 if (pipe_a->bottom_pipe && pipe_b->bottom_pipe) { in resource_is_pipe_topology_changed()2282 if (pipe_a->bottom_pipe->pipe_idx != pipe_b->bottom_pipe->pipe_idx) in resource_is_pipe_topology_changed()2284 if ((pipe_a->bottom_pipe->plane_state == pipe_a->plane_state) && in resource_is_pipe_topology_changed()2287 else if ((pipe_a->bottom_pipe->plane_state != pipe_a->plane_state) && in resource_is_pipe_topology_changed()[all …]