/Linux-v5.10/drivers/video/fbdev/core/ |
D | sysimgblt.c | 112 void *dst1, u32 fgcolor, u32 bgcolor, in slow_imageblit() argument 124 fgcolor <<= FB_LEFT_POS(p, bpp); in slow_imageblit() 144 color = (*s & (1 << l)) ? fgcolor : bgcolor; in slow_imageblit() 187 void *dst1, u32 fgcolor, u32 bgcolor) in fast_imageblit() argument 189 u32 fgx = fgcolor, bgx = bgcolor, bpp = p->var.bits_per_pixel; in fast_imageblit() 213 fgx |= fgcolor; in fast_imageblit() 242 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; in sys_imageblit() local 265 fgcolor = ((u32*)(p->pseudo_palette))[image->fg_color]; in sys_imageblit() 268 fgcolor = image->fg_color; in sys_imageblit() 275 fast_imageblit(image, p, dst1, fgcolor, bgcolor); in sys_imageblit() [all …]
|
D | cfbimgblt.c | 138 u8 __iomem *dst1, u32 fgcolor, in slow_imageblit() argument 153 fgcolor <<= FB_LEFT_POS(p, bpp); in slow_imageblit() 173 color = (*s & (1 << l)) ? fgcolor : bgcolor; in slow_imageblit() 216 u8 __iomem *dst1, u32 fgcolor, in fast_imageblit() argument 219 u32 fgx = fgcolor, bgx = bgcolor, bpp = p->var.bits_per_pixel; in fast_imageblit() 243 fgx |= fgcolor; in fast_imageblit() 267 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; in cfb_imageblit() local 290 fgcolor = ((u32*)(p->pseudo_palette))[image->fg_color]; in cfb_imageblit() 293 fgcolor = image->fg_color; in cfb_imageblit() 300 fast_imageblit(image, p, dst1, fgcolor, bgcolor); in cfb_imageblit() [all …]
|
/Linux-v5.10/drivers/video/fbdev/ |
D | atafb.h | 11 const u8 *data, u32 bgcolor, u32 fgcolor); 19 const u8 *data, u32 bgcolor, u32 fgcolor); 27 const u8 *data, u32 bgcolor, u32 fgcolor); 35 const u8 *data, u32 bgcolor, u32 fgcolor);
|
D | atafb_iplan2p2.c | 240 const u8 *data, u32 bgcolor, u32 fgcolor) in atafb_iplan2p2_linefill() argument 249 fill8_2col((u8 *)dest + 1, fgcolor, bgcolor, *data++); in atafb_iplan2p2_linefill() 256 expand16_2col2mask(fgcolor, bgcolor, fgm, bgm); in atafb_iplan2p2_linefill() 269 fill8_2col((u8 *)dest, fgcolor, bgcolor, *data); in atafb_iplan2p2_linefill()
|
D | atafb_iplan2p4.c | 254 const u8 *data, u32 bgcolor, u32 fgcolor) in atafb_iplan2p4_linefill() argument 263 fill8_2col((u8 *)dest + 1, fgcolor, bgcolor, *data++); in atafb_iplan2p4_linefill() 270 expand16_2col2mask(fgcolor, bgcolor, fgm, bgm); in atafb_iplan2p4_linefill() 284 fill8_2col((u8 *)dest, fgcolor, bgcolor, *data); in atafb_iplan2p4_linefill()
|
D | atafb_iplan2p8.c | 289 const u8 *data, u32 bgcolor, u32 fgcolor) in atafb_iplan2p8_linefill() argument 298 fill8_2col((u8 *)dest + 1, fgcolor, bgcolor, *data++); in atafb_iplan2p8_linefill() 305 expand16_2col2mask(fgcolor, bgcolor, fgm, bgm); in atafb_iplan2p8_linefill() 321 fill8_2col((u8 *)dest, fgcolor, bgcolor, *data); in atafb_iplan2p8_linefill()
|
D | tgafb.c | 623 u32 fgcolor, bgcolor, dx, dy, width, height, vxres, vyres, pixelmask; local 658 fgcolor = image->fg_color; 661 fgcolor |= fgcolor << 8; 662 fgcolor |= fgcolor << 16; 666 if (fgcolor < 16) 667 fgcolor = ((u32 *)info->pseudo_palette)[fgcolor]; 671 __raw_writel(fgcolor, regs_base + TGA_FOREGROUND_REG);
|
D | atafb_mfb.c | 78 const u8 *data, u32 bgcolor, u32 fgcolor) in atafb_mfb_linefill() argument
|
D | amifb.c | 3312 const u8 *data, u32 bgcolor, u32 fgcolor) in expand_one_line() argument 3320 if ((bgcolor ^ fgcolor) & 1) { in expand_one_line() 3324 if (fgcolor & 1) in expand_one_line() 3330 bitfill32(dst, dst_idx, fgcolor & 1 ? ~0 : 0, n); in expand_one_line() 3334 fgcolor >>= 1; in expand_one_line()
|
/Linux-v5.10/drivers/video/fbdev/mb862xx/ |
D | mb862xxfb_accel.c | 72 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit1() argument 86 cmd[3] = fgcolor; in mb86290fb_imageblit1() 121 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit8() argument 160 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit16() argument 191 u32 fgcolor = 0, bgcolor = 0; in mb86290fb_imageblit() local 214 fgcolor = in mb86290fb_imageblit() 219 fgcolor = image->fg_color; in mb86290fb_imageblit() 245 cmdfn(cmd, step, dx, dy, width, height, fgcolor, bgcolor, image, info); in mb86290fb_imageblit()
|
/Linux-v5.10/drivers/video/fbdev/intelfb/ |
D | intelfbdrv.c | 1511 u32 fgcolor, bgcolor; in intelfb_imageblit() local 1524 fgcolor = dinfo->pseudo_palette[image->fg_color]; in intelfb_imageblit() 1527 fgcolor = image->fg_color; in intelfb_imageblit() 1531 if (!intelfbhw_do_drawglyph(dinfo, fgcolor, bgcolor, image->width, in intelfb_imageblit()
|