Searched refs:cfb_imageblit (Results 1 – 25 of 112) sorted by relevance
12345
/Linux-v5.15/drivers/video/fbdev/mb862xx/ |
D | mb862xxfb_accel.c | 238 cfb_imageblit(info, image); in mb86290fb_imageblit() 244 return cfb_imageblit(info, image); in mb86290fb_imageblit() 311 fbops->fb_imageblit = cfb_imageblit; in mb862xxfb_init_accel()
|
/Linux-v5.15/drivers/video/fbdev/ |
D | maxinefb.c | 113 .fb_imageblit = cfb_imageblit,
|
D | q40fb.c | 82 .fb_imageblit = cfb_imageblit,
|
D | sunxvr500.c | 156 cfb_imageblit(info, image); in e3d_imageblit() 158 cfb_imageblit(info, image); in e3d_imageblit()
|
D | g364fb.c | 120 .fb_imageblit = cfb_imageblit,
|
D | sunxvr1000.c | 67 .fb_imageblit = cfb_imageblit,
|
D | fm2fb.c | 174 .fb_imageblit = cfb_imageblit,
|
D | sunxvr2500.c | 71 .fb_imageblit = cfb_imageblit,
|
D | pmag-ba-fb.c | 125 .fb_imageblit = cfb_imageblit,
|
D | dnfb.c | 116 .fb_imageblit = cfb_imageblit,
|
D | pmag-aa-fb.c | 155 .fb_imageblit = cfb_imageblit,
|
D | p9100.c | 46 .fb_imageblit = cfb_imageblit,
|
D | bw2.c | 45 .fb_imageblit = cfb_imageblit,
|
D | hpfb.c | 193 .fb_imageblit = cfb_imageblit,
|
D | chipsfb.c | 90 .fb_imageblit = cfb_imageblit,
|
D | 68328fb.c | 106 .fb_imageblit = cfb_imageblit,
|
D | xilinxfb.c | 258 .fb_imageblit = cfb_imageblit,
|
D | goldfishfb.c | 172 .fb_imageblit = cfb_imageblit,
|
/Linux-v5.15/drivers/video/fbdev/core/ |
D | cfbimgblt.c | 265 void cfb_imageblit(struct fb_info *p, const struct fb_image *image) in cfb_imageblit() function 308 EXPORT_SYMBOL(cfb_imageblit);
|
/Linux-v5.15/drivers/video/fbdev/savage/ |
D | savagefb_accel.c | 103 cfb_imageblit(info, image); in savagefb_imageblit()
|
/Linux-v5.15/samples/vfio-mdev/ |
D | mdpy-fb.c | 95 .fb_imageblit = cfb_imageblit,
|
/Linux-v5.15/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-v5.15/drivers/video/fbdev/aty/ |
D | radeon_accel.c | 180 cfb_imageblit(info, image); in radeonfb_imageblit()
|
/Linux-v5.15/drivers/media/test-drivers/vivid/ |
D | vivid-osd.c | 254 .fb_imageblit = cfb_imageblit,
|
/Linux-v5.15/drivers/video/fbdev/i810/ |
D | i810_accel.c | 374 cfb_imageblit(info, image); in i810fb_imageblit()
|
12345