Searched refs:fast_imageblit (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
D | cfbimgblt.c | 215 static inline void fast_imageblit(const struct fb_image *image, struct fb_info *p, in fast_imageblit() function 300 fast_imageblit(image, p, dst1, fgcolor, bgcolor); in cfb_imageblit()
|
D | sysimgblt.c | 186 static void fast_imageblit(const struct fb_image *image, struct fb_info *p, in fast_imageblit() function 323 fast_imageblit(image, p, dst1, fgcolor, bgcolor); in sys_imageblit()
|
D | fbcon.c | 1984 int fast_imageblit = (cap & FBINFO_HWACCEL_IMAGEBLIT) && in updatescrollmode_accel() local 1995 if (reading_fast || (fast_copyarea && !fast_imageblit)) in updatescrollmode_accel()
|