Lines Matching refs:drm_framebuffer
70 const struct drm_framebuffer *fb) in drm_framebuffer_check_src_coords()
272 struct drm_framebuffer *
278 struct drm_framebuffer *fb; in drm_internal_framebuffer_create()
335 struct drm_framebuffer *fb; in drm_mode_addfb2()
365 struct drm_framebuffer *fb = in drm_mode_rmfb_work_fn()
389 struct drm_framebuffer *fb = NULL; in drm_mode_rmfb()
390 struct drm_framebuffer *fbl = NULL; in drm_mode_rmfb()
467 struct drm_framebuffer *fb; in drm_mode_getfb()
538 struct drm_framebuffer *fb; in drm_mode_dirtyfb_ioctl()
613 struct drm_framebuffer *fb, *tfb; in drm_fb_release()
650 struct drm_framebuffer *fb = in drm_framebuffer_free()
651 container_of(kref, struct drm_framebuffer, base.refcount); in drm_framebuffer_free()
681 int drm_framebuffer_init(struct drm_device *dev, struct drm_framebuffer *fb, in drm_framebuffer_init()
720 struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev, in drm_framebuffer_lookup()
725 struct drm_framebuffer *fb = NULL; in drm_framebuffer_lookup()
748 void drm_framebuffer_unregister_private(struct drm_framebuffer *fb) in drm_framebuffer_unregister_private()
779 void drm_framebuffer_cleanup(struct drm_framebuffer *fb) in drm_framebuffer_cleanup()
790 static int atomic_remove_fb(struct drm_framebuffer *fb) in atomic_remove_fb()
885 static void legacy_remove_fb(struct drm_framebuffer *fb) in legacy_remove_fb()
920 void drm_framebuffer_remove(struct drm_framebuffer *fb) in drm_framebuffer_remove()
968 const struct drm_framebuffer *fb, int plane) in drm_framebuffer_plane_width()
987 const struct drm_framebuffer *fb, int plane) in drm_framebuffer_plane_height()
997 const struct drm_framebuffer *fb) in drm_framebuffer_print_info()
1030 struct drm_framebuffer *fb; in drm_framebuffer_info()