/openbmc/u-boot/common/ |
H A D | lcd_console_rotation.c | 14 int bg_color = lcd_getbgcolor(); in lcd_putc_xy90() local 25 *dst-- = (*(pfont + i) & msk) ? fg_color : bg_color; in lcd_putc_xy90() 67 int bg_color = lcd_getbgcolor(); in lcd_putc_xy180() local 79 *dst-- = (bits & 0x80) ? fg_color : bg_color; in lcd_putc_xy180() 116 int bg_color = lcd_getbgcolor(); in lcd_putc_xy270() local 127 *dst++ = (*(pfont + i) & msk) ? fg_color : bg_color; in lcd_putc_xy270()
|
H A D | lcd_console.c | 47 int bg_color = lcd_getbgcolor(); in lcd_putc_xy0() local 56 *dst++ = (bits & 0x80) ? fg_color : bg_color; in lcd_putc_xy0() 106 int bg_color = lcd_getbgcolor(); in console_newline() local 116 cons.fp_console_setrow(&cons, cons.rows-i-1, bg_color); in console_newline()
|
H A D | lcd.c | 173 int bg_color; in lcd_clear() local 193 bg_color = CONSOLE_COLOR_WHITE; in lcd_clear() 197 bg_color = CONSOLE_COLOR_BLACK; in lcd_clear() 205 memset((char *)lcd_base, bg_color, lcd_line_length * panel_info.vl_row); in lcd_clear() 212 *ppix++ = bg_color; in lcd_clear()
|
/openbmc/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);
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_mpc.c | 41 struct tg_color *bg_color, in mpc1_set_bg_color() argument 48 bottommost_mpcc->blnd_cfg.black_color = *bg_color; in mpc1_set_bg_color() 64 bg_r_cr = bg_color->color_r_cr << 2; in mpc1_set_bg_color() 65 bg_g_y = bg_color->color_g_y << 2; in mpc1_set_bg_color() 66 bg_b_cb = bg_color->color_b_cb << 2; in mpc1_set_bg_color()
|
/openbmc/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()
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | bitblit.c | 158 image.bg_color = bg; in bit_putcs() 276 ops->cursor_state.image.bg_color != bg || in bit_cursor() 279 ops->cursor_state.image.bg_color = bg; in bit_cursor() 364 cursor.image.bg_color = ops->cursor_state.image.bg_color; in bit_cursor()
|
H A D | fbcon_cw.c | 134 image.bg_color = bg; in cw_putcs() 245 ops->cursor_state.image.bg_color != bg || in cw_cursor() 248 ops->cursor_state.image.bg_color = bg; in cw_cursor() 348 cursor.image.bg_color = ops->cursor_state.image.bg_color; in cw_cursor()
|
H A D | fbcon_ccw.c | 149 image.bg_color = bg; in ccw_putcs() 262 ops->cursor_state.image.bg_color != bg || in ccw_cursor() 265 ops->cursor_state.image.bg_color = bg; in ccw_cursor() 365 cursor.image.bg_color = ops->cursor_state.image.bg_color; in ccw_cursor()
|
H A D | fbcon_ud.c | 172 image.bg_color = bg; in ud_putcs() 293 ops->cursor_state.image.bg_color != bg || in ud_cursor() 296 ops->cursor_state.image.bg_color = bg; in ud_cursor() 388 cursor.image.bg_color = ops->cursor_state.image.bg_color; in ud_cursor()
|
H A D | sysimgblt.c | 314 bgcolor = ((u32*)(p->pseudo_palette))[image->bg_color]; in sys_imageblit() 317 bgcolor = image->bg_color; in sys_imageblit()
|
H A D | cfbimgblt.c | 344 bgcolor = ((u32*)(p->pseudo_palette))[image->bg_color]; in cfb_imageblit() 347 bgcolor = image->bg_color; in cfb_imageblit()
|
/openbmc/qemu/hw/display/ |
H A D | artist.c | 56 uint32_t bg_color; member 263 return s->bg_color; in artist_get_color() 690 uint32_t color = (s->image_bitmap_op & 2) ? s->fg_color : s->bg_color; in font_write16() 711 artist_rop8(s, buf, offset + i, s->bg_color); in font_write16() 836 size, data, s->fg_color, s->bg_color); in vram_bit_write() 926 combine_write_reg(addr, val, size, &s->bg_color); in artist_reg_write() 1443 VMSTATE_UINT32(bg_color, ARTISTState),
|
/openbmc/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
|
/openbmc/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() 263 bgcol = ((u32 *)info->pseudo_palette)[image->bg_color]; in lynxfb_ops_imageblit() 266 bgcol = image->bg_color; in lynxfb_ops_imageblit()
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/u-boot/include/linux/ |
H A D | fb.h | 227 __u32 bg_color; member 352 __u32 bg_color; member
|
/openbmc/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()
|
/openbmc/linux/drivers/video/fbdev/intelfb/ |
H A D | intelfbdrv.c | 1535 bgcolor = dinfo->pseudo_palette[image->bg_color]; in intelfb_imageblit() 1538 bgcolor = image->bg_color; in intelfb_imageblit() 1582 bg =dinfo->pseudo_palette[cursor->image.bg_color]; in intelfb_cursor() 1585 bg = cursor->image.bg_color; in intelfb_cursor() 1618 bg = dinfo->pseudo_palette[cursor->image.bg_color]; in intelfb_cursor() 1621 bg = cursor->image.bg_color; in intelfb_cursor()
|
/openbmc/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()
|
/openbmc/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() 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()
|
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()
|