Home
last modified time | relevance | path

Searched refs:other_state (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/tegra/
Ddc.c2336 const struct drm_plane_state *other_state; in tegra_plane_overlap_mask() local
2352 drm_atomic_crtc_state_for_each_plane_state(plane, other_state, state) { in tegra_plane_overlap_mask()
2355 tegra = to_tegra_plane(other_state->plane); in tegra_plane_overlap_mask()
2357 if (!other_state->visible || !other_state->fb) in tegra_plane_overlap_mask()
2365 if (tegra_plane_is_cursor(other_state)) in tegra_plane_overlap_mask()
2368 if (drm_rect_intersect(&rect, &other_state->dst)) in tegra_plane_overlap_mask()