Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/drm2/
H A Ddrm_crtc_helper.h64 struct drm_framebuffer *old_fb);
68 struct drm_framebuffer *old_fb);
70 struct drm_framebuffer *fb, int x, int y,
128 struct drm_framebuffer *old_fb);
136 extern int drm_helper_mode_fill_fb_struct(struct drm_framebuffer *fb,
H A Ddrm_crtc.h34 struct drm_framebuffer;
218 void (*destroy)(struct drm_framebuffer *framebuffer);
219 int (*create_handle)(struct drm_framebuffer *fb,
234 int (*dirty)(struct drm_framebuffer *framebuffer,
240 struct drm_framebuffer { struct
352 struct drm_framebuffer *fb,
391 struct drm_framebuffer *fb;
660 struct drm_framebuffer *fb;
691 struct drm_framebuffer *fb;
714 struct drm_framebuffer **fb);
[all …]
H A Ddrm_fb_helper.h65 struct drm_framebuffer *fb;
66 struct drm_framebuffer *saved_fb;
H A Ddrm_crtc.c1058 struct drm_framebuffer *fb, *fbt; in drm_mode_config_cleanup()
1202 struct drm_framebuffer *fb; in drm_mode_getresources()
1741 struct drm_framebuffer *fb; in drm_mode_setplane()
1878 struct drm_framebuffer *fb = NULL; in drm_mode_setcrtc()
2134 struct drm_framebuffer *fb; in drm_mode_addfb()
2316 struct drm_framebuffer *fb; in drm_mode_addfb2()
2380 struct drm_framebuffer *fb = NULL; in drm_mode_rmfb()
2436 struct drm_framebuffer *fb; in drm_mode_getfb()
2470 struct drm_framebuffer *fb; in drm_mode_dirtyfb_ioctl()
2550 struct drm_framebuffer *fb, *tfb; in drm_fb_release()
[all …]
H A Ddrm_fb_helper.c291 static struct drm_framebuffer *drm_mode_config_fb(struct drm_crtc *crtc)
309 struct drm_framebuffer *fb;
575 struct drm_framebuffer *fb = fb_helper->fb;
678 struct drm_framebuffer *fb = fb_helper->fb;
1009 struct drm_framebuffer *fb = fb_helper->fb; in drm_fb_helper_fill_var()
H A Ddrm_crtc_helper.c388 struct drm_framebuffer *old_fb) in drm_crtc_helper_set_mode()
555 struct drm_framebuffer *old_fb = NULL; in drm_crtc_helper_set_config()
901 int drm_helper_mode_fill_fb_struct(struct drm_framebuffer *fb, in drm_helper_mode_fill_fb_struct()
/freebsd-14.2/sys/arm/nvidia/drm2/
H A Dtegra_drm.h47 struct drm_framebuffer drm_fb;
112 struct drm_mode_fb_cmd2 *cmd, struct drm_framebuffer **fb_res);
H A Dtegra_fb.c44 fb_destroy(struct drm_framebuffer *drm_fb) in fb_destroy()
62 fb_create_handle(struct drm_framebuffer *drm_fb, struct drm_file *file, in fb_create_handle()
75 fb_dirty(struct drm_framebuffer *fb, struct drm_file *file_priv, in fb_dirty()
269 struct drm_mode_fb_cmd2 *cmd, struct drm_framebuffer **fb_res) in tegra_drm_fb_create()
H A Dtegra_dc.c503 struct drm_framebuffer *drm_fb, in dc_plane_update()
640 struct drm_framebuffer *old_fb) in dc_crtc_mode_set()
714 struct drm_framebuffer *old_fb) in dc_crtc_mode_set_base()
937 dc_page_flip(struct drm_crtc *drm_crtc, struct drm_framebuffer *drm_fb, in dc_page_flip()