Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dsm712fb.c92 u16 lfb_depth; member
845 smtc_scr_info.lfb_depth = 0; in sm7xx_vga_setup()
854 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()
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()
H A Dvesafb.c256 vesafb_defined.bits_per_pixel = screen_info.lfb_depth; in vesafb_probe()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dscreen_info.h29 __u16 lfb_depth; /* 0x16 */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dscreen_info.h29 __u16 lfb_depth; /* 0x16 */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dscreen_info.h29 __u16 lfb_depth; /* 0x16 */ member
/OK3568_Linux_fs/kernel/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()
H A Dx86-stub.c289 si->lfb_depth = 32; in setup_uga()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dscreen_info.h28 __u16 lfb_depth; /* 0x16 */ member
/OK3568_Linux_fs/kernel/arch/arm/include/uapi/asm/
H A Dsetup.h109 __u16 lfb_depth; member
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsysfb_simplefb.c40 if (si->lfb_depth == f->bits_per_pixel && in parse_mode()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm/
H A Dsetup.h109 __u16 lfb_depth; member
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Dsetup.h106 u16 lfb_depth; member
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Dvga.c47 screen_info->lfb_depth = info->u.vesa_lfb.bits_per_pixel; in xen_init_vga()
/OK3568_Linux_fs/kernel/arch/arm/mach-rpc/include/mach/
H A Duncompress.h126 bytes_per_char_h = t->u.videolfb.lfb_depth; in arch_decomp_setup()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dsetup.h170 u16 lfb_depth; member
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Dearlycon.c231 if (si->lfb_depth != 32) in efi_earlycon_setup()
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dvideo-vesa.c217 boot_params.screen_info.lfb_depth = vminfo.bpp; in vesa_store_mode_params_graphics()
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_rom.c217 screen_info->lfb_depth = vesa->bits_per_pixel; in setup_video()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c955 var->bits_per_pixel = screen_info.lfb_depth; in get_initial_mode()
956 switch (screen_info.lfb_depth) { in get_initial_mode()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/sis/
H A Dsis_main.c264 int mydepth = screen_info.lfb_depth; in sisfb_get_vga_mode_from_kernel()