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