Home
last modified time | relevance | path

Searched refs:bg_color (Results 1 – 48 of 48) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/via/
Dviafbdev.c740 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 …]
Daccel.c56 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()
Dviafbdev.h69 u32 fg_color, u32 bg_color, u8 fill_rop);
/linux-4.4.14/drivers/video/fbdev/savage/
Dsavagefb_accel.c109 bg = image->bg_color; in savagefb_imageblit()
112 bg = ((u32 *)info->pseudo_palette)[image->bg_color]; in savagefb_imageblit()
/linux-4.4.14/drivers/video/console/
Dfbcon_ccw.c149 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()
373 cursor.image.bg_color = ops->cursor_state.image.bg_color; in ccw_cursor()
Dbitblit.c158 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()
Dfbcon_cw.c134 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()
356 cursor.image.bg_color = ops->cursor_state.image.bg_color; in cw_cursor()
Dfbcon_ud.c172 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()
Dsticore.c142 .bg_color = c_bg(sti, c), in sti_putc()
172 .bg_color = color, in sti_set()
200 .bg_color = c_bg(sti, c), in sti_clear()
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnv50_fbcon.c116 OUT_RING(chan, palette[image->bg_color] | mask); in nv50_fbcon_imageblit()
119 OUT_RING(chan, image->bg_color); in nv50_fbcon_imageblit()
Dnvc0_fbcon.c116 OUT_RING (chan, palette[image->bg_color] | mask); in nvc0_fbcon_imageblit()
119 OUT_RING (chan, image->bg_color); in nvc0_fbcon_imageblit()
Dnv04_fbcon.c102 bg = ((uint32_t *) info->pseudo_palette)[image->bg_color]; in nv04_fbcon_imageblit()
105 bg = image->bg_color; in nv04_fbcon_imageblit()
/linux-4.4.14/drivers/video/fbdev/core/
Dsysimgblt.c266 bgcolor = ((u32*)(p->pseudo_palette))[image->bg_color]; in sys_imageblit()
269 bgcolor = image->bg_color; in sys_imageblit()
Dcfbimgblt.c291 bgcolor = ((u32*)(p->pseudo_palette))[image->bg_color]; in cfb_imageblit()
294 bgcolor = image->bg_color; in cfb_imageblit()
/linux-4.4.14/drivers/video/fbdev/
Dsticore.h263 u8 bg_color; /* background color of character */ member
294 u8 bg_color; /* background color after move */ member
Dtdfxfb.c972 tdfx_outl(par, COLORBACK, image->bg_color); in tdfxfb_imageblit()
979 par->palette[image->bg_color]); in tdfxfb_imageblit()
1070 u32 bg_idx = cursor->image.bg_color; in tdfxfb_cursor()
1072 unsigned long bg_color, fg_color; in tdfxfb_cursor() local
1077 bg_color = (((u32)cmap.red[bg_idx] & 0xff00) << 8) | in tdfxfb_cursor()
1081 tdfx_outl(par, HWCURC0, bg_color); in tdfxfb_cursor()
Dcirrusfb.c405 u32 fg_color, u32 bg_color,
1829 bg = image->bg_color; in cirrusfb_imageblit()
1832 bg = ((u32 *)(info->pseudo_palette))[image->bg_color]; in cirrusfb_imageblit()
2702 u32 fg_color, u32 bg_color, u_short line_length, in cirrusfb_RectFill() argument
2712 vga_wgfx(regbase, VGA_GFX_SR_VALUE, bg_color); in cirrusfb_RectFill()
2717 vga_wgfx(regbase, CL_GR10, bg_color >> 8); in cirrusfb_RectFill()
2722 vga_wgfx(regbase, CL_GR12, bg_color >> 16); in cirrusfb_RectFill()
2727 vga_wgfx(regbase, CL_GR14, bg_color >> 24); in cirrusfb_RectFill()
Dvga16fb.c1134 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()
Dfb-puv3.c239 int bg_color = 0; in unifb_prim_copyarea() local
277 writel(bg_color, UGE_BCOLOR); in unifb_prim_copyarea()
Dpm2fb.c1170 bgx = image->bg_color; in pm2fb_imageblit()
1175 bgx = par->palette[image->bg_color]; in pm2fb_imageblit()
1293 u32 bg_idx = cursor->image.bg_color; in pm2vfb_cursor()
1402 u32 bg_idx = cursor->image.bg_color; in pm2fb_cursor()
Dpm3fb.c527 bgx = image->bg_color; in pm3fb_imageblit()
532 bgx = par->palette[image->bg_color]; in pm3fb_imageblit()
659 u32 bg_idx = cursor->image.bg_color; in pm3fb_cursor()
Dvt8623fb.c144 u32 bg = expand_color(image->bg_color); in vt8623fb_iplan_imageblit()
200 u32 bg = image->bg_color * 0x11111111; in vt8623fb_cfb4_imageblit()
Darkfb.c177 u32 bg = expand_color(image->bg_color); in arkfb_iplan_imageblit()
235 u32 bg = image->bg_color * 0x11111111; in arkfb_cfb4_imageblit()
Datafb.c2641 image->bg_color, image->fg_color); in atafb_imageblit()
2645 image->bg_color, image->fg_color); in atafb_imageblit()
2649 image->bg_color, image->fg_color); in atafb_imageblit()
2653 image->bg_color, image->fg_color); in atafb_imageblit()
Ds3fb.c350 u32 bg = expand_color(image->bg_color); in s3fb_iplan_imageblit()
407 u32 bg = image->bg_color * 0x11111111; in s3fb_cfb4_imageblit()
Dneofb.c1466 writel(image->bg_color, &par->neo2200->bgColor); in neo2200_imageblit()
1472 writel(((u32 *) (info->pseudo_palette))[image->bg_color], in neo2200_imageblit()
Dcg6.c412 sbus_writel(image->bg_color, &fbc->bg); in cg6_imageblit()
Dtridentfb.c651 bgcol = img->bg_color; in tridentfb_imageblit()
656 bgcol = ((u32 *)(info->pseudo_palette))[img->bg_color]; in tridentfb_imageblit()
Dffb.c565 bg = ((u32 *)info->pseudo_palette)[image->bg_color]; in ffb_imageblit()
Dtgafb.c659 bgcolor = image->bg_color;
Dfsl-diu-fb.c1069 unsigned int bg_idx = cursor->image.bg_color; in fsl_diu_cursor()
Dsm501fb.c1091 unsigned int bg_col = cursor->image.bg_color; in sm501fb_cursor()
Damifb.c3371 src, image->bg_color, in amifb_imageblit()
/linux-4.4.14/drivers/video/fbdev/mb862xx/
Dmb862xxfb_accel.c223 ((u32 *) (info->pseudo_palette))[image->bg_color]; in mb86290fb_imageblit()
226 bgcolor = image->bg_color; in mb86290fb_imageblit()
/linux-4.4.14/drivers/staging/sm750fb/
Dsm750.c144 bg = ((info->cmap.red[fbcursor->image.bg_color] & 0xf800)) | in lynxfb_ops_cursor()
145 ((info->cmap.green[fbcursor->image.bg_color] & 0xfc00) >> 5) | in lynxfb_ops_cursor()
146 ((info->cmap.blue[fbcursor->image.bg_color] & 0xf800) >> 11); in lynxfb_ops_cursor()
267 bgcol = ((u32 *)info->pseudo_palette)[image->bg_color]; in lynxfb_ops_imageblit()
270 bgcol = image->bg_color; in lynxfb_ops_imageblit()
/linux-4.4.14/drivers/video/fbdev/nvidia/
Dnv_accel.c363 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()
Dnvidia.c561 u32 bg_idx = cursor->image.bg_color; in nvidiafb_cursor()
/linux-4.4.14/drivers/video/fbdev/i810/
Di810_accel.c381 bg = image->bg_color; in i810fb_imageblit()
386 bg = ((u32 *)(info->pseudo_palette))[image->bg_color]; in i810fb_imageblit()
Di810_main.c1509 cursor->image.bg_color, in i810fb_cursor()
/linux-4.4.14/drivers/video/fbdev/aty/
Dmach64_accel.c356 bg = ((u32*)(info->pseudo_palette))[image->bg_color]; in atyfb_imageblit()
359 bg = image->bg_color; in atyfb_imageblit()
Dmach64_cursor.c128 bg_idx = cursor->image.bg_color; in atyfb_cursor()
/linux-4.4.14/drivers/video/fbdev/intelfb/
Dintelfbdrv.c1531 bgcolor = dinfo->pseudo_palette[image->bg_color]; in intelfb_imageblit()
1534 bgcolor = image->bg_color; in intelfb_imageblit()
1578 bg =dinfo->pseudo_palette[cursor->image.bg_color]; in intelfb_cursor()
1581 bg = cursor->image.bg_color; in intelfb_cursor()
1614 bg = dinfo->pseudo_palette[cursor->image.bg_color]; in intelfb_cursor()
1617 bg = cursor->image.bg_color; in intelfb_cursor()
/linux-4.4.14/drivers/gpu/drm/qxl/
Dqxl_draw.c144 bgcolor = pseudo_palette[fb_image->bg_color]; in qxl_palette_create_1bit()
147 bgcolor = fb_image->bg_color; in qxl_palette_create_1bit()
Dqxl_fb.c121 image->bg_color = 0; in qxl_fb_dirty_flush()
/linux-4.4.14/include/uapi/linux/
Dfb.h364 __u32 bg_color; member
/linux-4.4.14/drivers/video/fbdev/riva/
Dfbdev.c1508 bgx = image->bg_color; in rivafb_imageblit()
1514 bgx = ((u32 *)info->pseudo_palette)[image->bg_color]; in rivafb_imageblit()
1517 bgx = par->palette[image->bg_color]; in rivafb_imageblit()
1610 u32 bg_idx = cursor->image.bg_color; in rivafb_cursor()
/linux-4.4.14/drivers/video/fbdev/matrox/
Dmatroxfb_accel.c507 bgx = ((u_int32_t*)info->pseudo_palette)[image->bg_color]; in matroxfb_imageblit()
/linux-4.4.14/include/linux/
Dfb.h107 __u32 bg_color; member