Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/video/fbdev/core/
Dsysimgblt.c288 void sys_imageblit(struct fb_info *p, const struct fb_image *image) in sys_imageblit() function
334 EXPORT_SYMBOL(sys_imageblit);
DKconfig96 Include the sys_imageblit function for generic software image
/linux-6.12.1/include/linux/
Dfb.h574 extern void sys_imageblit(struct fb_info *info, const struct fb_image *image);
587 .fb_imageblit = sys_imageblit
600 .fb_imageblit = sys_imageblit
/linux-6.12.1/drivers/video/fbdev/
Dwm8505fb.c256 .fb_imageblit = sys_imageblit,
Dvt8500lcdfb.c249 .fb_imageblit = sys_imageblit,
Dsh_mobile_lcdcfb.c1674 sys_imageblit(info, image); in sh_mobile_lcdc_imageblit()
/linux-6.12.1/Documentation/gpu/
Dtodo.rst264 On at least x86-64, sys_imageblit() is significantly slower than
267 uses movl instructions, while sys_imageblit apparently does not. This