Home
last modified time | relevance | path

Searched refs:drm_framebuffer (Results 1 – 25 of 42) sorted by relevance

12

/netbsd/src/sys/external/bsd/drm2/dist/include/drm/
Ddrm_framebuffer.h38 struct drm_framebuffer;
55 void (*destroy)(struct drm_framebuffer *framebuffer);
75 int (*create_handle)(struct drm_framebuffer *fb,
99 int (*dirty)(struct drm_framebuffer *framebuffer,
119 struct drm_framebuffer { struct
218 #define obj_to_fb(x) container_of(x, struct drm_framebuffer, base) argument
221 struct drm_framebuffer *fb,
223 struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev,
226 void drm_framebuffer_remove(struct drm_framebuffer *fb);
227 void drm_framebuffer_cleanup(struct drm_framebuffer *fb);
[all …]
Ddrm_gem_framebuffer_helper.h9 struct drm_framebuffer;
17 struct drm_gem_object *drm_gem_fb_get_obj(struct drm_framebuffer *fb,
19 void drm_gem_fb_destroy(struct drm_framebuffer *fb);
20 int drm_gem_fb_create_handle(struct drm_framebuffer *fb, struct drm_file *file,
23 struct drm_framebuffer *
27 struct drm_framebuffer *
30 struct drm_framebuffer *
Ddrm_modeset_helper.h31 struct drm_framebuffer;
37 struct drm_framebuffer *fb,
Ddrm_plane.h67 struct drm_framebuffer *fb;
286 struct drm_crtc *crtc, struct drm_framebuffer *fb,
643 struct drm_framebuffer *fb;
651 struct drm_framebuffer *old_fb;
Ddrm_atomic_uapi.h43 struct drm_framebuffer;
55 struct drm_framebuffer *fb);
Ddrm_modeset_helper_vtables.h210 struct drm_framebuffer *old_fb);
253 struct drm_framebuffer *old_fb);
270 struct drm_framebuffer *fb, int x, int y,
Ddrm_atomic_helper.h114 struct drm_framebuffer *fb,
138 struct drm_framebuffer *fb,
144 struct drm_framebuffer *fb,
Ddrm_crtc.h569 struct drm_framebuffer *fb,
588 struct drm_framebuffer *fb,
1134 struct drm_framebuffer *fb;
Ddrm_crtc_helper.h54 struct drm_framebuffer *old_fb);
Ddrm_damage_helper.h72 int drm_atomic_helper_dirtyfb(struct drm_framebuffer *fb,
/netbsd/src/sys/external/bsd/drm2/dist/drm/
Ddrm_framebuffer.c83 const struct drm_framebuffer *fb) in drm_framebuffer_check_src_coords()
295 struct drm_framebuffer *
301 struct drm_framebuffer *fb; in drm_internal_framebuffer_create()
359 struct drm_framebuffer *fb; in drm_mode_addfb2()
413 struct drm_framebuffer *fb = in drm_mode_rmfb_work_fn()
437 struct drm_framebuffer *fb = NULL; in drm_mode_rmfb()
438 struct drm_framebuffer *fbl = NULL; in drm_mode_rmfb()
515 struct drm_framebuffer *fb; in drm_mode_getfb()
586 struct drm_framebuffer *fb; in drm_mode_dirtyfb_ioctl()
661 struct drm_framebuffer *fb, *tfb; in drm_fb_release()
[all …]
Ddrm_crtc_internal.h50 struct drm_framebuffer;
70 const struct drm_framebuffer *fb);
194 struct drm_framebuffer *
201 const struct drm_framebuffer *fb);
Ddrm_plane_helper.c106 struct drm_framebuffer *fb, in drm_plane_helper_check_update()
153 struct drm_framebuffer *fb, in drm_primary_helper_update()
Ddrm_plane.c603 struct drm_framebuffer *fb, in __setplane_check()
680 struct drm_framebuffer *fb, in __setplane_internal()
733 struct drm_framebuffer *fb, in __setplane_atomic()
768 struct drm_framebuffer *fb, in setplane_internal()
801 struct drm_framebuffer *fb = NULL; in drm_mode_setplane()
854 struct drm_framebuffer *fb = NULL; in drm_mode_cursor_universal()
1045 struct drm_framebuffer *fb = NULL, *old_fb; in drm_mode_page_flip_ioctl()
Ddrm_crtc.c428 struct drm_framebuffer *fb; in __drm_mode_set_config_internal()
501 const struct drm_framebuffer *fb) in drm_crtc_check_viewport()
539 struct drm_framebuffer *fb = NULL; in drm_mode_setcrtc()
578 struct drm_framebuffer *old_fb; in drm_mode_setcrtc()
Ddrm_internal.h38 struct drm_framebuffer;
245 const struct drm_framebuffer *fb);
Ddrm_fb_helper.c208 struct drm_framebuffer *fb; in drm_fb_helper_debug_leave_fb()
400 struct drm_framebuffer *fb = fb_helper->fb; in drm_fb_helper_dirty_blit_real()
648 struct drm_framebuffer *fb = fb_helper->fb; in drm_fbdev_use_shadow_fb()
1304 struct drm_framebuffer *fb = fb_helper->fb; in drm_fb_helper_check_var()
1685 struct drm_framebuffer *fb = fb_helper->fb; in drm_fb_helper_fill_var()
1721 struct drm_framebuffer *fb = fb_helper->fb; in drm_fb_helper_fill_info()
2123 struct drm_framebuffer *fb; in drm_fb_helper_generic_probe()
Ddrm_modeset_helper.c85 struct drm_framebuffer *fb, in drm_helper_mode_fill_fb_struct()
/netbsd/src/sys/external/bsd/drm2/include/drm/
Ddrm_writeback.h40 struct drm_framebuffer;
48 struct drm_framebuffer *fb;
59 struct drm_framebuffer *);
Ddrm_client.h43 struct drm_framebuffer *fb;
56 struct drm_framebuffer *fb;
/netbsd/src/sys/external/bsd/drm2/drm/
Ddrm_gem_framebuffer_helper.c58 drm_gem_fb_destroy(struct drm_framebuffer *fb) in drm_gem_fb_destroy()
78 drm_gem_fb_create_handle(struct drm_framebuffer *fb, struct drm_file *file, in drm_gem_fb_create_handle()
97 struct drm_framebuffer *
102 struct drm_framebuffer *fb; in drm_gem_fb_create_with_funcs()
Ddrm_writeback.c63 struct drm_framebuffer *fb) in drm_writeback_set_fb()
/netbsd/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
Dvmwgfx_fb.c52 struct drm_framebuffer *set_fb;
190 struct drm_framebuffer *cur_fb; in vmw_fb_dirty_flush()
470 struct drm_framebuffer *cur_fb = par->set_fb; in vmw_fb_kms_detach()
509 struct drm_framebuffer *cur_fb; in vmw_fb_kms_framebuffer()
Dvmwgfx_ioctl.c263 struct drm_framebuffer *fb; in vmw_present_ioctl()
347 struct drm_framebuffer *fb; in vmw_present_readback_ioctl()
Dvmwgfx_kms.c356 struct drm_framebuffer *fb = new_state->fb; in vmw_du_cursor_plane_prepare_fb()
452 struct drm_framebuffer *new_fb = state->fb; in vmw_du_primary_plane_atomic_check()
493 struct drm_framebuffer *fb = new_state->fb; in vmw_du_cursor_plane_atomic_check()
831 static void vmw_framebuffer_surface_destroy(struct drm_framebuffer *framebuffer) in vmw_framebuffer_surface_destroy()
985 static void vmw_framebuffer_bo_destroy(struct drm_framebuffer *framebuffer) in vmw_framebuffer_bo_destroy()
998 static int vmw_framebuffer_bo_dirty(struct drm_framebuffer *framebuffer, in vmw_framebuffer_bo_dirty()
1048 static int vmw_framebuffer_bo_dirty_ext(struct drm_framebuffer *framebuffer, in vmw_framebuffer_bo_dirty_ext()
1373 static struct drm_framebuffer *vmw_kms_fb_create(struct drm_device *dev, in vmw_kms_fb_create()
1563 struct drm_framebuffer *implicit_fb = NULL; in vmw_kms_check_implicit()

12