Home
last modified time | relevance | path

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

/linux-6.15/drivers/video/fbdev/core/
H A Dsysimgblt.c17 void sys_imageblit(struct fb_info *p, const struct fb_image *image) in sys_imageblit() function
24 EXPORT_SYMBOL(sys_imageblit);
H A DKconfig96 Include the sys_imageblit function for generic software image
/linux-6.15/include/linux/
H A Dfb.h583 extern void sys_imageblit(struct fb_info *info, const struct fb_image *image);
596 .fb_imageblit = sys_imageblit
609 .fb_imageblit = sys_imageblit
/linux-6.15/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-6.15/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