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()
256 drm_plane->base.id, sti_plane_to_str(plane)); in sti_cursor_atomic_check()
262 static void sti_cursor_atomic_update(struct drm_plane *drm_plane, in sti_cursor_atomic_update() argument
266 drm_plane); in sti_cursor_atomic_update()
267 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_cursor_atomic_update()
317 static void sti_cursor_atomic_disable(struct drm_plane *drm_plane, in sti_cursor_atomic_disable() argument
321 drm_plane); in sti_cursor_atomic_disable()
322 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_cursor_atomic_disable()
326 drm_plane->base.id); in sti_cursor_atomic_disable()
333 drm_plane->base.id, sti_plane_to_str(plane)); in sti_cursor_atomic_disable()
344 static int sti_cursor_late_register(struct drm_plane *drm_plane) in sti_cursor_late_register() argument
346 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_cursor_late_register()
349 cursor_debugfs_init(cursor, drm_plane->dev->primary); in sti_cursor_late_register()
364 struct drm_plane *sti_cursor_create(struct drm_device *drm_dev, in sti_cursor_create()
396 res = drm_universal_plane_init(drm_dev, &cursor->plane.drm_plane, in sti_cursor_create()
407 drm_plane_helper_add(&cursor->plane.drm_plane, in sti_cursor_create()
412 return &cursor->plane.drm_plane; in sti_cursor_create()