Lines Matching defs:plane
63 static inline unsigned int tegra_plane_offset(struct tegra_plane *plane, in tegra_plane_offset()
86 static inline u32 tegra_plane_readl(struct tegra_plane *plane, in tegra_plane_readl()
92 static inline void tegra_plane_writel(struct tegra_plane *plane, u32 value, in tegra_plane_writel()
167 static void tegra_shared_plane_update(struct tegra_plane *plane) in tegra_shared_plane_update()
187 static void tegra_shared_plane_activate(struct tegra_plane *plane) in tegra_shared_plane_activate()
208 tegra_shared_plane_get_owner(struct tegra_plane *plane, struct tegra_dc *dc) in tegra_shared_plane_get_owner()
217 struct tegra_plane *plane) in tegra_dc_owns_shared_plane()
232 static int tegra_shared_plane_set_owner(struct tegra_plane *plane, in tegra_shared_plane_set_owner()
274 struct tegra_plane *plane) in tegra_dc_assign_shared_plane()
323 struct tegra_plane *plane) in tegra_dc_remove_shared_plane()
328 static int tegra_shared_plane_atomic_check(struct drm_plane *plane, in tegra_shared_plane_atomic_check()
378 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