Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/firmware/efi/libstub/
Dgop.c43 si->lfb_depth = 32; in setup_pixel_info()
54 si->lfb_depth = 32; in setup_pixel_info()
71 si->lfb_depth = si->red_size + si->green_size + in setup_pixel_info()
73 si->lfb_linelength = (pixels_per_scan_line * si->lfb_depth) / 8; in setup_pixel_info()
75 si->lfb_depth = 4; in setup_pixel_info()
/Linux-v4.19/drivers/video/fbdev/
Dsm712fb.c92 u16 lfb_depth; member
786 smtc_scr_info.lfb_depth = 0; in sm7xx_vga_setup()
795 smtc_scr_info.lfb_depth = vesa_mode_table[i].lfb_depth; in sm7xx_vga_setup()
1412 sfb->fb->var.bits_per_pixel = smtc_scr_info.lfb_depth; in smtcfb_pci_probe()
1420 big_pixel_depth(sfb->fb->var.bits_per_pixel, smtc_scr_info.lfb_depth); in smtcfb_pci_probe()
Defifb.c178 if (si->lfb_depth != 32) { in efifb_show_boot_graphics()
374 if (!screen_info.lfb_depth) in efifb_probe()
375 screen_info.lfb_depth = 32; in efifb_probe()
412 efifb_defined.bits_per_pixel = screen_info.lfb_depth; in efifb_probe()
Dvesafb.c254 vesafb_defined.bits_per_pixel = screen_info.lfb_depth; in vesafb_probe()
/Linux-v4.19/include/uapi/linux/
Dscreen_info.h29 __u16 lfb_depth; /* 0x16 */ member
/Linux-v4.19/arch/x86/kernel/
Dsysfb_simplefb.c44 if (si->lfb_depth == f->bits_per_pixel && in parse_mode()
/Linux-v4.19/arch/arm/include/uapi/asm/
Dsetup.h109 __u16 lfb_depth; member
/Linux-v4.19/arch/x86/xen/
Dvga.c47 screen_info->lfb_depth = info->u.vesa_lfb.bits_per_pixel; in xen_init_vga()
/Linux-v4.19/arch/x86/platform/efi/
Dearly_printk.c213 if (si->lfb_depth != 32) in early_efi_setup()
/Linux-v4.19/arch/x86/boot/
Dvideo-vesa.c219 boot_params.screen_info.lfb_depth = vminfo.bpp; in vesa_store_mode_params_graphics()
/Linux-v4.19/drivers/video/fbdev/intelfb/
Dintelfbdrv.c956 var->bits_per_pixel = screen_info.lfb_depth; in get_initial_mode()
957 switch (screen_info.lfb_depth) { in get_initial_mode()
/Linux-v4.19/arch/x86/boot/compressed/
Deboot.c325 si->lfb_depth = 32; in setup_uga()
/Linux-v4.19/drivers/video/fbdev/sis/
Dsis_main.c278 int mydepth = screen_info.lfb_depth; in sisfb_get_vga_mode_from_kernel()