Lines Matching refs:tegra_plane_state
430 struct tegra_plane_state *plane_state = to_tegra_plane_state(new_plane_state); in tegra_shared_plane_atomic_check()
538 struct tegra_plane_state *tegra_plane_state = to_tegra_plane_state(new_state); in tegra_shared_plane_atomic_update() local
564 yuv = tegra_plane_format_is_yuv(tegra_plane_state->format, &planes, &bpc); in tegra_shared_plane_atomic_update()
636 if (tegra_plane_state->tiling.sector_layout == TEGRA_BO_SECTOR_LAYOUT_GPU) in tegra_shared_plane_atomic_update()
640 base = tegra_plane_state->iova[0] + fb->offsets[0]; in tegra_shared_plane_atomic_update()
643 tegra_plane_writel(p, tegra_plane_state->format, DC_WIN_COLOR_DEPTH); in tegra_shared_plane_atomic_update()
666 base = tegra_plane_state->iova[1] + fb->offsets[1]; in tegra_shared_plane_atomic_update()
673 base = tegra_plane_state->iova[2] + fb->offsets[2]; in tegra_shared_plane_atomic_update()
705 if (!tegra_plane_format_is_indexed(tegra_plane_state->format)) in tegra_shared_plane_atomic_update()
716 unsigned long height = tegra_plane_state->tiling.value; in tegra_shared_plane_atomic_update()
719 switch (tegra_plane_state->tiling.mode) { in tegra_shared_plane_atomic_update()