Lines Matching defs:plane
78 static inline unsigned int tegra_plane_offset(struct tegra_plane *plane, in tegra_plane_offset()
101 static inline u32 tegra_plane_readl(struct tegra_plane *plane, in tegra_plane_readl()
107 static inline void tegra_plane_writel(struct tegra_plane *plane, u32 value, in tegra_plane_writel()
194 static void tegra_shared_plane_update(struct tegra_plane *plane) in tegra_shared_plane_update()
214 static void tegra_shared_plane_activate(struct tegra_plane *plane) in tegra_shared_plane_activate()
235 tegra_shared_plane_get_owner(struct tegra_plane *plane, struct tegra_dc *dc) in tegra_shared_plane_get_owner()
244 struct tegra_plane *plane) in tegra_dc_owns_shared_plane()
259 static int tegra_shared_plane_set_owner(struct tegra_plane *plane, in tegra_shared_plane_set_owner()
300 static void tegra_shared_plane_setup_scaler(struct tegra_plane *plane) in tegra_shared_plane_setup_scaler()
369 struct tegra_plane *plane) in tegra_dc_assign_shared_plane()
420 struct tegra_plane *plane) in tegra_dc_remove_shared_plane()
425 static int tegra_shared_plane_atomic_check(struct drm_plane *plane, in tegra_shared_plane_atomic_check()
483 static void tegra_shared_plane_atomic_disable(struct drm_plane *plane, in tegra_shared_plane_atomic_disable()
534 static void tegra_shared_plane_atomic_update(struct drm_plane *plane, in tegra_shared_plane_atomic_update()
764 struct tegra_shared_plane *plane; in tegra_shared_plane_create() local