| /linux/drivers/video/fbdev/via/ |
| H A D | viafbdev.c | 727 u32 fg_color = 0, bg_color = 0; in viafb_imageblit() local 741 bg_color = in viafb_imageblit() 742 ((u32 *)info->pseudo_palette)[image->bg_color]; in viafb_imageblit() 745 bg_color = image->bg_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 811 bg_color = cursor->image.bg_color; in viafb_cursor() 820 bg_color = in viafb_cursor() 821 ((info->cmap.red[bg_color] & 0xFFC0) << 14) | in viafb_cursor() 822 ((info->cmap.green[bg_color] & 0xFFC0) << 4) | in viafb_cursor() [all …]
|
| H A D | accel.c | 42 u32 fg_color, u32 bg_color, u8 fill_rop) in hw_bitblt_1() argument 114 writel(bg_color, engine + 0x1C); in hw_bitblt_1() 175 u32 fg_color, u32 bg_color, u8 fill_rop) in hw_bitblt_2() argument 276 writel(bg_color, engine + 0x50); in hw_bitblt_2()
|
| H A D | viafbdev.h | 55 u32 fg_color, u32 bg_color, u8 fill_rop);
|
| /linux/drivers/video/fbdev/savage/ |
| H A 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/drivers/video/fbdev/core/ |
| H A D | bitblit.c | 165 image.bg_color = bg; in bit_putcs() 300 par->cursor_state.image.bg_color != bg || in bit_cursor() 303 par->cursor_state.image.bg_color = bg; in bit_cursor() 379 cursor.image.bg_color = par->cursor_state.image.bg_color; in bit_cursor()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_panic.c | 489 u32 bg_color = drm_draw_color_from_xrgb8888(CONFIG_DRM_PANIC_BACKGROUND_COLOR, in draw_panic_static_user() local 509 drm_panic_fill(sb, &r_screen, bg_color); in draw_panic_static_user() 558 u32 bg_color = drm_draw_color_from_xrgb8888(CONFIG_DRM_PANIC_BACKGROUND_COLOR, in draw_panic_static_kmsg() local 574 drm_panic_fill(sb, &r_screen, bg_color); in draw_panic_static_kmsg() 746 u32 bg_color = drm_draw_color_from_xrgb8888(CONFIG_DRM_PANIC_BACKGROUND_COLOR, in _draw_panic_static_qr_code() local 795 drm_panic_fill(sb, &r_screen, bg_color); in _draw_panic_static_qr_code() 805 drm_panic_fill(sb, &r_qr, bg_color); in _draw_panic_static_qr_code()
|
| /linux/include/video/ |
| H A D | sticore.h | 263 u8 bg_color; /* background color of character */ member 294 u8 bg_color; /* background color after move */ member
|
| /linux/drivers/staging/sm750fb/ |
| H A D | sm750.c | 140 bg = ((info->cmap.red[fbcursor->image.bg_color] & 0xf800)) | in lynxfb_ops_cursor() 141 ((info->cmap.green[fbcursor->image.bg_color] & 0xfc00) >> 5) | in lynxfb_ops_cursor() 142 ((info->cmap.blue[fbcursor->image.bg_color] & 0xf800) >> 11); in lynxfb_ops_cursor() 261 bgcol = ((u32 *)info->pseudo_palette)[image->bg_color]; in lynxfb_ops_imageblit() 264 bgcol = image->bg_color; in lynxfb_ops_imageblit()
|
| /linux/drivers/video/fbdev/mb862xx/ |
| H A D | mb862xxfb_accel.c | 215 ((u32 *) (info->pseudo_palette))[image->bg_color]; in mb86290fb_imageblit() 218 bgcolor = image->bg_color; in mb86290fb_imageblit()
|
| /linux/drivers/video/fbdev/i810/ |
| H A 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/drivers/video/fbdev/nvidia/ |
| H A 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/drivers/video/fbdev/aty/ |
| H A D | mach64_accel.c | 360 bg = ((u32*)(info->pseudo_palette))[image->bg_color]; in atyfb_imageblit() 363 bg = image->bg_color; in atyfb_imageblit()
|
| /linux/drivers/video/fbdev/ |
| H A D | cirrusfb.c | 405 u32 fg_color, u32 bg_color, 1832 bg = image->bg_color; in cirrusfb_imageblit() 1835 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()
|
| H A 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()
|
| H A D | vga16fb.c | 1149 writeb(image->bg_color, where); in vga_8planes_imageblit() 1152 setmask(image->fg_color ^ image->bg_color); in vga_8planes_imageblit() 1184 writeb(image->bg_color, where); in vga_imageblit_expand() 1200 setcolor(image->bg_color); in vga_imageblit_expand()
|
| H A D | pmag-aa-fb.c | 122 u8 bg = cursor->image.bg_color ? 0xf : 0x0; in aafb_cursor()
|
| H A D | pm2fb.c | 1179 bgx = image->bg_color; in pm2fb_imageblit() 1184 bgx = par->palette[image->bg_color]; in pm2fb_imageblit() 1302 u32 bg_idx = cursor->image.bg_color; in pm2vfb_cursor() 1411 u32 bg_idx = cursor->image.bg_color; in pm2fb_cursor()
|
| H A D | pm3fb.c | 528 bgx = image->bg_color; in pm3fb_imageblit() 533 bgx = par->palette[image->bg_color]; in pm3fb_imageblit() 660 u32 bg_idx = cursor->image.bg_color; in pm3fb_cursor()
|
| H A D | vt8623fb.c | 145 u32 bg = expand_color(image->bg_color); in vt8623fb_iplan_imageblit() 201 u32 bg = image->bg_color * 0x11111111; in vt8623fb_cfb4_imageblit()
|
| H A D | arkfb.c | 178 u32 bg = expand_color(image->bg_color); in arkfb_iplan_imageblit() 236 u32 bg = image->bg_color * 0x11111111; in arkfb_cfb4_imageblit()
|
| H A D | atafb.c | 2549 image->bg_color, image->fg_color); in atafb_imageblit() 2553 image->bg_color, image->fg_color); in atafb_imageblit() 2557 image->bg_color, image->fg_color); in atafb_imageblit() 2561 image->bg_color, image->fg_color); in atafb_imageblit()
|
| H A D | neofb.c | 1466 writel(image->bg_color, &par->neo2200->bgColor); in neo2200_imageblit() 1472 writel(((u32 *) (info->pseudo_palette))[image->bg_color], in neo2200_imageblit()
|
| H A D | s3fb.c | 354 u32 bg = expand_color(image->bg_color); in s3fb_iplan_imageblit() 411 u32 bg = image->bg_color * 0x11111111; in s3fb_cfb4_imageblit()
|
| /linux/include/uapi/linux/ |
| H A D | fb.h | 360 __u32 bg_color; member
|
| /linux/drivers/video/ |
| H A D | sticore.c | 166 .bg_color = c_bg(sti, c), in sti_putc() 203 .bg_color = color, in sti_set() 236 .bg_color = c_bg(sti, c), in sti_clear()
|