/kernel/linux/linux-5.10/drivers/video/fbdev/via/ |
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 …]
|
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()
|
D | viafbdev.h | 55 u32 fg_color, u32 bg_color, u8 fill_rop);
|
/kernel/linux/linux-4.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);
|
/kernel/linux/linux-4.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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-4.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()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
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()
|
D | bitblit.c | 158 image.bg_color = bg; in bit_putcs() 273 ops->cursor_state.image.bg_color != bg || in bit_cursor() 276 ops->cursor_state.image.bg_color = bg; in bit_cursor() 361 cursor.image.bg_color = ops->cursor_state.image.bg_color; in bit_cursor()
|
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()
|
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()
|
D | sysimgblt.c | 266 bgcolor = ((u32*)(p->pseudo_palette))[image->bg_color]; in sys_imageblit() 269 bgcolor = image->bg_color; in sys_imageblit()
|
/kernel/linux/linux-4.19/drivers/video/fbdev/core/ |
D | bitblit.c | 158 image.bg_color = bg; in bit_putcs() 273 ops->cursor_state.image.bg_color != bg || in bit_cursor() 276 ops->cursor_state.image.bg_color = bg; in bit_cursor() 361 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() 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()
|
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()
|
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()
|
D | sysimgblt.c | 266 bgcolor = ((u32*)(p->pseudo_palette))[image->bg_color]; in sys_imageblit() 269 bgcolor = image->bg_color; in sys_imageblit()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_mpc.c | 41 struct tg_color *bg_color, in mpc1_set_bg_color() argument 57 bg_r_cr = bg_color->color_r_cr << 2; in mpc1_set_bg_color() 58 bg_g_y = bg_color->color_g_y << 2; in mpc1_set_bg_color() 59 bg_b_cb = bg_color->color_b_cb << 2; in mpc1_set_bg_color()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
D | nv04_fbcon.c | 99 bg = ((uint32_t *) info->pseudo_palette)[image->bg_color]; in nv04_fbcon_imageblit() 102 bg = image->bg_color; in nv04_fbcon_imageblit()
|
/kernel/linux/linux-4.19/drivers/gpu/drm/nouveau/ |
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 | 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()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
D | sticore.h | 262 u8 bg_color; /* background color of character */ member 293 u8 bg_color; /* background color after move */ member
|
/kernel/linux/linux-4.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
|