Searched refs:tegra_plane_state (Results 1 – 3 of 3) sorted by relevance
43 struct tegra_plane_state { struct66 static inline struct tegra_plane_state * argument70 return container_of(state, struct tegra_plane_state, base); in to_tegra_plane_state()75 static inline const struct tegra_plane_state *95 struct tegra_plane_state *state);
30 struct tegra_plane_state *state; in tegra_plane_reset()54 struct tegra_plane_state *state = to_tegra_plane_state(plane->state); in tegra_plane_atomic_duplicate_state()55 struct tegra_plane_state *copy; in tegra_plane_atomic_duplicate_state()140 static int tegra_dc_pin(struct tegra_dc *dc, struct tegra_plane_state *state) in tegra_dc_pin()189 static void tegra_dc_unpin(struct tegra_dc *dc, struct tegra_plane_state *state) in tegra_dc_unpin()227 struct tegra_plane_state *tegra_state = to_tegra_plane_state(state); in tegra_plane_calculate_memory_bandwidth()591 struct tegra_plane_state *state) in tegra_plane_setup_opacity()618 struct tegra_plane_state *state) in tegra_plane_check_transparency()668 struct tegra_plane_state *state) in tegra_plane_update_transparency()706 struct tegra_plane_state *state) in tegra_plane_setup_transparency()[all …]
178 struct tegra_plane_state *state; in tegra_plane_setup_blending_legacy()623 struct tegra_plane_state *plane_state = to_tegra_plane_state(new_plane_state); in tegra_plane_atomic_check()732 struct tegra_plane_state *tegra_plane_state = to_tegra_plane_state(new_state); in tegra_plane_atomic_update() local755 window.reflect_x = tegra_plane_state->reflect_x; in tegra_plane_atomic_update()756 window.reflect_y = tegra_plane_state->reflect_y; in tegra_plane_atomic_update()760 window.tiling = tegra_plane_state->tiling; in tegra_plane_atomic_update()761 window.format = tegra_plane_state->format; in tegra_plane_atomic_update()762 window.swap = tegra_plane_state->swap; in tegra_plane_atomic_update()765 window.base[i] = tegra_plane_state->iova[i] + fb->offsets[i]; in tegra_plane_atomic_update()871 struct tegra_plane_state *plane_state = to_tegra_plane_state(new_plane_state); in tegra_cursor_atomic_check()[all …]