Home
last modified time | relevance | path

Searched refs:fast_imageblit (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dsysimgblt.c179 * fast_imageblit - optimized monochrome color expansion
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()
H A Dcfbimgblt.c208 * fast_imageblit - optimized monochrome color expansion
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()
H A Dfbcon.c1984 int fast_imageblit = (cap & FBINFO_HWACCEL_IMAGEBLIT) && in updatescrollmode_accel() local
1995 if (reading_fast || (fast_copyarea && !fast_imageblit)) in updatescrollmode_accel()
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dsysimgblt.c179 * fast_imageblit - optimized monochrome color expansion
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()
H A Dcfbimgblt.c208 * fast_imageblit - optimized monochrome color expansion
215 static inline void fast_imageblit(const struct fb_image *image, struct fb_info *p, in fast_imageblit() function
353 fast_imageblit(image, p, dst1, fgcolor, bgcolor); in cfb_imageblit()
H A Dfbcon.c1954 int fast_imageblit = (cap & FBINFO_HWACCEL_IMAGEBLIT) && in updatescrollmode_accel() local
1965 if (reading_fast || (fast_copyarea && !fast_imageblit)) in updatescrollmode_accel()

Completed in 10 milliseconds