/Linux-v4.19/drivers/video/fbdev/via/ |
D | viafbdev.c | 741 u32 fg_color = 0, bg_color = 0; in viafb_imageblit() local 755 bg_color = in viafb_imageblit() 756 ((u32 *)info->pseudo_palette)[image->bg_color]; in viafb_imageblit() 759 bg_color = image->bg_color; in viafb_imageblit() 768 (u32 *)image->data, 0, 0, 0, 0, fg_color, bg_color, 0)) in viafb_imageblit() 776 u32 temp, xx, yy, bg_color = 0, fg_color = 0, in viafb_cursor() local 825 bg_color = cursor->image.bg_color; in viafb_cursor() 834 bg_color = in viafb_cursor() 835 ((info->cmap.red[bg_color] & 0xFFC0) << 14) | in viafb_cursor() 836 ((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);
|
/Linux-v4.19/drivers/video/fbdev/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()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_mpc.c | 41 struct tg_color *bg_color, in mpc1_set_bg_color() argument 50 uint32_t bg_r_cr = bg_color->color_r_cr << 2; in mpc1_set_bg_color() 51 uint32_t bg_g_y = bg_color->color_g_y << 2; in mpc1_set_bg_color() 52 uint32_t bg_b_cb = bg_color->color_b_cb << 2; in mpc1_set_bg_color()
|
D | dcn10_mpc.h | 158 struct tg_color *bg_color,
|
/Linux-v4.19/drivers/video/fbdev/core/ |
D | fbcon_ccw.c | 149 image.bg_color = bg; in ccw_putcs() 271 ops->cursor_state.image.bg_color != bg || in ccw_cursor() 274 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_cw.c | 134 image.bg_color = bg; in cw_putcs() 254 ops->cursor_state.image.bg_color != bg || in cw_cursor() 257 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 | bitblit.c | 158 image.bg_color = bg; in bit_putcs() 282 ops->cursor_state.image.bg_color != bg || in bit_cursor() 285 ops->cursor_state.image.bg_color = bg; in bit_cursor() 370 cursor.image.bg_color = ops->cursor_state.image.bg_color; in bit_cursor()
|
D | fbcon_ud.c | 172 image.bg_color = bg; in ud_putcs() 302 ops->cursor_state.image.bg_color != bg || in ud_cursor() 305 ops->cursor_state.image.bg_color = bg; in ud_cursor() 397 cursor.image.bg_color = ops->cursor_state.image.bg_color; in ud_cursor()
|
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()
|
/Linux-v4.19/drivers/video/fbdev/ |
D | sticore.h | 264 u8 bg_color; /* background color of character */ member 295 u8 bg_color; /* background color after move */ member
|
D | tdfxfb.c | 973 tdfx_outl(par, COLORBACK, image->bg_color); in tdfxfb_imageblit() 980 par->palette[image->bg_color]); in tdfxfb_imageblit() 1071 u32 bg_idx = cursor->image.bg_color; in tdfxfb_cursor() 1073 unsigned long bg_color, fg_color; in tdfxfb_cursor() local 1078 bg_color = (((u32)cmap.red[bg_idx] & 0xff00) << 8) | in tdfxfb_cursor() 1082 tdfx_outl(par, HWCURC0, bg_color); in tdfxfb_cursor()
|
D | cirrusfb.c | 405 u32 fg_color, u32 bg_color, 1831 bg = image->bg_color; in cirrusfb_imageblit() 1834 bg = ((u32 *)(info->pseudo_palette))[image->bg_color]; in cirrusfb_imageblit() 2704 u32 fg_color, u32 bg_color, u_short line_length, in cirrusfb_RectFill() argument 2714 vga_wgfx(regbase, VGA_GFX_SR_VALUE, bg_color); in cirrusfb_RectFill() 2719 vga_wgfx(regbase, CL_GR10, bg_color >> 8); in cirrusfb_RectFill() 2724 vga_wgfx(regbase, CL_GR12, bg_color >> 16); in cirrusfb_RectFill() 2729 vga_wgfx(regbase, CL_GR14, bg_color >> 24); in cirrusfb_RectFill()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nv50_fbcon.c | 114 OUT_RING(chan, palette[image->bg_color] | mask); in nv50_fbcon_imageblit() 117 OUT_RING(chan, image->bg_color); in nv50_fbcon_imageblit()
|
D | nvc0_fbcon.c | 114 OUT_RING (chan, palette[image->bg_color] | mask); in nvc0_fbcon_imageblit() 117 OUT_RING (chan, image->bg_color); in nvc0_fbcon_imageblit()
|
D | nv04_fbcon.c | 98 bg = ((uint32_t *) info->pseudo_palette)[image->bg_color]; in nv04_fbcon_imageblit() 101 bg = image->bg_color; in nv04_fbcon_imageblit()
|
/Linux-v4.19/drivers/video/fbdev/mb862xx/ |
D | mb862xxfb_accel.c | 223 ((u32 *) (info->pseudo_palette))[image->bg_color]; in mb86290fb_imageblit() 226 bgcolor = image->bg_color; in mb86290fb_imageblit()
|
/Linux-v4.19/drivers/staging/sm750fb/ |
D | sm750.c | 139 bg = ((info->cmap.red[fbcursor->image.bg_color] & 0xf800)) | in lynxfb_ops_cursor() 140 ((info->cmap.green[fbcursor->image.bg_color] & 0xfc00) >> 5) | in lynxfb_ops_cursor() 141 ((info->cmap.blue[fbcursor->image.bg_color] & 0xf800) >> 11); in lynxfb_ops_cursor() 262 bgcol = ((u32 *)info->pseudo_palette)[image->bg_color]; in lynxfb_ops_imageblit() 265 bgcol = image->bg_color; in lynxfb_ops_imageblit()
|
/Linux-v4.19/drivers/video/fbdev/nvidia/ |
D | nv_accel.c | 365 bg = image->bg_color | mask; in nvidiafb_mono_color_expand() 368 bg = ((u32 *) info->pseudo_palette)[image->bg_color] | mask; in nvidiafb_mono_color_expand()
|
/Linux-v4.19/drivers/video/fbdev/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()
|
/Linux-v4.19/drivers/video/fbdev/intelfb/ |
D | intelfbdrv.c | 1526 bgcolor = dinfo->pseudo_palette[image->bg_color]; in intelfb_imageblit() 1529 bgcolor = image->bg_color; in intelfb_imageblit() 1573 bg =dinfo->pseudo_palette[cursor->image.bg_color]; in intelfb_cursor() 1576 bg = cursor->image.bg_color; in intelfb_cursor() 1609 bg = dinfo->pseudo_palette[cursor->image.bg_color]; in intelfb_cursor() 1612 bg = cursor->image.bg_color; in intelfb_cursor()
|
/Linux-v4.19/drivers/video/fbdev/aty/ |
D | mach64_accel.c | 357 bg = ((u32*)(info->pseudo_palette))[image->bg_color]; in atyfb_imageblit() 360 bg = image->bg_color; in atyfb_imageblit()
|
D | mach64_cursor.c | 129 bg_idx = cursor->image.bg_color; in atyfb_cursor()
|