Home
last modified time | relevance | path

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

1234

/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_framebuffer.h38 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,
119 struct drm_framebuffer { struct
218 #define obj_to_fb(x) container_of(x, struct drm_framebuffer, base) argument
221 struct drm_framebuffer *fb,
223 struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev,
226 void drm_framebuffer_remove(struct drm_framebuffer *fb);
227 void drm_framebuffer_cleanup(struct drm_framebuffer *fb);
[all …]
H A Ddrm_gem_framebuffer_helper.h9 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 *
H A Ddrm_modeset_helper.h31 struct drm_framebuffer;
37 struct drm_framebuffer *fb,
H A Ddrm_plane.h67 struct drm_framebuffer *fb;
286 struct drm_crtc *crtc, struct drm_framebuffer *fb,
643 struct drm_framebuffer *fb;
651 struct drm_framebuffer *old_fb;
H A Ddrm_atomic_uapi.h43 struct drm_framebuffer;
55 struct drm_framebuffer *fb);
H A Ddrm_modeset_helper_vtables.h210 struct drm_framebuffer *old_fb);
253 struct drm_framebuffer *old_fb);
270 struct drm_framebuffer *fb, int x, int y,
H A Ddrm_atomic_helper.h114 struct drm_framebuffer *fb,
138 struct drm_framebuffer *fb,
144 struct drm_framebuffer *fb,
H A Ddrm_crtc.h569 struct drm_framebuffer *fb,
588 struct drm_framebuffer *fb,
1134 struct drm_framebuffer *fb;
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_framebuffer.c83 const struct drm_framebuffer *fb) in drm_framebuffer_check_src_coords()
295 struct drm_framebuffer *
301 struct drm_framebuffer *fb; in drm_internal_framebuffer_create()
359 struct drm_framebuffer *fb; in drm_mode_addfb2()
413 struct drm_framebuffer *fb = in drm_mode_rmfb_work_fn()
437 struct drm_framebuffer *fb = NULL; in drm_mode_rmfb()
438 struct drm_framebuffer *fbl = NULL; in drm_mode_rmfb()
515 struct drm_framebuffer *fb; in drm_mode_getfb()
586 struct drm_framebuffer *fb; in drm_mode_dirtyfb_ioctl()
661 struct drm_framebuffer *fb, *tfb; in drm_fb_release()
[all …]
H A Ddrm_crtc_internal.h50 struct drm_framebuffer;
70 const struct drm_framebuffer *fb);
194 struct drm_framebuffer *
201 const struct drm_framebuffer *fb);
H A Ddrm_plane_helper.c106 struct drm_framebuffer *fb, in drm_plane_helper_check_update()
153 struct drm_framebuffer *fb, in drm_primary_helper_update()
/netbsd-src/sys/external/bsd/drm2/include/drm/
H A Ddrm_writeback.h40 struct drm_framebuffer;
48 struct drm_framebuffer *fb;
59 struct drm_framebuffer *);
H A Ddrm_client.h43 struct drm_framebuffer *fb;
56 struct drm_framebuffer *fb;
/netbsd-src/sys/external/bsd/drm2/drm/
H A Ddrm_gem_framebuffer_helper.c58 drm_gem_fb_destroy(struct drm_framebuffer *fb) in drm_gem_fb_destroy()
78 drm_gem_fb_create_handle(struct drm_framebuffer *fb, struct drm_file *file, in drm_gem_fb_create_handle()
97 struct drm_framebuffer *
102 struct drm_framebuffer *fb; in drm_gem_fb_create_with_funcs()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_display.h14 struct drm_framebuffer base;
25 nouveau_framebuffer(struct drm_framebuffer *fb) in nouveau_framebuffer()
79 struct drm_framebuffer *
/netbsd-src/sys/arch/arm/ti/
H A Dti_lcdc.c100 tilcdc_mode_do_set_base(struct drm_crtc *crtc, struct drm_framebuffer *fb, in tilcdc_mode_do_set_base()
156 struct drm_framebuffer *old_fb) in tilcdc_mode_set()
236 struct drm_framebuffer *old_fb) in tilcdc_mode_set_base()
244 tilcdc_mode_set_base_atomic(struct drm_crtc *crtc, struct drm_framebuffer *fb, in tilcdc_mode_set_base_atomic()
486 tilcdc_fb_create_handle(struct drm_framebuffer *fb, in tilcdc_fb_create_handle()
495 tilcdc_fb_destroy(struct drm_framebuffer *fb) in tilcdc_fb_destroy()
509 static struct drm_framebuffer *
553 struct drm_framebuffer *fb = helper->fb; in tilcdc_fb_probe()
/netbsd-src/sys/arch/arm/nvidia/
H A Dtegra_drm_mode.c54 static struct drm_framebuffer *tegra_fb_create(struct drm_device *,
61 static int tegra_framebuffer_create_handle(struct drm_framebuffer *,
63 static void tegra_framebuffer_destroy(struct drm_framebuffer *);
90 int, int, struct drm_framebuffer *);
92 int, int, struct drm_framebuffer *);
94 struct drm_framebuffer *, int, int, enum mode_set_atomic);
100 struct drm_framebuffer *, int, int, int);
219 static struct drm_framebuffer *
257 tegra_framebuffer_create_handle(struct drm_framebuffer *fb, in tegra_framebuffer_create_handle()
266 tegra_framebuffer_destroy(struct drm_framebuffer *fb) in tegra_framebuffer_destroy()
[all …]
H A Dtegra_drm_fb.c40 static int tegra_fb_init(struct drm_device *, struct drm_framebuffer *,
121 tegra_fb_init(struct drm_device *ddev, struct drm_framebuffer *fb, in tegra_fb_init()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_sprite.c228 const struct drm_framebuffer *fb = plane_state->hw.fb; in intel_plane_check_stride()
259 const struct drm_framebuffer *fb = plane_state->hw.fb; in intel_plane_check_src_coordinates()
316 const struct drm_framebuffer *fb = plane_state->hw.fb; in skl_plane_ratio()
383 const struct drm_framebuffer *fb = plane_state->hw.fb; in skl_program_scaler()
570 const struct drm_framebuffer *fb = plane_state->hw.fb; in skl_program_plane()
729 const struct drm_framebuffer *fb = plane_state->hw.fb; in chv_update_csc()
788 const struct drm_framebuffer *fb = plane_state->hw.fb; in vlv_update_clrc()
828 const struct drm_framebuffer *fb = plane_state->hw.fb; in vlv_plane_ratio()
914 const struct drm_framebuffer *fb = plane_state->hw.fb; in vlv_sprite_ctl()
991 const struct drm_framebuffer *fb = plane_state->hw.fb; in vlv_update_gamma()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/xen/
H A Dxen_drm_front_kms.c41 static void fb_destroy(struct drm_framebuffer *fb) in fb_destroy()
58 static struct drm_framebuffer *
63 struct drm_framebuffer *fb; in fb_create()
116 struct drm_framebuffer *fb = plane_state->fb; in display_enable()
H A Dxen_drm_front.h24 struct drm_framebuffer;
134 static inline u64 xen_drm_front_fb_to_cookie(struct drm_framebuffer *fb) in xen_drm_front_fb_to_cookie()
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_mode.h848 struct drm_framebuffer *old_fb);
850 struct drm_framebuffer *fb,
857 struct drm_framebuffer *old_fb);
861 struct drm_framebuffer *old_fb);
863 struct drm_framebuffer *fb,
867 struct drm_framebuffer *fb,
930 struct drm_framebuffer *rfb,
934 int radeonfb_remove(struct drm_device *dev, struct drm_framebuffer *fb);
H A Dradeon_legacy_crtc.c366 struct drm_framebuffer *old_fb) in radeon_crtc_set_base()
372 struct drm_framebuffer *fb, in radeon_crtc_set_base_atomic()
379 struct drm_framebuffer *fb, in radeon_crtc_do_set_base()
385 struct drm_framebuffer *target_fb; in radeon_crtc_do_set_base()
594 const struct drm_framebuffer *fb = crtc->primary->fb; in radeon_set_crtc_timing()
1054 int x, int y, struct drm_framebuffer *old_fb) in radeon_crtc_mode_set()
/netbsd-src/sys/arch/arm/rockchip/
H A Drk_drm.c237 rk_drm_fb_create_handle(struct drm_framebuffer *fb, in rk_drm_fb_create_handle()
246 rk_drm_fb_destroy(struct drm_framebuffer *fb) in rk_drm_fb_destroy()
260 static struct drm_framebuffer *
309 struct drm_framebuffer *fb = helper->fb; in rk_drm_fb_probe()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
H A Dnouveau_dispnv04_crtc.c54 struct drm_framebuffer *old_fb);
242 struct drm_framebuffer *fb = crtc->primary->fb; in nv_crtc_mode_set_vga()
468 const struct drm_framebuffer *fb = crtc->primary->fb; in nv_crtc_mode_set_regs()
610 nv_crtc_swap_fbs(struct drm_crtc *crtc, struct drm_framebuffer *old_fb) in nv_crtc_swap_fbs()
638 int x, int y, struct drm_framebuffer *old_fb) in nv_crtc_mode_set()
823 struct drm_framebuffer *passed_fb, in nv04_crtc_do_mode_set_base()
830 struct drm_framebuffer *drm_fb; in nv04_crtc_do_mode_set_base()
903 struct drm_framebuffer *old_fb) in nv04_crtc_mode_set_base()
913 struct drm_framebuffer *fb, in nv04_crtc_mode_set_base_atomic()
1144 nv04_crtc_page_flip(struct drm_crtc *crtc, struct drm_framebuffer *fb, in nv04_crtc_page_flip()

1234