Searched refs:tegra_plane_state (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpu/drm/tegra/
H A Dplane.h43 struct tegra_plane_state { struct
66 static inline struct tegra_plane_state *
70 return container_of(state, struct tegra_plane_state, base);
75 static inline const struct tegra_plane_state *
95 struct tegra_plane_state *state);
H A Dplane.c30 struct tegra_plane_state *state;
54 struct tegra_plane_state *state = to_tegra_plane_state(plane->state);
55 struct tegra_plane_state *copy;
140 static int tegra_dc_pin(struct tegra_dc *dc, struct tegra_plane_state *state)
189 static void tegra_dc_unpin(struct tegra_dc *dc, struct tegra_plane_state *state)
227 struct tegra_plane_state *tegra_state = to_tegra_plane_state(state);
591 struct tegra_plane_state *state)
618 struct tegra_plane_state *state)
668 struct tegra_plane_state *state)
706 struct tegra_plane_state *stat
[all...]
H A Dhub.c430 struct tegra_plane_state *plane_state = to_tegra_plane_state(new_plane_state);
539 struct tegra_plane_state *tegra_plane_state = to_tegra_plane_state(new_state); local
565 yuv = tegra_plane_format_is_yuv(tegra_plane_state->format, &planes, &bpc);
637 if (tegra_plane_state->tiling.sector_layout == TEGRA_BO_SECTOR_LAYOUT_GPU)
641 base = tegra_plane_state->iova[0] + fb->offsets[0];
644 tegra_plane_writel(p, tegra_plane_state->format, DC_WIN_COLOR_DEPTH);
667 base = tegra_plane_state->iova[1] + fb->offsets[1];
674 base = tegra_plane_state->iova[2] + fb->offsets[2];
706 if (!tegra_plane_format_is_indexed(tegra_plane_state
[all...]
H A Ddc.c177 struct tegra_plane_state *state;
622 struct tegra_plane_state *plane_state = to_tegra_plane_state(new_plane_state);
731 struct tegra_plane_state *tegra_plane_state = to_tegra_plane_state(new_state); local
754 window.reflect_x = tegra_plane_state->reflect_x;
755 window.reflect_y = tegra_plane_state->reflect_y;
759 window.tiling = tegra_plane_state->tiling;
760 window.format = tegra_plane_state->format;
761 window.swap = tegra_plane_state->swap;
764 window.base[i] = tegra_plane_state
906 struct tegra_plane_state *tegra_plane_state = to_tegra_plane_state(new_state); local
[all...]

Completed in 123 milliseconds