Searched refs:sys_imageblit (Results 1 – 7 of 7) sorted by relevance
17 void sys_imageblit(struct fb_info *p, const struct fb_image *image) in sys_imageblit() function24 EXPORT_SYMBOL(sys_imageblit);
96 Include the sys_imageblit function for generic software image
583 extern void sys_imageblit(struct fb_info *info, const struct fb_image *image);596 .fb_imageblit = sys_imageblit609 .fb_imageblit = sys_imageblit
256 .fb_imageblit = sys_imageblit,
249 .fb_imageblit = sys_imageblit,
1670 sys_imageblit(info, image); in sh_mobile_lcdc_imageblit()
264 On at least x86-64, sys_imageblit() is significantly slower than267 uses movl instructions, while sys_imageblit apparently does not. This