Home
last modified time | relevance | path

Searched refs:lfb_depth (Results 1 – 12 of 12) sorted by relevance

/linux-6.12.1/drivers/firmware/
Dsysfb_simplefb.c59 if (si->lfb_depth > 8) { in sysfb_parse_mode()
64 bits_per_pixel = max_t(u32, bits_per_pixel, si->lfb_depth); in sysfb_parse_mode()
66 bits_per_pixel = si->lfb_depth; in sysfb_parse_mode()
/linux-6.12.1/drivers/video/fbdev/
Dsm712fb.c38 u16 lfb_depth; member
98 u16 lfb_depth; member
851 smtc_scr_info.lfb_depth = 0; in sm7xx_vga_setup()
860 smtc_scr_info.lfb_depth = vesa_mode_table[i].lfb_depth; in sm7xx_vga_setup()
1462 sfb->fb->var.bits_per_pixel = smtc_scr_info.lfb_depth; in sm7xx_resolution_probe()
1490 big_pixel_depth(sfb->fb->var.bits_per_pixel, smtc_scr_info.lfb_depth); in sm7xx_resolution_probe()
Defifb.c173 if (si->lfb_depth != 32) { in efifb_show_boot_graphics()
388 if (!si->lfb_depth) in efifb_probe()
389 si->lfb_depth = 32; in efifb_probe()
412 efifb_defined.bits_per_pixel = si->lfb_depth; in efifb_probe()
Dvesafb.c276 vesafb_defined.bits_per_pixel = si->lfb_depth; in vesafb_probe()
/linux-6.12.1/include/uapi/linux/
Dscreen_info.h29 __u16 lfb_depth; /* 0x16 */ member
/linux-6.12.1/drivers/firmware/efi/libstub/
Dgop.c442 si->lfb_depth = si->red_size + si->green_size + in setup_pixel_info()
444 si->lfb_linelength = (pixels_per_scan_line * si->lfb_depth) / 8; in setup_pixel_info()
459 si->lfb_depth = 32; in setup_pixel_info()
Dx86-stub.c470 si->lfb_depth = 32; in setup_uga()
/linux-6.12.1/arch/arm/include/uapi/asm/
Dsetup.h109 __u16 lfb_depth; member
/linux-6.12.1/arch/x86/xen/
Dvga.c45 screen_info->lfb_depth = info->u.vesa_lfb.bits_per_pixel; in xen_init_vga()
/linux-6.12.1/arch/arm/mach-rpc/include/mach/
Duncompress.h126 bytes_per_char_h = t->u.videolfb.lfb_depth; in arch_decomp_setup()
/linux-6.12.1/arch/x86/boot/
Dvideo-vesa.c217 boot_params.screen_info.lfb_depth = vminfo.bpp; in vesa_store_mode_params_graphics()
/linux-6.12.1/drivers/firmware/efi/
Dearlycon.c252 if (si->lfb_depth != 32) in efi_earlycon_setup()