/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | sysimgblt.c | 112 void *dst1, u32 fgcolor, u32 bgcolor, in slow_imageblit() 125 bgcolor <<= 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() 189 u32 fgx = fgcolor, bgx = bgcolor, bpp = p->var.bits_per_pixel; in fast_imageblit() 220 bgx |= bgcolor; in fast_imageblit() 290 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; in sys_imageblit() local 314 bgcolor = ((u32*)(p->pseudo_palette))[image->bg_color]; in sys_imageblit() 317 bgcolor = image->bg_color; in sys_imageblit() 323 fast_imageblit(image, p, dst1, fgcolor, bgcolor); in sys_imageblit() 111 slow_imageblit(const struct fb_image *image, struct fb_info *p, void *dst1, u32 fgcolor, u32 bgcolor, u32 start_index, u32 pitch_index) slow_imageblit() argument 186 fast_imageblit(const struct fb_image *image, struct fb_info *p, void *dst1, u32 fgcolor, u32 bgcolor) fast_imageblit() argument [all...] |
H A D | cfbimgblt.c | 139 u32 bgcolor, in slow_imageblit() 154 bgcolor <<= FB_LEFT_POS(p, bpp); in slow_imageblit() 173 color = (*s & (1 << l)) ? fgcolor : bgcolor; in slow_imageblit() 217 u32 bgcolor) in fast_imageblit() 219 u32 fgx = fgcolor, bgx = bgcolor, bpp = p->var.bits_per_pixel; in fast_imageblit() 244 bgx |= bgcolor; in fast_imageblit() 267 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; in cfb_imageblit() local 291 bgcolor = ((u32*)(p->pseudo_palette))[image->bg_color]; in cfb_imageblit() 294 bgcolor = image->bg_color; in cfb_imageblit() 300 fast_imageblit(image, p, dst1, fgcolor, bgcolor); in cfb_imageblit() 137 slow_imageblit(const struct fb_image *image, struct fb_info *p, u8 __iomem *dst1, u32 fgcolor, u32 bgcolor, u32 start_index, u32 pitch_index) slow_imageblit() argument 215 fast_imageblit(const struct fb_image *image, struct fb_info *p, u8 __iomem *dst1, u32 fgcolor, u32 bgcolor) fast_imageblit() argument [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | sysimgblt.c | 112 void *dst1, u32 fgcolor, u32 bgcolor, in slow_imageblit() 125 bgcolor <<= 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() 189 u32 fgx = fgcolor, bgx = bgcolor, bpp = p->var.bits_per_pixel; in fast_imageblit() 220 bgx |= bgcolor; in fast_imageblit() 290 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; in sys_imageblit() local 314 bgcolor = ((u32*)(p->pseudo_palette))[image->bg_color]; in sys_imageblit() 317 bgcolor = image->bg_color; in sys_imageblit() 323 fast_imageblit(image, p, dst1, fgcolor, bgcolor); in sys_imageblit() 111 slow_imageblit(const struct fb_image *image, struct fb_info *p, void *dst1, u32 fgcolor, u32 bgcolor, u32 start_index, u32 pitch_index) slow_imageblit() argument 186 fast_imageblit(const struct fb_image *image, struct fb_info *p, void *dst1, u32 fgcolor, u32 bgcolor) fast_imageblit() argument [all...] |
H A D | cfbimgblt.c | 139 u32 bgcolor, in slow_imageblit() 154 bgcolor <<= FB_LEFT_POS(p, bpp); in slow_imageblit() 173 color = (*s & (1 << l)) ? fgcolor : bgcolor; in slow_imageblit() 217 u32 bgcolor) in fast_imageblit() 219 u32 fgx = fgcolor, bgx = bgcolor, bpp = p->var.bits_per_pixel; in fast_imageblit() 250 bgx |= bgcolor; in fast_imageblit() 320 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; in cfb_imageblit() local 344 bgcolor = ((u32*)(p->pseudo_palette))[image->bg_color]; in cfb_imageblit() 347 bgcolor = image->bg_color; in cfb_imageblit() 353 fast_imageblit(image, p, dst1, fgcolor, bgcolor); in cfb_imageblit() 137 slow_imageblit(const struct fb_image *image, struct fb_info *p, u8 __iomem *dst1, u32 fgcolor, u32 bgcolor, u32 start_index, u32 pitch_index) slow_imageblit() argument 215 fast_imageblit(const struct fb_image *image, struct fb_info *p, u8 __iomem *dst1, u32 fgcolor, u32 bgcolor) fast_imageblit() argument [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A 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);
|
H A D | atafb_iplan2p4.c | 254 const u8 *data, u32 bgcolor, u32 fgcolor) in atafb_iplan2p4_linefill() 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() 252 atafb_iplan2p4_linefill(struct fb_info *info, u_long next_line, int dy, int dx, u32 width, const u8 *data, u32 bgcolor, u32 fgcolor) atafb_iplan2p4_linefill() argument
|
H A D | atafb_iplan2p2.c | 240 const u8 *data, u32 bgcolor, u32 fgcolor) in atafb_iplan2p2_linefill() 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() 238 atafb_iplan2p2_linefill(struct fb_info *info, u_long next_line, int dy, int dx, u32 width, const u8 *data, u32 bgcolor, u32 fgcolor) atafb_iplan2p2_linefill() argument
|
H A D | atafb_iplan2p8.c | 289 const u8 *data, u32 bgcolor, u32 fgcolor) in atafb_iplan2p8_linefill() 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() 287 atafb_iplan2p8_linefill(struct fb_info *info, u_long next_line, int dy, int dx, u32 width, const u8 *data, u32 bgcolor, u32 fgcolor) atafb_iplan2p8_linefill() argument
|
H A D | tgafb.c | 626 u32 fgcolor, bgcolor, dx, dy, width, height, vxres, vyres, pixelmask; local 662 bgcolor = image->bg_color; 666 bgcolor |= bgcolor << 8; 667 bgcolor |= bgcolor << 16; 671 if (bgcolor < 16) 672 bgcolor = ((u32 *)info->pseudo_palette)[bgcolor]; 675 __raw_writel(bgcolor, regs_bas [all...] |
H A D | atafb_mfb.c | 78 const u8 *data, u32 bgcolor, u32 fgcolor) in atafb_mfb_linefill() 76 atafb_mfb_linefill(struct fb_info *info, u_long next_line, int dy, int dx, u32 width, const u8 *data, u32 bgcolor, u32 fgcolor) atafb_mfb_linefill() argument
|
H A D | amifb.c | 3312 const u8 *data, u32 bgcolor, u32 fgcolor) in expand_one_line() 3320 if ((bgcolor ^ fgcolor) & 1) { in expand_one_line() 3333 bgcolor >>= 1; in expand_one_line() 3310 expand_one_line(int bpp, unsigned long next_plane, unsigned long *dst, int dst_idx, u32 n, const u8 *data, u32 bgcolor, u32 fgcolor) expand_one_line() argument
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A 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);
|
H A D | atafb_iplan2p4.c | 254 const u8 *data, u32 bgcolor, u32 fgcolor) in atafb_iplan2p4_linefill() 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() 252 atafb_iplan2p4_linefill(struct fb_info *info, u_long next_line, int dy, int dx, u32 width, const u8 *data, u32 bgcolor, u32 fgcolor) atafb_iplan2p4_linefill() argument
|
H A D | atafb_iplan2p2.c | 240 const u8 *data, u32 bgcolor, u32 fgcolor) in atafb_iplan2p2_linefill() 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() 238 atafb_iplan2p2_linefill(struct fb_info *info, u_long next_line, int dy, int dx, u32 width, const u8 *data, u32 bgcolor, u32 fgcolor) atafb_iplan2p2_linefill() argument
|
H A D | atafb_iplan2p8.c | 289 const u8 *data, u32 bgcolor, u32 fgcolor) in atafb_iplan2p8_linefill() 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() 287 atafb_iplan2p8_linefill(struct fb_info *info, u_long next_line, int dy, int dx, u32 width, const u8 *data, u32 bgcolor, u32 fgcolor) atafb_iplan2p8_linefill() argument
|
H A D | tgafb.c | 633 u32 fgcolor, bgcolor, dx, dy, width, height, vxres, vyres, pixelmask; local 669 bgcolor = image->bg_color; 673 bgcolor |= bgcolor << 8; 674 bgcolor |= bgcolor << 16; 678 if (bgcolor < 16) 679 bgcolor = ((u32 *)info->pseudo_palette)[bgcolor]; 682 __raw_writel(bgcolor, regs_bas [all...] |
H A D | atafb_mfb.c | 78 const u8 *data, u32 bgcolor, u32 fgcolor) in atafb_mfb_linefill() 76 atafb_mfb_linefill(struct fb_info *info, u_long next_line, int dy, int dx, u32 width, const u8 *data, u32 bgcolor, u32 fgcolor) atafb_mfb_linefill() argument
|
/kernel/linux/linux-5.10/drivers/video/fbdev/mb862xx/ |
H A D | mb862xxfb_accel.c | 73 u32 bgcolor, const struct fb_image *image, in mb86290fb_imageblit1() 89 cmd[5] = bgcolor; in mb86290fb_imageblit1() 122 u32 bgcolor, const struct fb_image *image, in mb86290fb_imageblit8() 161 u32 bgcolor, const struct fb_image *image, in mb86290fb_imageblit16() 191 u32 fgcolor = 0, bgcolor = 0; in mb86290fb_imageblit() local 216 bgcolor = in mb86290fb_imageblit() 220 bgcolor = image->bg_color; in mb86290fb_imageblit() 245 cmdfn(cmd, step, dx, dy, width, height, fgcolor, bgcolor, image, info); in mb86290fb_imageblit() 71 mb86290fb_imageblit1(u32 *cmd, u16 step, u16 dx, u16 dy, u16 width, u16 height, u32 fgcolor, u32 bgcolor, const struct fb_image *image, struct fb_info *info) mb86290fb_imageblit1() argument 120 mb86290fb_imageblit8(u32 *cmd, u16 step, u16 dx, u16 dy, u16 width, u16 height, u32 fgcolor, u32 bgcolor, const struct fb_image *image, struct fb_info *info) mb86290fb_imageblit8() argument 159 mb86290fb_imageblit16(u32 *cmd, u16 step, u16 dx, u16 dy, u16 width, u16 height, u32 fgcolor, u32 bgcolor, const struct fb_image *image, struct fb_info *info) mb86290fb_imageblit16() argument
|
/kernel/linux/linux-6.6/drivers/video/fbdev/mb862xx/ |
H A D | mb862xxfb_accel.c | 71 u32 bgcolor, const struct fb_image *image, in mb86290fb_imageblit1() 87 cmd[5] = bgcolor; in mb86290fb_imageblit1() 120 u32 bgcolor, const struct fb_image *image, in mb86290fb_imageblit8() 159 u32 bgcolor, const struct fb_image *image, in mb86290fb_imageblit16() 189 u32 fgcolor = 0, bgcolor = 0; in mb86290fb_imageblit() local 214 bgcolor = in mb86290fb_imageblit() 218 bgcolor = image->bg_color; in mb86290fb_imageblit() 243 cmdfn(cmd, step, dx, dy, width, height, fgcolor, bgcolor, image, info); in mb86290fb_imageblit() 69 mb86290fb_imageblit1(u32 *cmd, u16 step, u16 dx, u16 dy, u16 width, u16 height, u32 fgcolor, u32 bgcolor, const struct fb_image *image, struct fb_info *info) mb86290fb_imageblit1() argument 118 mb86290fb_imageblit8(u32 *cmd, u16 step, u16 dx, u16 dy, u16 width, u16 height, u32 fgcolor, u32 bgcolor, const struct fb_image *image, struct fb_info *info) mb86290fb_imageblit8() argument 157 mb86290fb_imageblit16(u32 *cmd, u16 step, u16 dx, u16 dy, u16 width, u16 height, u32 fgcolor, u32 bgcolor, const struct fb_image *image, struct fb_info *info) mb86290fb_imageblit16() argument
|
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
H A D | vsp1_brx.h | 33 u32 bgcolor; member
|
H A D | vsp1_brx.c | 46 brx->bgcolor = ctrl->val; in brx_s_ctrl() 322 vsp1_brx_write(brx, dlb, VI6_BRU_VIRRPF_COL, brx->bgcolor | in brx_configure_stream() 441 brx->bgcolor = 0; in vsp1_brx_create()
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_brx.h | 33 u32 bgcolor; member
|
H A D | vsp1_brx.c | 46 brx->bgcolor = ctrl->val; in brx_s_ctrl() 324 vsp1_brx_write(brx, dlb, VI6_BRU_VIRRPF_COL, brx->bgcolor | in brx_configure_stream() 443 brx->bgcolor = 0; in vsp1_brx_create()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/ |
H A D | intelfbdrv.c | 1514 u32 fgcolor, bgcolor; in intelfb_imageblit() local 1528 bgcolor = dinfo->pseudo_palette[image->bg_color]; in intelfb_imageblit() 1531 bgcolor = image->bg_color; in intelfb_imageblit() 1534 if (!intelfbhw_do_drawglyph(dinfo, fgcolor, bgcolor, image->width, in intelfb_imageblit()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/intelfb/ |
H A D | intelfbdrv.c | 1521 u32 fgcolor, bgcolor; in intelfb_imageblit() local 1535 bgcolor = dinfo->pseudo_palette[image->bg_color]; in intelfb_imageblit() 1538 bgcolor = image->bg_color; in intelfb_imageblit() 1541 if (!intelfbhw_do_drawglyph(dinfo, fgcolor, bgcolor, image->width, in intelfb_imageblit()
|