Lines Matching refs:drm_framebuffer
78 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()
571 struct drm_framebuffer *fb; in drm_mode_getfb2_ioctl()
701 struct drm_framebuffer *fb; in drm_mode_dirtyfb_ioctl()
776 struct drm_framebuffer *fb, *tfb; in drm_fb_release()
813 struct drm_framebuffer *fb = in drm_framebuffer_free()
814 container_of(kref, struct drm_framebuffer, base.refcount); in drm_framebuffer_free()
844 int drm_framebuffer_init(struct drm_device *dev, struct drm_framebuffer *fb, in drm_framebuffer_init()
883 struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev, in drm_framebuffer_lookup()
888 struct drm_framebuffer *fb = NULL; in drm_framebuffer_lookup()
911 void drm_framebuffer_unregister_private(struct drm_framebuffer *fb) in drm_framebuffer_unregister_private()
942 void drm_framebuffer_cleanup(struct drm_framebuffer *fb) in drm_framebuffer_cleanup()
953 static int atomic_remove_fb(struct drm_framebuffer *fb) in atomic_remove_fb()
1048 static void legacy_remove_fb(struct drm_framebuffer *fb) in legacy_remove_fb()
1083 void drm_framebuffer_remove(struct drm_framebuffer *fb) in drm_framebuffer_remove()
1132 const struct drm_framebuffer *fb, int plane) in drm_framebuffer_plane_width()
1151 const struct drm_framebuffer *fb, int plane) in drm_framebuffer_plane_height()
1161 const struct drm_framebuffer *fb) in drm_framebuffer_print_info()
1194 struct drm_framebuffer *fb; in drm_framebuffer_info()