| /netbsd/src/sys/external/bsd/drm2/dist/include/drm/ |
| D | drm_framebuffer.h | 38 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 …]
|
| D | drm_gem_framebuffer_helper.h | 9 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 *
|
| D | drm_modeset_helper.h | 31 struct drm_framebuffer; 37 struct drm_framebuffer *fb,
|
| D | drm_plane.h | 67 struct drm_framebuffer *fb; 286 struct drm_crtc *crtc, struct drm_framebuffer *fb, 643 struct drm_framebuffer *fb; 651 struct drm_framebuffer *old_fb;
|
| D | drm_atomic_uapi.h | 43 struct drm_framebuffer; 55 struct drm_framebuffer *fb);
|
| D | drm_modeset_helper_vtables.h | 210 struct drm_framebuffer *old_fb); 253 struct drm_framebuffer *old_fb); 270 struct drm_framebuffer *fb, int x, int y,
|
| D | drm_atomic_helper.h | 114 struct drm_framebuffer *fb, 138 struct drm_framebuffer *fb, 144 struct drm_framebuffer *fb,
|
| D | drm_crtc.h | 569 struct drm_framebuffer *fb, 588 struct drm_framebuffer *fb, 1134 struct drm_framebuffer *fb;
|
| D | drm_crtc_helper.h | 54 struct drm_framebuffer *old_fb);
|
| D | drm_damage_helper.h | 72 int drm_atomic_helper_dirtyfb(struct drm_framebuffer *fb,
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/ |
| D | drm_framebuffer.c | 83 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 …]
|
| D | drm_crtc_internal.h | 50 struct drm_framebuffer; 70 const struct drm_framebuffer *fb); 194 struct drm_framebuffer * 201 const struct drm_framebuffer *fb);
|
| D | drm_plane_helper.c | 106 struct drm_framebuffer *fb, in drm_plane_helper_check_update() 153 struct drm_framebuffer *fb, in drm_primary_helper_update()
|
| D | drm_plane.c | 603 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()
|
| D | drm_crtc.c | 428 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()
|
| D | drm_internal.h | 38 struct drm_framebuffer; 245 const struct drm_framebuffer *fb);
|
| D | drm_fb_helper.c | 208 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()
|
| D | drm_modeset_helper.c | 85 struct drm_framebuffer *fb, in drm_helper_mode_fill_fb_struct()
|
| /netbsd/src/sys/external/bsd/drm2/include/drm/ |
| D | drm_writeback.h | 40 struct drm_framebuffer; 48 struct drm_framebuffer *fb; 59 struct drm_framebuffer *);
|
| D | drm_client.h | 43 struct drm_framebuffer *fb; 56 struct drm_framebuffer *fb;
|
| /netbsd/src/sys/external/bsd/drm2/drm/ |
| D | drm_gem_framebuffer_helper.c | 58 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()
|
| D | drm_writeback.c | 63 struct drm_framebuffer *fb) in drm_writeback_set_fb()
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| D | vmwgfx_fb.c | 52 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()
|
| D | vmwgfx_ioctl.c | 263 struct drm_framebuffer *fb; in vmw_present_ioctl() 347 struct drm_framebuffer *fb; in vmw_present_readback_ioctl()
|
| D | vmwgfx_kms.c | 356 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()
|