Home
last modified time | relevance | path

Searched refs:lfb_depth (Results 1 - 25 of 34) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/firmware/
H A Dsysfb_simplefb.c44 * - Linux' EFI platform code computes lfb_depth from the in sysfb_parse_mode()
46 * - VBE 1.1 defines lfb_depth for XRGB1555 as 16, but later in sysfb_parse_mode()
55 * reported lfb_depth, whichever is highest. In the loop below, in sysfb_parse_mode()
59 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()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dscreen_info.h29 __u16 lfb_depth; /* 0x16 */ member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dscreen_info.h29 __u16 lfb_depth; /* 0x16 */ member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dscreen_info.h26 __u16 lfb_depth; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dscreen_info.h38 __u16 lfb_depth; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dscreen_info.h38 __u16 lfb_depth; member
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Defifb.c168 if (si->lfb_depth != 32) { in efifb_show_boot_graphics()
364 if (!screen_info.lfb_depth) in efifb_probe()
365 screen_info.lfb_depth = 32; in efifb_probe()
402 efifb_defined.bits_per_pixel = screen_info.lfb_depth; in efifb_probe()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Defifb.c178 if (si->lfb_depth != 32) { in efifb_show_boot_graphics()
382 if (!screen_info.lfb_depth) in efifb_probe()
383 screen_info.lfb_depth = 32; in efifb_probe()
420 efifb_defined.bits_per_pixel = screen_info.lfb_depth; in efifb_probe()
H A 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()
1463 sfb->fb->var.bits_per_pixel = smtc_scr_info.lfb_depth; in sm7xx_resolution_probe()
1491 big_pixel_depth(sfb->fb->var.bits_per_pixel, smtc_scr_info.lfb_depth); in sm7xx_resolution_probe()
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A 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()
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A 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()
/kernel/linux/linux-5.10/arch/arm/mach-rpc/include/mach/
H A Duncompress.h126 bytes_per_char_h = t->u.videolfb.lfb_depth; in arch_decomp_setup()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dsysfb_simplefb.c40 if (si->lfb_depth == f->bits_per_pixel && in parse_mode()
/kernel/linux/linux-5.10/arch/arm/include/uapi/asm/
H A Dsetup.h109 __u16 lfb_depth; member
/kernel/linux/linux-5.10/arch/x86/xen/
H A Dvga.c47 screen_info->lfb_depth = info->u.vesa_lfb.bits_per_pixel; in xen_init_vga()
/kernel/linux/linux-6.6/arch/arm/include/uapi/asm/
H A Dsetup.h109 __u16 lfb_depth; member
/kernel/linux/linux-6.6/arch/arm/mach-rpc/include/mach/
H A Duncompress.h126 bytes_per_char_h = t->u.videolfb.lfb_depth; in arch_decomp_setup()
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dvga.c46 screen_info->lfb_depth = info->u.vesa_lfb.bits_per_pixel; in xen_init_vga()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/
H A Dsetup.h63 __u16 lfb_depth; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/
H A Dsetup.h76 __u16 lfb_depth; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm/asm/
H A Dsetup.h76 __u16 lfb_depth; member
/kernel/linux/linux-5.10/arch/x86/boot/
H A Dvideo-vesa.c217 boot_params.screen_info.lfb_depth = vminfo.bpp; in vesa_store_mode_params_graphics()
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Dearlycon.c231 if (si->lfb_depth != 32) in efi_earlycon_setup()
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dvideo-vesa.c217 boot_params.screen_info.lfb_depth = vminfo.bpp; in vesa_store_mode_params_graphics()
/kernel/linux/linux-6.6/drivers/firmware/efi/
H A Dearlycon.c252 if (si->lfb_depth != 32) in efi_earlycon_setup()

Completed in 15 milliseconds

12