Lines Matching refs:drm_framebuffer
78 const struct drm_framebuffer *fb) in drm_framebuffer_check_src_coords()
268 struct drm_framebuffer *
274 struct drm_framebuffer *fb; in drm_internal_framebuffer_create()
332 struct drm_framebuffer *fb; in drm_mode_addfb2()
386 struct drm_framebuffer *fb = in drm_mode_rmfb_work_fn()
397 static int drm_mode_closefb(struct drm_framebuffer *fb, in drm_mode_closefb()
400 struct drm_framebuffer *fbl; in drm_mode_closefb()
438 struct drm_framebuffer *fb; in drm_mode_rmfb()
488 struct drm_framebuffer *fb; in drm_mode_closefb_ioctl()
523 struct drm_framebuffer *fb; in drm_mode_getfb()
585 struct drm_framebuffer *fb; in drm_mode_getfb2_ioctl()
715 struct drm_framebuffer *fb; in drm_mode_dirtyfb_ioctl()
790 struct drm_framebuffer *fb, *tfb; in drm_fb_release()
827 struct drm_framebuffer *fb = in drm_framebuffer_free()
828 container_of(kref, struct drm_framebuffer, base.refcount); in drm_framebuffer_free()
860 int drm_framebuffer_init(struct drm_device *dev, struct drm_framebuffer *fb, in drm_framebuffer_init()
899 struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev, in drm_framebuffer_lookup()
904 struct drm_framebuffer *fb = NULL; in drm_framebuffer_lookup()
927 void drm_framebuffer_unregister_private(struct drm_framebuffer *fb) in drm_framebuffer_unregister_private()
958 void drm_framebuffer_cleanup(struct drm_framebuffer *fb) in drm_framebuffer_cleanup()
969 static int atomic_remove_fb(struct drm_framebuffer *fb) in atomic_remove_fb()
1073 static void legacy_remove_fb(struct drm_framebuffer *fb) in legacy_remove_fb()
1116 void drm_framebuffer_remove(struct drm_framebuffer *fb) in drm_framebuffer_remove()
1156 const struct drm_framebuffer *fb) in drm_framebuffer_print_info()
1187 struct drm_framebuffer *fb; in drm_framebuffer_info()