Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/
Dsm712fb.c93 u16 lfb_depth; member
846 smtc_scr_info.lfb_depth = 0; in sm7xx_vga_setup()
855 smtc_scr_info.lfb_depth = vesa_mode_table[i].lfb_depth; in sm7xx_vga_setup()
1464 sfb->fb->var.bits_per_pixel = smtc_scr_info.lfb_depth; in sm7xx_resolution_probe()
1492 big_pixel_depth(sfb->fb->var.bits_per_pixel, smtc_scr_info.lfb_depth); in sm7xx_resolution_probe()
Defifb.c171 if (si->lfb_depth != 32) { in efifb_show_boot_graphics()
375 if (!screen_info.lfb_depth) in efifb_probe()
376 screen_info.lfb_depth = 32; in efifb_probe()
413 efifb_defined.bits_per_pixel = screen_info.lfb_depth; in efifb_probe()
Dvesafb.c262 vesafb_defined.bits_per_pixel = screen_info.lfb_depth; in vesafb_probe()
/linux-6.1.9/include/uapi/linux/
Dscreen_info.h29 __u16 lfb_depth; /* 0x16 */ member
/linux-6.1.9/drivers/firmware/efi/libstub/
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()
Dx86-stub.c393 si->lfb_depth = 32; in setup_uga()
/linux-6.1.9/arch/arm/include/uapi/asm/
Dsetup.h109 __u16 lfb_depth; member
/linux-6.1.9/drivers/firmware/
Dsysfb_simplefb.c40 if (si->lfb_depth == f->bits_per_pixel && in sysfb_parse_mode()
/linux-6.1.9/arch/x86/xen/
Dvga.c47 screen_info->lfb_depth = info->u.vesa_lfb.bits_per_pixel; in xen_init_vga()
/linux-6.1.9/arch/arm/mach-rpc/include/mach/
Duncompress.h126 bytes_per_char_h = t->u.videolfb.lfb_depth; in arch_decomp_setup()
/linux-6.1.9/arch/x86/boot/
Dvideo-vesa.c217 boot_params.screen_info.lfb_depth = vminfo.bpp; in vesa_store_mode_params_graphics()
/linux-6.1.9/drivers/firmware/efi/
Dearlycon.c231 if (si->lfb_depth != 32) in efi_earlycon_setup()
/linux-6.1.9/drivers/video/fbdev/intelfb/
Dintelfbdrv.c960 var->bits_per_pixel = screen_info.lfb_depth; in get_initial_mode()
961 switch (screen_info.lfb_depth) { in get_initial_mode()
/linux-6.1.9/drivers/video/fbdev/sis/
Dsis_main.c265 int mydepth = screen_info.lfb_depth; in sisfb_get_vga_mode_from_kernel()