| /freebsd-12.1/sys/dev/drm2/ |
| H A D | drm_crtc.h | 36 struct drm_framebuffer; 220 void (*destroy)(struct drm_framebuffer *framebuffer); 221 int (*create_handle)(struct drm_framebuffer *fb, 236 int (*dirty)(struct drm_framebuffer *framebuffer, 242 struct drm_framebuffer { struct 354 struct drm_framebuffer *fb, 393 struct drm_framebuffer *fb; 662 struct drm_framebuffer *fb; 693 struct drm_framebuffer *fb; 716 struct drm_framebuffer **fb); [all …]
|
| H A D | drm_crtc_helper.h | 66 struct drm_framebuffer *old_fb); 70 struct drm_framebuffer *old_fb); 72 struct drm_framebuffer *fb, int x, int y, 130 struct drm_framebuffer *old_fb); 138 extern int drm_helper_mode_fill_fb_struct(struct drm_framebuffer *fb,
|
| H A D | drm_fb_helper.h | 67 struct drm_framebuffer *fb; 68 struct drm_framebuffer *saved_fb;
|
| H A D | drm_crtc.c | 1072 struct drm_framebuffer *fb, *fbt; in drm_mode_config_cleanup() 1216 struct drm_framebuffer *fb; in drm_mode_getresources() 1755 struct drm_framebuffer *fb; in drm_mode_setplane() 1892 struct drm_framebuffer *fb = NULL; in drm_mode_setcrtc() 2152 struct drm_framebuffer *fb; in drm_mode_addfb() 2334 struct drm_framebuffer *fb; in drm_mode_addfb2() 2398 struct drm_framebuffer *fb = NULL; in drm_mode_rmfb() 2454 struct drm_framebuffer *fb; in drm_mode_getfb() 2488 struct drm_framebuffer *fb; in drm_mode_dirtyfb_ioctl() 2573 struct drm_framebuffer *fb, *tfb; in drm_fb_release() [all …]
|
| H A D | drm_fb_helper.c | 293 static struct drm_framebuffer *drm_mode_config_fb(struct drm_crtc *crtc) 311 struct drm_framebuffer *fb; 577 struct drm_framebuffer *fb = fb_helper->fb; 680 struct drm_framebuffer *fb = fb_helper->fb; 1011 struct drm_framebuffer *fb = fb_helper->fb; in drm_fb_helper_fill_var()
|
| H A D | drm_crtc_helper.c | 390 struct drm_framebuffer *old_fb) in drm_crtc_helper_set_mode() 557 struct drm_framebuffer *old_fb = NULL; in drm_crtc_helper_set_config() 903 int drm_helper_mode_fill_fb_struct(struct drm_framebuffer *fb, in drm_helper_mode_fill_fb_struct()
|
| /freebsd-12.1/sys/dev/drm2/radeon/ |
| H A D | radeon_mode.h | 487 struct drm_framebuffer base; 604 struct drm_framebuffer *old_fb); 606 struct drm_framebuffer *fb, 613 struct drm_framebuffer *old_fb); 617 struct drm_framebuffer *old_fb); 619 struct drm_framebuffer *fb, 623 struct drm_framebuffer *fb, 689 int radeonfb_remove(struct drm_device *dev, struct drm_framebuffer *fb);
|
| H A D | radeon_legacy_crtc.c | 359 struct drm_framebuffer *old_fb) in radeon_crtc_set_base() 365 struct drm_framebuffer *fb, in radeon_crtc_set_base_atomic() 372 struct drm_framebuffer *fb, in radeon_crtc_do_set_base() 379 struct drm_framebuffer *target_fb; in radeon_crtc_do_set_base() 1014 int x, int y, struct drm_framebuffer *old_fb) in radeon_crtc_mode_set()
|
| H A D | atombios_crtc.c | 1065 struct drm_framebuffer *fb, in dce4_crtc_do_set_base() 1072 struct drm_framebuffer *target_fb; in dce4_crtc_do_set_base() 1268 struct drm_framebuffer *fb, in avivo_crtc_do_set_base() 1277 struct drm_framebuffer *target_fb; in avivo_crtc_do_set_base() 1437 struct drm_framebuffer *old_fb) in atombios_crtc_set_base() 1451 struct drm_framebuffer *fb, in atombios_crtc_set_base_atomic() 1747 int x, int y, struct drm_framebuffer *old_fb) in atombios_crtc_mode_set()
|
| H A D | radeon_display.c | 350 struct drm_framebuffer *fb, in radeon_crtc_page_flip() 1061 static void radeon_user_framebuffer_destroy(struct drm_framebuffer *fb) in radeon_user_framebuffer_destroy() 1072 static int radeon_user_framebuffer_create_handle(struct drm_framebuffer *fb, in radeon_user_framebuffer_create_handle() 1107 struct drm_framebuffer **res) in radeon_user_framebuffer_create()
|
| H A D | radeon_fb.c | 197 struct drm_framebuffer *fb = NULL; in radeonfb_create()
|
| /freebsd-12.1/sys/arm/nvidia/drm2/ |
| H A D | tegra_fb.c | 46 fb_destroy(struct drm_framebuffer *drm_fb) in fb_destroy() 64 fb_create_handle(struct drm_framebuffer *drm_fb, struct drm_file *file, in fb_create_handle() 77 fb_dirty(struct drm_framebuffer *fb, struct drm_file *file_priv, in fb_dirty() 271 struct drm_mode_fb_cmd2 *cmd, struct drm_framebuffer **fb_res) in tegra_drm_fb_create()
|
| H A D | tegra_drm.h | 49 struct drm_framebuffer drm_fb; 114 struct drm_mode_fb_cmd2 *cmd, struct drm_framebuffer **fb_res);
|
| H A D | tegra_dc.c | 508 struct drm_framebuffer *drm_fb, in dc_plane_update() 645 struct drm_framebuffer *old_fb) in dc_crtc_mode_set() 720 struct drm_framebuffer *old_fb) in dc_crtc_mode_set_base() 945 dc_page_flip(struct drm_crtc *drm_crtc, struct drm_framebuffer *drm_fb, in dc_page_flip()
|
| /freebsd-12.1/sys/dev/drm2/i915/ |
| H A D | intel_drv.h | 153 struct drm_framebuffer base; 267 struct drm_framebuffer *fb, 441 struct drm_framebuffer *fb; 532 int x, int y, struct drm_framebuffer *old_fb); 591 struct drm_framebuffer *release_fb;
|
| H A D | intel_sprite.c | 44 ivb_update_plane(struct drm_plane *plane, struct drm_framebuffer *fb, in ivb_update_plane() 225 ilk_update_plane(struct drm_plane *plane, struct drm_framebuffer *fb, in ilk_update_plane() 416 struct drm_framebuffer *fb, int crtc_x, int crtc_y, in intel_update_plane()
|
| H A D | intel_display.c | 2299 struct drm_framebuffer *fb) in intel_pipe_set_base() 2304 struct drm_framebuffer *old_fb; in intel_pipe_set_base() 5773 struct drm_framebuffer *fb) in haswell_crtc_mode_set() 6667 static struct drm_framebuffer * 6673 struct drm_framebuffer *fb; in mode_fits_in_fbdev() 6704 struct drm_framebuffer *fb; in intel_get_load_detect_pipe() 7183 struct drm_framebuffer *fb, in intel_gen2_queue_flip() 7227 struct drm_framebuffer *fb, in intel_gen3_queue_flip() 7268 struct drm_framebuffer *fb, in intel_gen4_queue_flip() 7316 struct drm_framebuffer *fb, in intel_gen6_queue_flip() [all …]
|
| H A D | intel_fb.c | 60 struct drm_framebuffer *fb; in intelfb_create()
|
| H A D | i915_drv.h | 268 struct drm_framebuffer *old_fb); 277 struct drm_framebuffer *fb, 279 int (*update_plane)(struct drm_crtc *crtc, struct drm_framebuffer *fb,
|
| H A D | intel_pm.c | 84 struct drm_framebuffer *fb = crtc->fb; in i8xx_enable_fbc() 134 struct drm_framebuffer *fb = crtc->fb; in g4x_enable_fbc() 203 struct drm_framebuffer *fb = crtc->fb; in ironlake_enable_fbc() 399 struct drm_framebuffer *fb; in intel_update_fbc()
|