Lines Matching refs:drm_plane

184 static int sti_cursor_atomic_check(struct drm_plane *drm_plane,  in sti_cursor_atomic_check()  argument
188 drm_plane); in sti_cursor_atomic_check()
189 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_cursor_atomic_check()
253 drm_plane->base.id, sti_plane_to_str(plane)); in sti_cursor_atomic_check()
259 static void sti_cursor_atomic_update(struct drm_plane *drm_plane, in sti_cursor_atomic_update() argument
263 drm_plane); in sti_cursor_atomic_update()
264 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_cursor_atomic_update()
314 static void sti_cursor_atomic_disable(struct drm_plane *drm_plane, in sti_cursor_atomic_disable() argument
318 drm_plane); in sti_cursor_atomic_disable()
319 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_cursor_atomic_disable()
323 drm_plane->base.id); in sti_cursor_atomic_disable()
330 drm_plane->base.id, sti_plane_to_str(plane)); in sti_cursor_atomic_disable()
341 static int sti_cursor_late_register(struct drm_plane *drm_plane) in sti_cursor_late_register() argument
343 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_cursor_late_register()
346 cursor_debugfs_init(cursor, drm_plane->dev->primary); in sti_cursor_late_register()
361 struct drm_plane *sti_cursor_create(struct drm_device *drm_dev, in sti_cursor_create()
393 res = drm_universal_plane_init(drm_dev, &cursor->plane.drm_plane, in sti_cursor_create()
404 drm_plane_helper_add(&cursor->plane.drm_plane, in sti_cursor_create()
409 return &cursor->plane.drm_plane; in sti_cursor_create()