Searched refs:sys_imageblit (Results 1 – 7 of 7) sorted by relevance
288 void sys_imageblit(struct fb_info *p, const struct fb_image *image) in sys_imageblit() function334 EXPORT_SYMBOL(sys_imageblit);
96 Include the sys_imageblit function for generic software image
574 extern void sys_imageblit(struct fb_info *info, const struct fb_image *image);587 .fb_imageblit = sys_imageblit600 .fb_imageblit = sys_imageblit
256 .fb_imageblit = sys_imageblit,
249 .fb_imageblit = sys_imageblit,
1674 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