HomeSort by: relevance | last modified time | path
    Searched refs:drm_framebuffer (Results 1 - 25 of 103) sorted by relevancy

1 2 3 4 5

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_framebuffer.h 1 /* $NetBSD: drm_framebuffer.h,v 1.2 2021/12/18 23:45:46 riastradh Exp $ */
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,
106 * struct drm_framebuffer - frame buffer object
119 struct drm_framebuffer { struct
218 #define obj_to_fb(x) container_of(x, struct drm_framebuffer, base)
221 struct drm_framebuffer *fb,
223 struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev
    [all...]
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 *
drm_modeset_helper.h 31 struct drm_framebuffer;
37 struct drm_framebuffer *fb,
drm_atomic_uapi.h 43 struct drm_framebuffer;
55 struct drm_framebuffer *fb);
drm_crtc_helper.h 54 struct drm_framebuffer *old_fb);
drm_damage_helper.h 72 int drm_atomic_helper_dirtyfb(struct drm_framebuffer *fb,
drm_atomic_helper.h 114 struct drm_framebuffer *fb,
138 struct drm_framebuffer *fb,
144 struct drm_framebuffer *fb,
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,
drm_crtc.h 44 #include <drm/drm_framebuffer.h>
569 struct drm_framebuffer *fb,
588 struct drm_framebuffer *fb,
1134 struct drm_framebuffer *fb;
drm_plane.h 67 struct drm_framebuffer *fb;
286 struct drm_crtc *crtc, struct drm_framebuffer *fb,
572 * input data from a &drm_framebuffer and feed it to a &drm_crtc. Planes control
643 struct drm_framebuffer *fb;
651 struct drm_framebuffer *old_fb;
  /src/sys/external/bsd/drm2/include/drm/
drm_writeback.h 40 struct drm_framebuffer;
48 struct drm_framebuffer *fb;
59 struct drm_framebuffer *);
drm_client.h 43 struct drm_framebuffer *fb;
56 struct drm_framebuffer *fb;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_display.h 11 #include <drm/drm_framebuffer.h>
14 struct drm_framebuffer base;
25 nouveau_framebuffer(struct drm_framebuffer *fb)
79 struct drm_framebuffer *
  /src/sys/external/bsd/drm2/dist/drm/selftests/
Makefile 3 test-drm_format.o test-drm_framebuffer.o \
  /src/sys/external/bsd/drm2/drm/
drm_writeback.c 63 struct drm_framebuffer *fb)
drm_gem_framebuffer_helper.c 40 #include <drm/drm_framebuffer.h>
54 * must guarantee that the struct drm_framebuffer is allocated
58 drm_gem_fb_destroy(struct drm_framebuffer *fb)
78 drm_gem_fb_create_handle(struct drm_framebuffer *fb, struct drm_file *file,
97 struct drm_framebuffer *
102 struct drm_framebuffer *fb;
  /src/sys/external/bsd/drm2/dist/drm/xen/
xen_drm_front.h 24 struct drm_framebuffer;
134 static inline u64 xen_drm_front_fb_to_cookie(struct drm_framebuffer *fb)
  /src/sys/external/bsd/drm2/dist/drm/
drm_framebuffer.c 1 /* $NetBSD: drm_framebuffer.c,v 1.6 2021/12/19 09:47:44 riastradh Exp $ */
26 __KERNEL_RCSID(0, "$NetBSD: drm_framebuffer.c,v 1.6 2021/12/19 09:47:44 riastradh Exp $");
39 #include <drm/drm_framebuffer.h>
64 * Framebuffers are tracked with &struct drm_framebuffer. They are published
74 * when the struct &struct drm_framebuffer is embedded into the fbdev helper
78 * drm_framebuffer.
83 const struct drm_framebuffer *fb)
295 struct drm_framebuffer *
301 struct drm_framebuffer *fb;
359 struct drm_framebuffer *fb
    [all...]
drm_crtc_internal.h 50 struct drm_framebuffer;
70 const struct drm_framebuffer *fb);
193 /* drm_framebuffer.c */
194 struct drm_framebuffer *
201 const struct drm_framebuffer *fb);
drm_plane_helper.c 106 struct drm_framebuffer *fb,
153 struct drm_framebuffer *fb,
  /src/sys/arch/arm/nvidia/
tegra_drm_fb.c 40 static int tegra_fb_init(struct drm_device *, struct drm_framebuffer *,
121 tegra_fb_init(struct drm_device *ddev, struct drm_framebuffer *fb,
  /src/sys/arch/arm/rockchip/
rk_drm.h 76 struct drm_framebuffer base;
  /src/sys/arch/arm/sunxi/
sunxi_drm.h 78 struct drm_framebuffer base;
  /src/sys/arch/arm/ti/
ti_lcdc.c 100 tilcdc_mode_do_set_base(struct drm_crtc *crtc, struct drm_framebuffer *fb,
156 struct drm_framebuffer *old_fb)
236 struct drm_framebuffer *old_fb)
244 tilcdc_mode_set_base_atomic(struct drm_crtc *crtc, struct drm_framebuffer *fb,
486 tilcdc_fb_create_handle(struct drm_framebuffer *fb,
495 tilcdc_fb_destroy(struct drm_framebuffer *fb)
509 static struct drm_framebuffer *
553 struct drm_framebuffer *fb = helper->fb;
ti_lcdc.h 93 struct drm_framebuffer base;

Completed in 31 milliseconds

1 2 3 4 5