Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/
Defifb.c154 if (!screen_info.lfb_depth) in efifb_probe()
155 screen_info.lfb_depth = 32; in efifb_probe()
185 efifb_defined.bits_per_pixel = screen_info.lfb_depth; in efifb_probe()
Dsm712fb.c94 u16 lfb_depth; member
788 smtc_scr_info.lfb_depth = 0; in sm7xx_vga_setup()
797 smtc_scr_info.lfb_depth = vesa_mode_table[i].lfb_depth; in sm7xx_vga_setup()
1413 sfb->fb->var.bits_per_pixel = smtc_scr_info.lfb_depth; in smtcfb_pci_probe()
1421 big_pixel_depth(sfb->fb->var.bits_per_pixel, smtc_scr_info.lfb_depth); in smtcfb_pci_probe()
Dvesafb.c254 vesafb_defined.bits_per_pixel = screen_info.lfb_depth; in vesafb_probe()
/linux-4.4.14/include/uapi/linux/
Dscreen_info.h28 __u16 lfb_depth; /* 0x16 */ member
/linux-4.4.14/arch/x86/kernel/
Dsysfb_simplefb.c44 if (si->lfb_depth == f->bits_per_pixel && in parse_mode()
/linux-4.4.14/arch/arm/include/uapi/asm/
Dsetup.h108 __u16 lfb_depth; member
/linux-4.4.14/arch/x86/xen/
Dvga.c46 screen_info->lfb_depth = info->u.vesa_lfb.bits_per_pixel; in xen_init_vga()
/linux-4.4.14/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()
1005 si->lfb_depth = 32; in setup_uga()
/linux-4.4.14/arch/x86/platform/efi/
Dearly_printk.c213 if (si->lfb_depth != 32) in early_efi_setup()
/linux-4.4.14/arch/x86/boot/
Dvideo-vesa.c219 boot_params.screen_info.lfb_depth = vminfo.bpp; in vesa_store_mode_params_graphics()
/linux-4.4.14/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-4.4.14/drivers/video/fbdev/sis/
Dsis_main.c227 int mydepth = screen_info.lfb_depth; in sisfb_get_vga_mode_from_kernel()