Lines Matching refs:drm_framebuffer

77 				     const struct drm_framebuffer *fb)  in drm_framebuffer_check_src_coords()
289 struct drm_framebuffer *
295 struct drm_framebuffer *fb; in drm_internal_framebuffer_create()
353 struct drm_framebuffer *fb; in drm_mode_addfb2()
407 struct drm_framebuffer *fb = in drm_mode_rmfb_work_fn()
431 struct drm_framebuffer *fb = NULL; in drm_mode_rmfb()
432 struct drm_framebuffer *fbl = NULL; in drm_mode_rmfb()
509 struct drm_framebuffer *fb; in drm_mode_getfb()
580 struct drm_framebuffer *fb; in drm_mode_dirtyfb_ioctl()
655 struct drm_framebuffer *fb, *tfb; in drm_fb_release()
692 struct drm_framebuffer *fb = in drm_framebuffer_free()
693 container_of(kref, struct drm_framebuffer, base.refcount); in drm_framebuffer_free()
723 int drm_framebuffer_init(struct drm_device *dev, struct drm_framebuffer *fb, in drm_framebuffer_init()
762 struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev, in drm_framebuffer_lookup()
767 struct drm_framebuffer *fb = NULL; in drm_framebuffer_lookup()
790 void drm_framebuffer_unregister_private(struct drm_framebuffer *fb) in drm_framebuffer_unregister_private()
821 void drm_framebuffer_cleanup(struct drm_framebuffer *fb) in drm_framebuffer_cleanup()
832 static int atomic_remove_fb(struct drm_framebuffer *fb) in atomic_remove_fb()
927 static void legacy_remove_fb(struct drm_framebuffer *fb) in legacy_remove_fb()
962 void drm_framebuffer_remove(struct drm_framebuffer *fb) in drm_framebuffer_remove()
1010 const struct drm_framebuffer *fb, int plane) in drm_framebuffer_plane_width()
1029 const struct drm_framebuffer *fb, int plane) in drm_framebuffer_plane_height()
1039 const struct drm_framebuffer *fb) in drm_framebuffer_print_info()
1072 struct drm_framebuffer *fb; in drm_framebuffer_info()