Home
last modified time | relevance | path

Searched refs:blit_x (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dfb.h438 u32 blit_x; /* supported bit block dimensions (1-32)*/ member
/openbmc/linux/drivers/video/fbdev/
H A Dvt8623fb.c393 info->pixmap.blit_x = (bpp == 4) ? (1 << (8 - 1)) : (~(u32)0); in vt8623fb_set_par()
411 info->pixmap.blit_x = 1 << (8 - 1); in vt8623fb_set_par()
H A Darkfb.c625 info->pixmap.blit_x = (bpp == 4) ? (1 << (8 - 1)) : (~(u32)0); in arkfb_set_par()
638 info->pixmap.blit_x = 1 << (8 - 1); in arkfb_set_par()
H A Ds3fb.c621 info->pixmap.blit_x = (bpp == 4) ? (1 << (8 - 1)) : (~(u32)0); in s3fb_set_par()
634 info->pixmap.blit_x = 1 << (8 - 1); in s3fb_set_par()
H A Dvga16fb.c1361 info->pixmap.blit_x = 1 << 7 | 1 << 15 | 1 << 23 | 1 << 31; in vga16fb_probe()
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbmem.c963 if (!fb_info->pixmap.blit_x) in do_register_framebuffer()
964 fb_info->pixmap.blit_x = ~(u32)0; in do_register_framebuffer()
H A Dfbcon.c965 info->pixmap.blit_x, in fbcon_startup()
1042 info->pixmap.blit_x, in fbcon_init()
2489 if (!(info->pixmap.blit_x & BIT(font->width - 1)) || in fbcon_set_font()
2543 info->pixmap.blit_x, info->pixmap.blit_y); in fbcon_set_def_font()
/openbmc/linux/include/linux/
H A Dfb.h195 u32 blit_x; /* supported bit block dimensions (1-32)*/ member