/drivers/video/fbdev/via/ |
D | viafbdev.c | 670 u32 fg_color; in viafb_fillrect() local 682 fg_color = ((u32 *)info->pseudo_palette)[rect->color]; in viafb_fillrect() 684 fg_color = rect->color; in viafb_fillrect() 695 NULL, 0, 0, 0, 0, fg_color, 0, rop)) in viafb_fillrect() 727 u32 fg_color = 0, bg_color = 0; in viafb_imageblit() local 739 fg_color = in viafb_imageblit() 740 ((u32 *)info->pseudo_palette)[image->fg_color]; in viafb_imageblit() 744 fg_color = image->fg_color; in viafb_imageblit() 754 (u32 *)image->data, 0, 0, 0, 0, fg_color, bg_color, 0)) in viafb_imageblit() 762 u32 temp, xx, yy, bg_color = 0, fg_color = 0, in viafb_cursor() local [all …]
|
D | accel.c | 42 u32 fg_color, u32 bg_color, u8 fill_rop) in hw_bitblt_1() argument 111 writel(fg_color, engine + 0x18); in hw_bitblt_1() 175 u32 fg_color, u32 bg_color, u8 fill_rop) in hw_bitblt_2() argument 273 writel(fg_color, engine + 0x58); in hw_bitblt_2() 275 writel(fg_color, engine + 0x4C); in hw_bitblt_2()
|
D | viafbdev.h | 55 u32 fg_color, u32 bg_color, u8 fill_rop);
|
/drivers/video/fbdev/core/ |
D | bitblit.c | 157 image.fg_color = fg; in bit_putcs() 275 if (ops->cursor_state.image.fg_color != fg || in bit_cursor() 278 ops->cursor_state.image.fg_color = fg; in bit_cursor() 363 cursor.image.fg_color = ops->cursor_state.image.fg_color; in bit_cursor()
|
D | fbcon_cw.c | 133 image.fg_color = fg; in cw_putcs() 244 if (ops->cursor_state.image.fg_color != fg || in cw_cursor() 247 ops->cursor_state.image.fg_color = fg; in cw_cursor() 347 cursor.image.fg_color = ops->cursor_state.image.fg_color; in cw_cursor()
|
D | fbcon_ud.c | 171 image.fg_color = fg; in ud_putcs() 292 if (ops->cursor_state.image.fg_color != fg || in ud_cursor() 295 ops->cursor_state.image.fg_color = fg; in ud_cursor() 387 cursor.image.fg_color = ops->cursor_state.image.fg_color; in ud_cursor()
|
D | fbcon_ccw.c | 148 image.fg_color = fg; in ccw_putcs() 261 if (ops->cursor_state.image.fg_color != fg || in ccw_cursor() 264 ops->cursor_state.image.fg_color = fg; in ccw_cursor() 364 cursor.image.fg_color = ops->cursor_state.image.fg_color; in ccw_cursor()
|
D | sysimgblt.c | 313 fgcolor = ((u32*)(p->pseudo_palette))[image->fg_color]; in sys_imageblit() 316 fgcolor = image->fg_color; in sys_imageblit()
|
D | cfbimgblt.c | 290 fgcolor = ((u32*)(p->pseudo_palette))[image->fg_color]; in cfb_imageblit() 293 fgcolor = image->fg_color; in cfb_imageblit()
|
/drivers/video/fbdev/savage/ |
D | savagefb_accel.c | 108 fg = image->fg_color; in savagefb_imageblit() 111 fg = ((u32 *)info->pseudo_palette)[image->fg_color]; in savagefb_imageblit()
|
/drivers/gpu/drm/nouveau/ |
D | nv04_fbcon.c | 98 fg = ((uint32_t *) info->pseudo_palette)[image->fg_color]; in nv04_fbcon_imageblit() 101 fg = image->fg_color; in nv04_fbcon_imageblit()
|
D | nv50_fbcon.c | 121 fg = palette[image->fg_color] | mask; in nv50_fbcon_imageblit() 124 fg = image->fg_color; in nv50_fbcon_imageblit()
|
D | nvc0_fbcon.c | 121 fg = palette[image->fg_color] | mask; in nvc0_fbcon_imageblit() 124 fg = image->fg_color; in nvc0_fbcon_imageblit()
|
/drivers/video/fbdev/ |
D | sticore.h | 261 u8 fg_color; /* foreground color of character */ member 292 u8 fg_color; /* foreground color after move */ member
|
D | cirrusfb.c | 404 u32 fg_color, u32 bg_color, 1829 fg = image->fg_color; in cirrusfb_imageblit() 1832 fg = ((u32 *)(info->pseudo_palette))[image->fg_color]; in cirrusfb_imageblit() 2700 u32 fg_color, u32 bg_color, u_short line_length, in cirrusfb_RectFill() argument 2711 vga_wgfx(regbase, VGA_GFX_SR_ENABLE, fg_color); in cirrusfb_RectFill() 2716 vga_wgfx(regbase, CL_GR11, fg_color >> 8); in cirrusfb_RectFill() 2721 vga_wgfx(regbase, CL_GR13, fg_color >> 16); in cirrusfb_RectFill() 2726 vga_wgfx(regbase, CL_GR15, fg_color >> 24); in cirrusfb_RectFill()
|
D | tdfxfb.c | 973 tdfx_outl(par, COLORFORE, image->fg_color); in tdfxfb_imageblit() 979 par->palette[image->fg_color]); in tdfxfb_imageblit() 1073 u32 fg_idx = cursor->image.fg_color; in tdfxfb_cursor() 1074 unsigned long bg_color, fg_color; in tdfxfb_cursor() local 1076 fg_color = (((u32)cmap.red[fg_idx] & 0xff00) << 8) | in tdfxfb_cursor() 1084 tdfx_outl(par, HWCURC1, fg_color); in tdfxfb_cursor()
|
D | pmag-aa-fb.c | 121 u8 fg = cursor->image.fg_color ? 0xf : 0x0; in aafb_cursor()
|
/drivers/staging/sm750fb/ |
D | sm750.c | 136 fg = ((info->cmap.red[fbcursor->image.fg_color] & 0xf800)) | in lynxfb_ops_cursor() 137 ((info->cmap.green[fbcursor->image.fg_color] & 0xfc00) >> 5) | in lynxfb_ops_cursor() 138 ((info->cmap.blue[fbcursor->image.fg_color] & 0xf800) >> 11); in lynxfb_ops_cursor() 262 fgcol = ((u32 *)info->pseudo_palette)[image->fg_color]; in lynxfb_ops_imageblit() 265 fgcol = image->fg_color; in lynxfb_ops_imageblit()
|
/drivers/video/fbdev/mb862xx/ |
D | mb862xxfb_accel.c | 215 ((u32 *) (info->pseudo_palette))[image->fg_color]; in mb86290fb_imageblit() 219 fgcolor = image->fg_color; in mb86290fb_imageblit()
|
/drivers/video/fbdev/i810/ |
D | i810_accel.c | 380 fg = image->fg_color; in i810fb_imageblit() 385 fg = ((u32 *)(info->pseudo_palette))[image->fg_color]; in i810fb_imageblit()
|
/drivers/video/fbdev/nvidia/ |
D | nv_accel.c | 364 fg = image->fg_color | mask; in nvidiafb_mono_color_expand() 367 fg = ((u32 *) info->pseudo_palette)[image->fg_color] | mask; in nvidiafb_mono_color_expand()
|
/drivers/video/fbdev/intelfb/ |
D | intelfbdrv.c | 1527 fgcolor = dinfo->pseudo_palette[image->fg_color]; in intelfb_imageblit() 1530 fgcolor = image->fg_color; in intelfb_imageblit() 1574 fg =dinfo->pseudo_palette[cursor->image.fg_color]; in intelfb_cursor() 1577 fg = cursor->image.fg_color; in intelfb_cursor() 1610 fg = dinfo->pseudo_palette[cursor->image.fg_color]; in intelfb_cursor() 1613 fg = cursor->image.fg_color; in intelfb_cursor()
|
/drivers/video/fbdev/aty/ |
D | mach64_accel.c | 359 fg = ((u32*)(info->pseudo_palette))[image->fg_color]; in atyfb_imageblit() 362 fg = image->fg_color; in atyfb_imageblit()
|
D | mach64_cursor.c | 128 fg_idx = cursor->image.fg_color; in atyfb_cursor()
|
/drivers/video/console/ |
D | sticore.c | 146 .fg_color = c_fg(sti, c), in sti_putc() 176 .fg_color = color, in sti_set() 204 .fg_color = c_fg(sti, c), in sti_clear()
|