/drivers/video/via/ |
D | viafbdev.c | 740 u32 fg_color = 0, bg_color = 0; in viafb_imageblit() local 754 bg_color = in viafb_imageblit() 755 ((u32 *)info->pseudo_palette)[image->bg_color]; in viafb_imageblit() 758 bg_color = image->bg_color; in viafb_imageblit() 767 (u32 *)image->data, 0, 0, 0, 0, fg_color, bg_color, 0)) in viafb_imageblit() 775 u32 temp, xx, yy, bg_color = 0, fg_color = 0, in viafb_cursor() local 824 bg_color = cursor->image.bg_color; in viafb_cursor() 833 bg_color = in viafb_cursor() 834 ((info->cmap.red[bg_color] & 0xFFC0) << 14) | in viafb_cursor() 835 ((info->cmap.green[bg_color] & 0xFFC0) << 4) | in viafb_cursor() [all …]
|
D | accel.c | 56 u32 fg_color, u32 bg_color, u8 fill_rop) in hw_bitblt_1() argument 128 writel(bg_color, engine + 0x1C); in hw_bitblt_1() 189 u32 fg_color, u32 bg_color, u8 fill_rop) in hw_bitblt_2() argument 290 writel(bg_color, engine + 0x50); in hw_bitblt_2()
|
D | viafbdev.h | 69 u32 fg_color, u32 bg_color, u8 fill_rop);
|
/drivers/video/console/ |
D | bitblit.c | 158 image.bg_color = bg; in bit_putcs() 283 ops->cursor_state.image.bg_color != bg || in bit_cursor() 286 ops->cursor_state.image.bg_color = bg; in bit_cursor() 371 cursor.image.bg_color = ops->cursor_state.image.bg_color; in bit_cursor()
|
D | fbcon_cw.c | 134 image.bg_color = bg; in cw_putcs() 255 ops->cursor_state.image.bg_color != bg || in cw_cursor() 258 ops->cursor_state.image.bg_color = bg; in cw_cursor() 357 cursor.image.bg_color = ops->cursor_state.image.bg_color; in cw_cursor()
|
D | fbcon_ccw.c | 149 image.bg_color = bg; in ccw_putcs() 272 ops->cursor_state.image.bg_color != bg || in ccw_cursor() 275 ops->cursor_state.image.bg_color = bg; in ccw_cursor() 374 cursor.image.bg_color = ops->cursor_state.image.bg_color; in ccw_cursor()
|
D | fbcon_ud.c | 172 image.bg_color = bg; in ud_putcs() 303 ops->cursor_state.image.bg_color != bg || in ud_cursor() 306 ops->cursor_state.image.bg_color = bg; in ud_cursor() 398 cursor.image.bg_color = ops->cursor_state.image.bg_color; in ud_cursor()
|
D | sticore.c | 133 .bg_color = c_bg(sti, c), in sti_putc() 161 .bg_color = color, in sti_set() 187 .bg_color = c_bg(sti, c), in sti_clear()
|
/drivers/video/savage/ |
D | savagefb_accel.c | 109 bg = image->bg_color; in savagefb_imageblit() 112 bg = ((u32 *)info->pseudo_palette)[image->bg_color]; in savagefb_imageblit()
|
/drivers/video/ |
D | sticore.h | 262 u8 bg_color; /* background color of character */ member 293 u8 bg_color; /* background color after move */ member
|
D | sysimgblt.c | 266 bgcolor = ((u32*)(p->pseudo_palette))[image->bg_color]; in sys_imageblit() 269 bgcolor = image->bg_color; in sys_imageblit()
|
D | cfbimgblt.c | 291 bgcolor = ((u32*)(p->pseudo_palette))[image->bg_color]; in cfb_imageblit() 294 bgcolor = image->bg_color; in cfb_imageblit()
|
D | cirrusfb.c | 405 u32 fg_color, u32 bg_color, 1834 bg = image->bg_color; in cirrusfb_imageblit() 1837 bg = ((u32 *)(info->pseudo_palette))[image->bg_color]; in cirrusfb_imageblit() 2708 u32 fg_color, u32 bg_color, u_short line_length, in cirrusfb_RectFill() argument 2718 vga_wgfx(regbase, VGA_GFX_SR_VALUE, bg_color); in cirrusfb_RectFill() 2723 vga_wgfx(regbase, CL_GR10, bg_color >> 8); in cirrusfb_RectFill() 2728 vga_wgfx(regbase, CL_GR12, bg_color >> 16); in cirrusfb_RectFill() 2733 vga_wgfx(regbase, CL_GR14, bg_color >> 24); in cirrusfb_RectFill()
|
D | tdfxfb.c | 991 tdfx_outl(par, COLORBACK, image->bg_color); in tdfxfb_imageblit() 998 par->palette[image->bg_color]); in tdfxfb_imageblit() 1089 u32 bg_idx = cursor->image.bg_color; in tdfxfb_cursor() 1091 unsigned long bg_color, fg_color; in tdfxfb_cursor() local 1096 bg_color = (((u32)cmap.red[bg_idx] & 0xff00) << 8) | in tdfxfb_cursor() 1100 tdfx_outl(par, HWCURC0, bg_color); in tdfxfb_cursor()
|
D | vga16fb.c | 1134 writeb(image->bg_color, where); in vga_8planes_imageblit() 1137 setmask(image->fg_color ^ image->bg_color); in vga_8planes_imageblit() 1169 writeb(image->bg_color, where); in vga_imageblit_expand() 1185 setcolor(image->bg_color); in vga_imageblit_expand()
|
/drivers/gpu/drm/nouveau/ |
D | nvc0_fbcon.c | 116 OUT_RING (chan, palette[image->bg_color] | mask); in nvc0_fbcon_imageblit() 119 OUT_RING (chan, image->bg_color); in nvc0_fbcon_imageblit()
|
D | nv50_fbcon.c | 116 OUT_RING(chan, palette[image->bg_color] | mask); in nv50_fbcon_imageblit() 119 OUT_RING(chan, image->bg_color); in nv50_fbcon_imageblit()
|
D | nv04_fbcon.c | 104 bg = ((uint32_t *) info->pseudo_palette)[image->bg_color]; in nv04_fbcon_imageblit() 107 bg = image->bg_color; in nv04_fbcon_imageblit()
|
/drivers/video/mb862xx/ |
D | mb862xxfb_accel.c | 223 ((u32 *) (info->pseudo_palette))[image->bg_color]; in mb86290fb_imageblit() 226 bgcolor = image->bg_color; in mb86290fb_imageblit()
|
/drivers/video/nvidia/ |
D | nv_accel.c | 363 bg = image->bg_color | mask; in nvidiafb_mono_color_expand() 366 bg = ((u32 *) info->pseudo_palette)[image->bg_color] | mask; in nvidiafb_mono_color_expand()
|
/drivers/video/i810/ |
D | i810_accel.c | 381 bg = image->bg_color; in i810fb_imageblit() 386 bg = ((u32 *)(info->pseudo_palette))[image->bg_color]; in i810fb_imageblit()
|
/drivers/video/intelfb/ |
D | intelfbdrv.c | 1563 bgcolor = dinfo->pseudo_palette[image->bg_color]; in intelfb_imageblit() 1566 bgcolor = image->bg_color; in intelfb_imageblit() 1610 bg =dinfo->pseudo_palette[cursor->image.bg_color]; in intelfb_cursor() 1613 bg = cursor->image.bg_color; in intelfb_cursor() 1646 bg = dinfo->pseudo_palette[cursor->image.bg_color]; in intelfb_cursor() 1649 bg = cursor->image.bg_color; in intelfb_cursor()
|
/drivers/video/aty/ |
D | mach64_accel.c | 355 bg = ((u32*)(info->pseudo_palette))[image->bg_color]; in atyfb_imageblit() 358 bg = image->bg_color; in atyfb_imageblit()
|
D | mach64_cursor.c | 127 bg_idx = cursor->image.bg_color; in atyfb_cursor()
|
/drivers/gpu/drm/qxl/ |
D | qxl_draw.c | 122 bgcolor = pseudo_palette[fb_image->bg_color]; in qxl_palette_create_1bit() 125 bgcolor = fb_image->bg_color; in qxl_palette_create_1bit()
|