Home
last modified time | relevance | path

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

12

/linux-6.15/drivers/video/fbdev/via/
H A Dviafbdev.c727 u32 fg_color = 0, bg_color = 0; in viafb_imageblit() local
741 bg_color = in viafb_imageblit()
745 bg_color = image->bg_color; 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()
823 ((info->cmap.blue[bg_color] & 0xFFC0) >> 6); in viafb_cursor()
829 bg_color = in viafb_cursor()
830 ((info->cmap.red[bg_color] & 0xFF00) << 8) | in viafb_cursor()
831 (info->cmap.green[bg_color] & 0xFF00) | in viafb_cursor()
[all …]
H A Daccel.c42 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 Dviafbdev.h55 u32 fg_color, u32 bg_color, u8 fill_rop);
/linux-6.15/drivers/gpu/drm/amd/display/dc/mpc/dcn10/
H A Ddcn10_mpc.c41 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()
H A Ddcn10_mpc.h168 struct tg_color *bg_color,
/linux-6.15/drivers/gpu/drm/
H A Ddrm_panic.c321 u32 bg_color = drm_draw_color_from_xrgb8888(CONFIG_DRM_PANIC_BACKGROUND_COLOR, in draw_panic_static_user() local
341 drm_panic_fill(sb, &r_screen, bg_color); in draw_panic_static_user()
390 u32 bg_color = drm_draw_color_from_xrgb8888(CONFIG_DRM_PANIC_BACKGROUND_COLOR, in draw_panic_static_kmsg() local
406 drm_panic_fill(sb, &r_screen, bg_color); in draw_panic_static_kmsg()
578 u32 bg_color = drm_draw_color_from_xrgb8888(CONFIG_DRM_PANIC_BACKGROUND_COLOR, in _draw_panic_static_qr_code() local
624 drm_panic_fill(sb, &r_screen, bg_color); in _draw_panic_static_qr_code()
634 drm_panic_fill(sb, &r_qr, bg_color); in _draw_panic_static_qr_code()
/linux-6.15/drivers/video/fbdev/savage/
H A Dsavagefb_accel.c109 bg = image->bg_color; in savagefb_imageblit()
112 bg = ((u32 *)info->pseudo_palette)[image->bg_color]; in savagefb_imageblit()
/linux-6.15/drivers/video/fbdev/core/
H A Dbitblit.c157 image.bg_color = bg; in bit_putcs()
275 ops->cursor_state.image.bg_color != bg || in bit_cursor()
278 ops->cursor_state.image.bg_color = bg; in bit_cursor()
354 cursor.image.bg_color = ops->cursor_state.image.bg_color; in bit_cursor()
H A Dfbcon_ccw.c148 image.bg_color = bg; in ccw_putcs()
261 ops->cursor_state.image.bg_color != bg || in ccw_cursor()
264 ops->cursor_state.image.bg_color = bg; in ccw_cursor()
355 cursor.image.bg_color = ops->cursor_state.image.bg_color; in ccw_cursor()
H A Dfbcon_cw.c133 image.bg_color = bg; in cw_putcs()
244 ops->cursor_state.image.bg_color != bg || in cw_cursor()
247 ops->cursor_state.image.bg_color = bg; in cw_cursor()
338 cursor.image.bg_color = ops->cursor_state.image.bg_color; in cw_cursor()
H A Dfbcon_ud.c171 image.bg_color = bg; in ud_putcs()
292 ops->cursor_state.image.bg_color != bg || in ud_cursor()
295 ops->cursor_state.image.bg_color = bg; in ud_cursor()
378 cursor.image.bg_color = ops->cursor_state.image.bg_color; in ud_cursor()
H A Dfb_imageblit.h449 bgcolor = palette[image->bg_color]; in fb_bitmap_imageblit()
452 bgcolor = image->bg_color; in fb_bitmap_imageblit()
/linux-6.15/include/video/
H A Dsticore.h263 u8 bg_color; /* background color of character */ member
294 u8 bg_color; /* background color after move */ member
/linux-6.15/drivers/staging/sm750fb/
H A Dsm750.c140 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()
/linux-6.15/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb_accel.c215 ((u32 *) (info->pseudo_palette))[image->bg_color]; in mb86290fb_imageblit()
218 bgcolor = image->bg_color; in mb86290fb_imageblit()
/linux-6.15/drivers/video/fbdev/i810/
H A Di810_accel.c381 bg = image->bg_color; in i810fb_imageblit()
386 bg = ((u32 *)(info->pseudo_palette))[image->bg_color]; in i810fb_imageblit()
/linux-6.15/drivers/video/fbdev/nvidia/
H A Dnv_accel.c365 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-6.15/drivers/video/fbdev/aty/
H A Dmach64_accel.c360 bg = ((u32*)(info->pseudo_palette))[image->bg_color]; in atyfb_imageblit()
363 bg = image->bg_color; in atyfb_imageblit()
H A Dmach64_cursor.c134 bg_idx = cursor->image.bg_color; in atyfb_cursor()
/linux-6.15/drivers/video/fbdev/
H A Dtdfxfb.c973 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 Dcirrusfb.c405 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 Dpmag-aa-fb.c122 u8 bg = cursor->image.bg_color ? 0xf : 0x0; in aafb_cursor()
H A Dvga16fb.c1149 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()
/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dmpc.h921 struct tg_color *bg_color,
/linux-6.15/include/uapi/linux/
H A Dfb.h360 __u32 bg_color; member

12