Searched refs:drm_framebuffer (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/sys/dev/drm2/ |
| 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_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_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-13.1/sys/arm/nvidia/drm2/ |
| 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_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_dc.c | 505 struct drm_framebuffer *drm_fb, in dc_plane_update() 642 struct drm_framebuffer *old_fb) in dc_crtc_mode_set() 716 struct drm_framebuffer *old_fb) in dc_crtc_mode_set_base() 939 dc_page_flip(struct drm_crtc *drm_crtc, struct drm_framebuffer *drm_fb, in dc_page_flip()
|