Lines Matching defs:plane

39 static inline struct tegra_plane *to_tegra_plane(struct drm_plane *plane)  in to_tegra_plane()
413 static void tegra_plane_destroy(struct drm_plane *plane) in tegra_plane_destroy()
427 static void tegra_primary_plane_destroy(struct drm_plane *plane) in tegra_primary_plane_destroy()
432 static void tegra_plane_reset(struct drm_plane *plane) in tegra_plane_reset()
449 static struct drm_plane_state *tegra_plane_atomic_duplicate_state(struct drm_plane *plane) in tegra_plane_atomic_duplicate_state()
466 static void tegra_plane_atomic_destroy_state(struct drm_plane *plane, in tegra_plane_atomic_destroy_state()
482 static int tegra_plane_prepare_fb(struct drm_plane *plane, in tegra_plane_prepare_fb()
488 static void tegra_plane_cleanup_fb(struct drm_plane *plane, in tegra_plane_cleanup_fb()
493 static int tegra_plane_state_add(struct tegra_plane *plane, in tegra_plane_state_add()
511 static int tegra_plane_atomic_check(struct drm_plane *plane, in tegra_plane_atomic_check()
558 static void tegra_plane_atomic_update(struct drm_plane *plane, in tegra_plane_atomic_update()
599 static void tegra_plane_atomic_disable(struct drm_plane *plane, in tegra_plane_atomic_disable()
649 struct tegra_plane *plane; in tegra_dc_primary_plane_create() local
678 static int tegra_cursor_atomic_check(struct drm_plane *plane, in tegra_cursor_atomic_check()
708 static void tegra_cursor_atomic_update(struct drm_plane *plane, in tegra_cursor_atomic_update()
770 static void tegra_cursor_atomic_disable(struct drm_plane *plane, in tegra_cursor_atomic_disable()
807 struct tegra_plane *plane; in tegra_dc_cursor_plane_create() local
841 static void tegra_overlay_plane_destroy(struct drm_plane *plane) in tegra_overlay_plane_destroy()
877 struct tegra_plane *plane; in tegra_dc_overlay_plane_create() local
906 struct drm_plane *plane; in tegra_dc_add_planes() local