Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/
Defifb.c140 if (!screen_info.lfb_depth) in efifb_probe()
141 screen_info.lfb_depth = 32; in efifb_probe()
163 efifb_defined.bits_per_pixel = screen_info.lfb_depth; in efifb_probe()
Dvesafb.c246 vesafb_defined.bits_per_pixel = screen_info.lfb_depth; in vesafb_probe()
/linux-4.1.27/include/uapi/linux/
Dscreen_info.h28 __u16 lfb_depth; /* 0x16 */ member
/linux-4.1.27/drivers/staging/sm7xxfb/
Dsm7xxfb.c94 u16 lfb_depth; member
128 smtc_scr_info.lfb_depth = 0; in sm7xx_vga_setup()
137 smtc_scr_info.lfb_depth = vesa_mode_table[i].lfb_depth; in sm7xx_vga_setup()
804 sfb->fb.var.bits_per_pixel = smtc_scr_info.lfb_depth; in smtcfb_pci_probe()
814 sfb->fb.var.bits_per_pixel = (smtc_scr_info.lfb_depth = 32); in smtcfb_pci_probe()
/linux-4.1.27/arch/x86/kernel/
Dsysfb_simplefb.c44 if (si->lfb_depth == f->bits_per_pixel && in parse_mode()
/linux-4.1.27/arch/arm/include/uapi/asm/
Dsetup.h108 __u16 lfb_depth; member
/linux-4.1.27/arch/x86/xen/
Dvga.c46 screen_info->lfb_depth = info->u.vesa_lfb.bits_per_pixel; in xen_init_vga()
/linux-4.1.27/arch/x86/boot/compressed/
Deboot.c579 si->lfb_depth = 32; in setup_pixel_info()
590 si->lfb_depth = 32; in setup_pixel_info()
607 si->lfb_depth = si->red_size + si->green_size + in setup_pixel_info()
609 si->lfb_linelength = (pixels_per_scan_line * si->lfb_depth) / 8; in setup_pixel_info()
611 si->lfb_depth = 4; in setup_pixel_info()
989 si->lfb_depth = 32; in setup_uga()
/linux-4.1.27/arch/x86/platform/efi/
Dearly_printk.c213 if (si->lfb_depth != 32) in early_efi_setup()
/linux-4.1.27/arch/x86/boot/
Dvideo-vesa.c219 boot_params.screen_info.lfb_depth = vminfo.bpp; in vesa_store_mode_params_graphics()
/linux-4.1.27/drivers/video/fbdev/intelfb/
Dintelfbdrv.c986 var->bits_per_pixel = screen_info.lfb_depth; in get_initial_mode()
987 switch (screen_info.lfb_depth) { in get_initial_mode()
/linux-4.1.27/drivers/video/fbdev/sis/
Dsis_main.c230 int mydepth = screen_info.lfb_depth; in sisfb_get_vga_mode_from_kernel()