Lines Matching refs:drm_plane
32 struct drm_plane base;
37 static int omap_plane_prepare_fb(struct drm_plane *plane, in omap_plane_prepare_fb()
46 static void omap_plane_cleanup_fb(struct drm_plane *plane, in omap_plane_cleanup_fb()
53 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()
106 static int omap_plane_atomic_check(struct drm_plane *plane, in omap_plane_atomic_check()
150 static void omap_plane_destroy(struct drm_plane *plane) in omap_plane_destroy()
162 void omap_plane_install_properties(struct drm_plane *plane, in omap_plane_install_properties()
185 static void omap_plane_reset(struct drm_plane *plane) in omap_plane_reset()
201 static int omap_plane_atomic_set_property(struct drm_plane *plane, in omap_plane_atomic_set_property()
216 static int omap_plane_atomic_get_property(struct drm_plane *plane, in omap_plane_atomic_get_property()
257 struct drm_plane *omap_plane_init(struct drm_device *dev, in omap_plane_init()
263 struct drm_plane *plane; in omap_plane_init()