Lines Matching refs:drm_plane
46 static void sti_plane_destroy(struct drm_plane *drm_plane) in sti_plane_destroy() argument
50 drm_plane_helper_disable(drm_plane); in sti_plane_destroy()
51 drm_plane_cleanup(drm_plane); in sti_plane_destroy()
54 static int sti_plane_set_property(struct drm_plane *drm_plane, in sti_plane_set_property() argument
58 struct drm_device *dev = drm_plane->dev; in sti_plane_set_property()
60 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_plane_set_property()
72 static void sti_plane_attach_zorder_property(struct drm_plane *drm_plane) in sti_plane_attach_zorder_property() argument
74 struct drm_device *dev = drm_plane->dev; in sti_plane_attach_zorder_property()
76 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_plane_attach_zorder_property()
89 drm_object_attach_property(&drm_plane->base, prop, plane->zorder); in sti_plane_attach_zorder_property()
104 sti_plane_attach_zorder_property(&plane->drm_plane); in sti_plane_init_property()
107 plane->drm_plane.base.id, in sti_plane_init_property()