Searched refs:sys_imageblit (Results 1 – 7 of 7) sorted by relevance
19 void sys_imageblit(struct fb_info *p, const struct fb_image *image) in sys_imageblit() function 26 EXPORT_SYMBOL(sys_imageblit);
81 Include the sys_imageblit function for generic software image
579 extern void sys_imageblit(struct fb_info *info, const struct fb_image *image);592 .fb_imageblit = sys_imageblit605 .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