Home
last modified time | relevance | path

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

123456789

/kernel/linux/linux-5.10/include/drm/
Ddrm_framebuffer.h36 struct drm_framebuffer;
53 void (*destroy)(struct drm_framebuffer *framebuffer);
73 int (*create_handle)(struct drm_framebuffer *fb,
97 int (*dirty)(struct drm_framebuffer *framebuffer,
117 struct drm_framebuffer { struct
216 #define obj_to_fb(x) container_of(x, struct drm_framebuffer, base) argument
219 struct drm_framebuffer *fb,
221 struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev,
224 void drm_framebuffer_remove(struct drm_framebuffer *fb);
225 void drm_framebuffer_cleanup(struct drm_framebuffer *fb);
[all …]
Ddrm_format_helper.h9 struct drm_framebuffer;
12 void drm_fb_memcpy(void *dst, void *vaddr, struct drm_framebuffer *fb,
15 struct drm_framebuffer *fb,
17 void drm_fb_swab(void *dst, void *src, struct drm_framebuffer *fb,
20 struct drm_framebuffer *fb,
23 void *vaddr, struct drm_framebuffer *fb,
26 void *vaddr, struct drm_framebuffer *fb,
28 void drm_fb_xrgb8888_to_gray8(u8 *dst, void *vaddr, struct drm_framebuffer *fb,
Ddrm_gem_framebuffer_helper.h8 struct drm_framebuffer;
18 struct drm_gem_object *drm_gem_fb_get_obj(struct drm_framebuffer *fb,
20 void drm_gem_fb_destroy(struct drm_framebuffer *fb);
21 int drm_gem_fb_create_handle(struct drm_framebuffer *fb, struct drm_file *file,
25 struct drm_framebuffer *fb,
29 struct drm_framebuffer *
33 struct drm_framebuffer *
36 struct drm_framebuffer *
Ddrm_fb_cma_helper.h7 struct drm_framebuffer;
10 struct drm_gem_cma_object *drm_fb_cma_get_gem_obj(struct drm_framebuffer *fb,
13 dma_addr_t drm_fb_cma_get_gem_addr(struct drm_framebuffer *fb,
Ddrm_modeset_helper.h29 struct drm_framebuffer;
35 struct drm_framebuffer *fb,
Ddrm_atomic_uapi.h39 struct drm_framebuffer;
51 struct drm_framebuffer *fb);
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
Domap_fb.h15 struct drm_framebuffer;
22 struct drm_framebuffer *omap_framebuffer_create(struct drm_device *dev,
24 struct drm_framebuffer *omap_framebuffer_init(struct drm_device *dev,
26 int omap_framebuffer_pin(struct drm_framebuffer *fb);
27 void omap_framebuffer_unpin(struct drm_framebuffer *fb);
28 void omap_framebuffer_update_scanout(struct drm_framebuffer *fb,
30 bool omap_framebuffer_supports_rotation(struct drm_framebuffer *fb);
31 void omap_framebuffer_describe(struct drm_framebuffer *fb, struct seq_file *m);
Domap_fb.c50 struct drm_framebuffer base;
58 static int omap_framebuffer_dirty(struct drm_framebuffer *fb, in omap_framebuffer_dirty()
82 static u32 get_linear_addr(struct drm_framebuffer *fb, in get_linear_addr()
96 bool omap_framebuffer_supports_rotation(struct drm_framebuffer *fb) in omap_framebuffer_supports_rotation()
133 void omap_framebuffer_update_scanout(struct drm_framebuffer *fb, in omap_framebuffer_update_scanout()
224 int omap_framebuffer_pin(struct drm_framebuffer *fb) in omap_framebuffer_pin()
264 void omap_framebuffer_unpin(struct drm_framebuffer *fb) in omap_framebuffer_unpin()
288 void omap_framebuffer_describe(struct drm_framebuffer *fb, struct seq_file *m) in omap_framebuffer_describe()
303 struct drm_framebuffer *omap_framebuffer_create(struct drm_device *dev, in omap_framebuffer_create()
310 struct drm_framebuffer *fb; in omap_framebuffer_create()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
Dmsm_fb.c19 struct drm_framebuffer base;
24 static struct drm_framebuffer *msm_framebuffer_init(struct drm_device *dev,
34 void msm_framebuffer_describe(struct drm_framebuffer *fb, struct seq_file *m) in msm_framebuffer_describe()
55 int msm_framebuffer_prepare(struct drm_framebuffer *fb, in msm_framebuffer_prepare()
71 void msm_framebuffer_cleanup(struct drm_framebuffer *fb, in msm_framebuffer_cleanup()
80 uint32_t msm_framebuffer_iova(struct drm_framebuffer *fb, in msm_framebuffer_iova()
88 struct drm_gem_object *msm_framebuffer_bo(struct drm_framebuffer *fb, int plane) in msm_framebuffer_bo()
93 const struct msm_format *msm_framebuffer_format(struct drm_framebuffer *fb) in msm_framebuffer_format()
99 struct drm_framebuffer *msm_framebuffer_create(struct drm_device *dev, in msm_framebuffer_create()
105 struct drm_framebuffer *fb; in msm_framebuffer_create()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/
Dtest-drm_damage_helper.c80 struct drm_framebuffer fb = { in igt_damage_iter_no_damage()
111 struct drm_framebuffer fb = { in igt_damage_iter_no_damage_fractional_src()
144 struct drm_framebuffer fb = { in igt_damage_iter_no_damage_src_moved()
176 struct drm_framebuffer fb = { in igt_damage_iter_no_damage_fractional_src_moved()
209 struct drm_framebuffer fb = { in igt_damage_iter_no_damage_not_visible()
238 struct drm_framebuffer fb = { in igt_damage_iter_no_damage_no_crtc()
291 struct drm_framebuffer fb = { in igt_damage_iter_simple_damage()
327 struct drm_framebuffer fb = { in igt_damage_iter_single_damage()
362 struct drm_framebuffer fb = { in igt_damage_iter_single_damage_intersect_src()
398 struct drm_framebuffer fb = { in igt_damage_iter_single_damage_outside_src()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/
Drcar_du_vsp.h15 struct drm_framebuffer;
65 int rcar_du_vsp_map_fb(struct rcar_du_vsp *vsp, struct drm_framebuffer *fb,
67 void rcar_du_vsp_unmap_fb(struct rcar_du_vsp *vsp, struct drm_framebuffer *fb,
81 struct drm_framebuffer *fb, in rcar_du_vsp_map_fb()
87 struct drm_framebuffer *fb, in rcar_du_vsp_unmap_fb()
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_framebuffer.c78 const struct drm_framebuffer *fb) in drm_framebuffer_check_src_coords()
289 struct drm_framebuffer *
295 struct drm_framebuffer *fb; in drm_internal_framebuffer_create()
353 struct drm_framebuffer *fb; in drm_mode_addfb2()
407 struct drm_framebuffer *fb = in drm_mode_rmfb_work_fn()
431 struct drm_framebuffer *fb = NULL; in drm_mode_rmfb()
432 struct drm_framebuffer *fbl = NULL; in drm_mode_rmfb()
509 struct drm_framebuffer *fb; in drm_mode_getfb()
571 struct drm_framebuffer *fb; in drm_mode_getfb2_ioctl()
701 struct drm_framebuffer *fb; in drm_mode_dirtyfb_ioctl()
[all …]
Ddrm_gem_framebuffer_helper.c54 struct drm_gem_object *drm_gem_fb_get_obj(struct drm_framebuffer *fb, in drm_gem_fb_get_obj()
66 struct drm_framebuffer *fb, in drm_gem_fb_init()
93 void drm_gem_fb_destroy(struct drm_framebuffer *fb) in drm_gem_fb_destroy()
118 int drm_gem_fb_create_handle(struct drm_framebuffer *fb, struct drm_file *file, in drm_gem_fb_create_handle()
148 struct drm_framebuffer *fb, in drm_gem_fb_init_with_funcs()
214 struct drm_framebuffer *
219 struct drm_framebuffer *fb; in drm_gem_fb_create_with_funcs()
263 struct drm_framebuffer *
301 struct drm_framebuffer *
Ddrm_format_helper.c36 void drm_fb_memcpy(void *dst, void *vaddr, struct drm_framebuffer *fb, in drm_fb_memcpy()
63 struct drm_framebuffer *fb, in drm_fb_memcpy_dstclip()
95 void drm_fb_swab(void *dst, void *src, struct drm_framebuffer *fb, in drm_fb_swab()
170 struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_rgb565()
215 void *vaddr, struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_rgb565_dstclip()
267 void *vaddr, struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_rgb888_dstclip()
308 void drm_fb_xrgb8888_to_gray8(u8 *dst, void *vaddr, struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_gray8()
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
Drockchip_drm_fb.c27 static struct drm_framebuffer *
31 struct drm_framebuffer *fb; in rockchip_fb_alloc()
60 static struct drm_framebuffer *
108 struct drm_framebuffer *
113 struct drm_framebuffer *fb; in rockchip_drm_framebuffer_init()
Drockchip_drm_fb.h10 struct drm_framebuffer *
14 void rockchip_drm_framebuffer_fini(struct drm_framebuffer *fb);
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
Dexynos_drm_fb.c57 struct drm_framebuffer *
63 struct drm_framebuffer *fb; in exynos_drm_framebuffer_init()
95 static struct drm_framebuffer *
101 struct drm_framebuffer *fb; in exynos_user_fb_create()
142 dma_addr_t exynos_drm_fb_dma_addr(struct drm_framebuffer *fb, int index) in exynos_drm_fb_dma_addr()
Dexynos_drm_fb.h15 struct drm_framebuffer *
21 dma_addr_t exynos_drm_fb_dma_addr(struct drm_framebuffer *fb, int index);
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/
Dkomeda_framebuffer.c16 static void komeda_fb_destroy(struct drm_framebuffer *fb) in komeda_fb_destroy()
28 static int komeda_fb_create_handle(struct drm_framebuffer *fb, in komeda_fb_create_handle()
43 struct drm_framebuffer *fb = &kfb->base; in komeda_fb_afbc_size_check()
115 struct drm_framebuffer *fb = &kfb->base; in komeda_fb_none_afbc_size_check()
158 struct drm_framebuffer *
211 const struct drm_framebuffer *fb = &kfb->base; in komeda_fb_check_src_coords()
241 struct drm_framebuffer *fb = &kfb->base; in komeda_fb_get_pixel_addr()
270 struct drm_framebuffer *fb = &kfb->base; in komeda_fb_is_layer_supported()
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
Ddrm.h32 struct drm_framebuffer *fb;
166 struct tegra_bo *tegra_fb_get_plane(struct drm_framebuffer *framebuffer,
168 bool tegra_fb_is_bottom_up(struct drm_framebuffer *framebuffer);
169 int tegra_fb_get_tiling(struct drm_framebuffer *framebuffer,
171 struct drm_framebuffer *tegra_fb_create(struct drm_device *drm,
Dfb.c26 struct tegra_bo *tegra_fb_get_plane(struct drm_framebuffer *framebuffer, in tegra_fb_get_plane()
32 bool tegra_fb_is_bottom_up(struct drm_framebuffer *framebuffer) in tegra_fb_is_bottom_up()
42 int tegra_fb_get_tiling(struct drm_framebuffer *framebuffer, in tegra_fb_get_tiling()
100 static struct drm_framebuffer *tegra_fb_alloc(struct drm_device *drm, in tegra_fb_alloc()
105 struct drm_framebuffer *fb; in tegra_fb_alloc()
129 struct drm_framebuffer *tegra_fb_create(struct drm_device *drm, in tegra_fb_create()
136 struct drm_framebuffer *fb; in tegra_fb_create()
212 struct drm_framebuffer *fb; in tegra_fbdev_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
Dframebuffer.c44 struct drm_framebuffer *fb = fb_helper->fb; in psbfb_setcolreg()
81 struct drm_framebuffer *fb = fb_helper->fb; in psbfb_pan()
102 struct drm_framebuffer *fb = vma->vm_private_data; in psbfb_vm_fault()
149 struct drm_framebuffer *fb = fb_helper->fb; in psbfb_mmap()
210 struct drm_framebuffer *fb, in psb_framebuffer_init()
250 static struct drm_framebuffer *psb_framebuffer_create in psb_framebuffer_create()
255 struct drm_framebuffer *fb; in psb_framebuffer_create()
307 struct drm_framebuffer *fb; in psbfb_create()
433 static struct drm_framebuffer *psb_user_framebuffer_create in psb_user_framebuffer_create()
438 struct drm_framebuffer *fb; in psb_user_framebuffer_create()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
Dnouveau_display.h15 struct drm_framebuffer **pfb);
67 nouveau_framebuffer_get_layout(struct drm_framebuffer *fb, uint32_t *tile_mode,
70 struct drm_framebuffer *
/kernel/linux/linux-5.10/drivers/gpu/drm/armada/
Darmada_fb.h9 struct drm_framebuffer fb;
19 struct drm_framebuffer *armada_fb_create(struct drm_device *dev,
/kernel/linux/linux-5.10/drivers/gpu/drm/tiny/
Dcirrus.c124 static int cirrus_convert_to(struct drm_framebuffer *fb) in cirrus_convert_to()
137 static int cirrus_cpp(struct drm_framebuffer *fb) in cirrus_cpp()
146 static int cirrus_pitch(struct drm_framebuffer *fb) in cirrus_pitch()
184 struct drm_framebuffer *fb) in cirrus_mode_set()
313 static int cirrus_fb_blit_rect(struct drm_framebuffer *fb, in cirrus_fb_blit_rect()
355 static int cirrus_fb_blit_fullscreen(struct drm_framebuffer *fb) in cirrus_fb_blit_fullscreen()
367 struct drm_framebuffer *fb) in cirrus_check_size()
430 struct drm_framebuffer *fb = plane_state->fb; in cirrus_pipe_check()
496 static struct drm_framebuffer*

123456789