Searched refs:cfb_imageblit (Results 1 – 25 of 61) sorted by relevance
123
/Linux-v6.6/drivers/video/fbdev/mb862xx/ |
D | mb862xxfb_accel.c | 236 cfb_imageblit(info, image); in mb86290fb_imageblit() 242 return cfb_imageblit(info, image); in mb86290fb_imageblit() 309 fbops->fb_imageblit = cfb_imageblit; in mb862xxfb_init_accel()
|
/Linux-v6.6/drivers/video/fbdev/ |
D | sunxvr500.c | 157 cfb_imageblit(info, image); in e3d_imageblit() 159 cfb_imageblit(info, image); in e3d_imageblit()
|
D | dnfb.c | 116 .fb_imageblit = cfb_imageblit,
|
D | bw2.c | 46 .fb_imageblit = cfb_imageblit,
|
D | p9100.c | 47 .fb_imageblit = cfb_imageblit,
|
D | hpfb.c | 193 .fb_imageblit = cfb_imageblit,
|
D | cg3.c | 49 .fb_imageblit = cfb_imageblit,
|
D | 68328fb.c | 104 .fb_imageblit = cfb_imageblit,
|
D | tcx.c | 51 .fb_imageblit = cfb_imageblit,
|
D | hitfb.c | 339 .fb_imageblit = cfb_imageblit,
|
D | neofb.c | 1450 cfb_imageblit(info, image); in neo2200_imageblit() 1459 cfb_imageblit(info, image); in neo2200_imageblit() 1535 cfb_imageblit(info, image); in neofb_imageblit()
|
D | au1100fb.c | 359 .fb_imageblit = cfb_imageblit,
|
D | cg14.c | 49 .fb_imageblit = cfb_imageblit,
|
D | ep93xx-fb.c | 412 .fb_imageblit = cfb_imageblit,
|
D | leo.c | 50 .fb_imageblit = cfb_imageblit,
|
/Linux-v6.6/drivers/video/fbdev/core/ |
D | cfbimgblt.c | 318 void cfb_imageblit(struct fb_info *p, const struct fb_image *image) in cfb_imageblit() function 361 EXPORT_SYMBOL(cfb_imageblit);
|
D | Kconfig | 64 Include the cfb_imageblit function for generic software image
|
/Linux-v6.6/drivers/video/fbdev/savage/ |
D | savagefb_accel.c | 103 cfb_imageblit(info, image); in savagefb_imageblit()
|
/Linux-v6.6/drivers/video/fbdev/matrox/ |
D | matroxfb_accel.c | 124 minfo->fbops.fb_imageblit = cfb_imageblit; in matrox_cfbX_init() 516 cfb_imageblit(info, image); in matroxfb_imageblit()
|
/Linux-v6.6/include/linux/ |
D | fb.h | 534 extern void cfb_imageblit(struct fb_info *info, const struct fb_image *image); 547 .fb_imageblit = cfb_imageblit
|
/Linux-v6.6/drivers/video/fbdev/aty/ |
D | radeon_accel.c | 180 cfb_imageblit(info, image); in radeonfb_imageblit()
|
D | mach64_accel.c | 299 cfb_imageblit(info, image); in atyfb_imageblit()
|
/Linux-v6.6/drivers/video/fbdev/i810/ |
D | i810_accel.c | 374 cfb_imageblit(info, image); in i810fb_imageblit()
|
/Linux-v6.6/drivers/video/fbdev/nvidia/ |
D | nv_accel.c | 417 cfb_imageblit(info, image); in nvidiafb_imageblit()
|
/Linux-v6.6/drivers/staging/sm750fb/ |
D | sm750.c | 256 cfb_imageblit(info, image); in lynxfb_ops_imageblit() 673 .fb_imageblit = cfb_imageblit,
|
123