Searched refs:other_state (Results 1 – 1 of 1) sorted by relevance
2344 const struct drm_plane_state *other_state; in tegra_plane_overlap_mask() local2360 drm_atomic_crtc_state_for_each_plane_state(plane, other_state, state) { in tegra_plane_overlap_mask()2363 tegra = to_tegra_plane(other_state->plane); in tegra_plane_overlap_mask()2365 if (!other_state->visible || !other_state->fb) in tegra_plane_overlap_mask()2373 if (tegra_plane_is_cursor(other_state)) in tegra_plane_overlap_mask()2376 if (drm_rect_intersect(&rect, &other_state->dst)) in tegra_plane_overlap_mask()