Lines Matching defs:plane
61 static inline unsigned int tegra_plane_offset(struct tegra_plane *plane, in tegra_plane_offset()
84 static inline u32 tegra_plane_readl(struct tegra_plane *plane, in tegra_plane_readl()
90 static inline void tegra_plane_writel(struct tegra_plane *plane, u32 value, in tegra_plane_writel()
165 static void tegra_shared_plane_update(struct tegra_plane *plane) in tegra_shared_plane_update()
185 static void tegra_shared_plane_activate(struct tegra_plane *plane) in tegra_shared_plane_activate()
206 tegra_shared_plane_get_owner(struct tegra_plane *plane, struct tegra_dc *dc) in tegra_shared_plane_get_owner()
215 struct tegra_plane *plane) in tegra_dc_owns_shared_plane()
230 static int tegra_shared_plane_set_owner(struct tegra_plane *plane, in tegra_shared_plane_set_owner()
272 struct tegra_plane *plane) in tegra_dc_assign_shared_plane()
321 struct tegra_plane *plane) in tegra_dc_remove_shared_plane()
326 static int tegra_shared_plane_atomic_check(struct drm_plane *plane, in tegra_shared_plane_atomic_check()
376 static void tegra_shared_plane_atomic_disable(struct drm_plane *plane, in tegra_shared_plane_atomic_disable()
408 static void tegra_shared_plane_atomic_update(struct drm_plane *plane, in tegra_shared_plane_atomic_update()
539 struct tegra_shared_plane *plane; in tegra_shared_plane_create() local