Home
last modified time | relevance | path

Searched refs:sys_imageblit (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/video/fbdev/core/
H A Dsysimgblt.c19 void sys_imageblit(struct fb_info *p, const struct fb_image *image) in sys_imageblit() function
26 EXPORT_SYMBOL(sys_imageblit);
H A DKconfig81 Include the sys_imageblit function for generic software image
/linux/include/linux/
H A Dfb.h579 extern void sys_imageblit(struct fb_info *info, const struct fb_image *image);
592 .fb_imageblit = sys_imageblit
605 .fb_imageblit = sys_imageblit
/linux/drivers/video/fbdev/
H A Dwm8505fb.c256 .fb_imageblit = sys_imageblit,
H A Dvt8500lcdfb.c249 .fb_imageblit = sys_imageblit,
H A Dsh_mobile_lcdcfb.c1670 sys_imageblit(info, image); in sh_mobile_lcdc_imageblit()
/linux/Documentation/gpu/
H A Dtodo.rst264 On at least x86-64, sys_imageblit() is significantly slower than
267 uses movl instructions, while sys_imageblit apparently does not. This