Lines Matching refs:drm_plane
22 struct drm_plane base;
27 static int omap_plane_prepare_fb(struct drm_plane *plane, in omap_plane_prepare_fb()
38 static void omap_plane_cleanup_fb(struct drm_plane *plane, in omap_plane_cleanup_fb()
45 static void omap_plane_atomic_update(struct drm_plane *plane, in omap_plane_atomic_update()
93 static void omap_plane_atomic_disable(struct drm_plane *plane, in omap_plane_atomic_disable()
107 static int omap_plane_atomic_check(struct drm_plane *plane, in omap_plane_atomic_check()
154 static void omap_plane_destroy(struct drm_plane *plane) in omap_plane_destroy()
166 void omap_plane_install_properties(struct drm_plane *plane, in omap_plane_install_properties()
189 static void omap_plane_reset(struct drm_plane *plane) in omap_plane_reset()
207 static int omap_plane_atomic_set_property(struct drm_plane *plane, in omap_plane_atomic_set_property()
222 static int omap_plane_atomic_get_property(struct drm_plane *plane, in omap_plane_atomic_get_property()
248 static bool omap_plane_supports_yuv(struct drm_plane *plane) in omap_plane_supports_yuv()
279 struct drm_plane *omap_plane_init(struct drm_device *dev, in omap_plane_init()
285 struct drm_plane *plane; in omap_plane_init()