Home
last modified time | relevance | path

Searched refs:fast_imageblit (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/core/
Dsysimgblt.c186 static void fast_imageblit(const struct fb_image *image, struct fb_info *p, in fast_imageblit() function
275 fast_imageblit(image, p, dst1, fgcolor, bgcolor); in sys_imageblit()
Dcfbimgblt.c215 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()
/linux-4.4.14/drivers/video/console/
Dfbcon.c2091 int fast_imageblit = (cap & FBINFO_HWACCEL_IMAGEBLIT) && in updatescrollmode() local
2108 if (reading_fast || (fast_copyarea && !fast_imageblit)) in updatescrollmode()