Home
last modified time | relevance | path

Searched refs:fb_copyarea (Results 1 – 25 of 186) sorted by relevance

12345678

/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_fbcon.h51 int nv04_fbcon_copyarea(struct fb_info *info, const struct fb_copyarea *region);
57 int nv50_fbcon_copyarea(struct fb_info *info, const struct fb_copyarea *region);
62 int nvc0_fbcon_copyarea(struct fb_info *info, const struct fb_copyarea *region);
Dnouveau_fbcon.c96 nouveau_fbcon_copyarea(struct fb_info *info, const struct fb_copyarea *image) in nouveau_fbcon_copyarea()
212 .fb_copyarea = nouveau_fbcon_copyarea,
223 .fb_copyarea = drm_fb_helper_cfb_copyarea,
/Linux-v4.19/drivers/video/fbdev/matrox/
Dmatroxfb_accel.c104 static void matroxfb_copyarea(struct fb_info* info, const struct fb_copyarea* area);
108 static void matroxfb_cfb4_copyarea(struct fb_info* info, const struct fb_copyarea* area);
121 minfo->fbops.fb_copyarea = cfb_copyarea; in matrox_cfbX_init()
134 minfo->fbops.fb_copyarea = matroxfb_cfb4_copyarea; in matrox_cfbX_init()
142 minfo->fbops.fb_copyarea = matroxfb_copyarea; in matrox_cfbX_init()
153 minfo->fbops.fb_copyarea = matroxfb_copyarea; in matrox_cfbX_init()
161 minfo->fbops.fb_copyarea = matroxfb_copyarea; in matrox_cfbX_init()
169 minfo->fbops.fb_copyarea = matroxfb_copyarea; in matrox_cfbX_init()
291 static void matroxfb_cfb4_copyarea(struct fb_info* info, const struct fb_copyarea* area) { in matroxfb_cfb4_copyarea()
300 static void matroxfb_copyarea(struct fb_info* info, const struct fb_copyarea* area) { in matroxfb_copyarea()
/Linux-v4.19/drivers/video/fbdev/
Dwmt_ge_rops.h7 const struct fb_copyarea *area);
24 const struct fb_copyarea *area) in wmt_ge_copyarea()
Ddnfb.c108 static void dnfb_copyarea(struct fb_info *info, const struct fb_copyarea *area);
114 .fb_copyarea = dnfb_copyarea,
148 void dnfb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in dnfb_copyarea()
Dhecubafb.c135 const struct fb_copyarea *area) in hecubafb_copyarea()
205 .fb_copyarea = hecubafb_copyarea,
Dskeletonfb.c519 void xxxfb_copyarea(struct fb_info *p, const struct fb_copyarea *area) in xxxfb_copyarea()
649 .fb_copyarea = xxxfb_copyarea, /* Needed !!! */
Dq40fb.c82 .fb_copyarea = cfb_copyarea,
Dmaxinefb.c112 .fb_copyarea = cfb_copyarea,
Dhpfb.c145 static void hpfb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in hpfb_copyarea()
191 .fb_copyarea = hpfb_copyarea,
Dsunxvr500.c176 static void e3d_copyarea(struct fb_info *info, const struct fb_copyarea *area) in e3d_copyarea()
193 .fb_copyarea = e3d_copyarea,
Dfb-puv3.c207 const struct fb_copyarea *area) in unifb_prim_copyarea()
285 static void unifb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in unifb_copyarea()
287 struct fb_copyarea modded; in unifb_copyarea()
658 .fb_copyarea = unifb_copyarea,
/Linux-v4.19/include/drm/
Ddrm_fb_helper.h310 const struct fb_copyarea *area);
317 const struct fb_copyarea *area);
477 const struct fb_copyarea *area) in drm_fb_helper_sys_copyarea()
492 const struct fb_copyarea *area) in drm_fb_helper_cfb_copyarea()
/Linux-v4.19/drivers/video/fbdev/aty/
Dradeon_accel.c99 const struct fb_copyarea *area) in radeonfb_prim_copyarea()
135 void radeonfb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in radeonfb_copyarea()
138 struct fb_copyarea modded; in radeonfb_copyarea()
/Linux-v4.19/drivers/video/fbdev/mb862xx/
Dmb862xxfb_accel.c47 const struct fb_copyarea *area) in mb86290fb_copyarea()
316 info->fbops->fb_copyarea = cfb_copyarea; in mb862xxfb_init_accel()
321 info->fbops->fb_copyarea = mb86290fb_copyarea; in mb862xxfb_init_accel()
/Linux-v4.19/drivers/video/fbdev/i810/
Di810_main.h30 const struct fb_copyarea *region);
/Linux-v4.19/drivers/gpu/drm/gma500/
Daccel_2d.c239 const struct fb_copyarea *a) in psbfb_copyarea_accel()
302 const struct fb_copyarea *region) in psbfb_copyarea()
Dframebuffer.c186 .fb_copyarea = psbfb_copyarea,
197 .fb_copyarea = drm_fb_helper_cfb_copyarea,
208 .fb_copyarea = drm_fb_helper_cfb_copyarea,
/Linux-v4.19/include/linux/
Dfb.h293 void (*fb_copyarea) (struct fb_info *info, const struct fb_copyarea *region); member
618 extern void cfb_copyarea(struct fb_info *info, const struct fb_copyarea *area);
624 extern void sys_copyarea(struct fb_info *info, const struct fb_copyarea *area);
/Linux-v4.19/drivers/gpu/drm/mgag200/
Dmgag200_fb.c108 const struct fb_copyarea *area) in mga_copyarea()
131 .fb_copyarea = mga_copyarea,
/Linux-v4.19/drivers/gpu/drm/ast/
Dast_fb.c133 const struct fb_copyarea *area) in ast_copyarea()
155 .fb_copyarea = ast_copyarea,
/Linux-v4.19/drivers/gpu/drm/cirrus/
Dcirrus_fbdev.c105 const struct fb_copyarea *area) in cirrus_copyarea()
128 .fb_copyarea = cirrus_copyarea,
/Linux-v4.19/drivers/video/fbdev/nvidia/
Dnv_proto.h52 const struct fb_copyarea *region);
/Linux-v4.19/drivers/auxdisplay/
Dcfag12864bfb.c64 .fb_copyarea = sys_copyarea,
/Linux-v4.19/drivers/gpu/drm/virtio/
Dvirtgpu_fb.c184 const struct fb_copyarea *area) in virtio_gpu_3d_copyarea()
209 .fb_copyarea = virtio_gpu_3d_copyarea,

12345678