Lines Matching defs:plane

39 static inline struct tegra_plane *to_tegra_plane(struct drm_plane *plane)  in to_tegra_plane()
405 static void tegra_plane_destroy(struct drm_plane *plane) in tegra_plane_destroy()
419 static void tegra_primary_plane_destroy(struct drm_plane *plane) in tegra_primary_plane_destroy()
424 static void tegra_plane_reset(struct drm_plane *plane) in tegra_plane_reset()
441 static struct drm_plane_state *tegra_plane_atomic_duplicate_state(struct drm_plane *plane) in tegra_plane_atomic_duplicate_state()
458 static void tegra_plane_atomic_destroy_state(struct drm_plane *plane, in tegra_plane_atomic_destroy_state()
474 static int tegra_plane_prepare_fb(struct drm_plane *plane, in tegra_plane_prepare_fb()
481 static void tegra_plane_cleanup_fb(struct drm_plane *plane, in tegra_plane_cleanup_fb()
487 static int tegra_plane_state_add(struct tegra_plane *plane, in tegra_plane_state_add()
505 static int tegra_plane_atomic_check(struct drm_plane *plane, in tegra_plane_atomic_check()
552 static void tegra_plane_atomic_update(struct drm_plane *plane, in tegra_plane_atomic_update()
593 static void tegra_plane_atomic_disable(struct drm_plane *plane, in tegra_plane_atomic_disable()
643 struct tegra_plane *plane; in tegra_dc_primary_plane_create() local
672 static int tegra_cursor_atomic_check(struct drm_plane *plane, in tegra_cursor_atomic_check()
702 static void tegra_cursor_atomic_update(struct drm_plane *plane, in tegra_cursor_atomic_update()
765 static void tegra_cursor_atomic_disable(struct drm_plane *plane, in tegra_cursor_atomic_disable()
802 struct tegra_plane *plane; in tegra_dc_cursor_plane_create() local
834 static void tegra_overlay_plane_destroy(struct drm_plane *plane) in tegra_overlay_plane_destroy()
870 struct tegra_plane *plane; in tegra_dc_overlay_plane_create() local
899 struct drm_plane *plane; in tegra_dc_add_planes() local