Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
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;
620 struct drm_crtc *crtc, struct drm_framebuffer *fb,
660 struct drm_framebuffer *fb;
691 struct drm_framebuffer *fb;
[all …]
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_fb_helper.h65 struct drm_framebuffer *fb;
66 struct drm_framebuffer *saved_fb;
H A Ddrm_crtc.c279 int drm_framebuffer_init(struct drm_device *dev, struct drm_framebuffer *fb, in drm_framebuffer_init()
299 static void drm_framebuffer_free(struct drm_framebuffer *fb) in drm_framebuffer_free()
310 void drm_framebuffer_unreference(struct drm_framebuffer *fb) in drm_framebuffer_unreference()
324 void drm_framebuffer_reference(struct drm_framebuffer *fb) in drm_framebuffer_reference()
341 void drm_framebuffer_cleanup(struct drm_framebuffer *fb) in drm_framebuffer_cleanup()
367 void drm_framebuffer_remove(struct drm_framebuffer *fb) in drm_framebuffer_remove()
1058 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()
[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/sys/arm/nvidia/drm2/
H A Dtegra_fb.c43 fb_destroy(struct drm_framebuffer *drm_fb) in fb_destroy()
61 fb_create_handle(struct drm_framebuffer *drm_fb, struct drm_file *file, in fb_create_handle()
74 fb_dirty(struct drm_framebuffer *fb, struct drm_file *file_priv, in fb_dirty()
268 struct drm_mode_fb_cmd2 *cmd, struct drm_framebuffer **fb_res) in tegra_drm_fb_create()
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_dc.c502 struct drm_framebuffer *drm_fb, in dc_plane_update()
639 struct drm_framebuffer *old_fb) in dc_crtc_mode_set()
713 struct drm_framebuffer *old_fb) in dc_crtc_mode_set_base()
936 dc_page_flip(struct drm_crtc *drm_crtc, struct drm_framebuffer *drm_fb, in dc_page_flip()