Home
last modified time | relevance | path

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

/linux/drivers/video/
H A Dscreen_info_generic.c172 u32 bits_per_pixel = si->lfb_depth; in __screen_info_lfb_bits_per_pixel()
179 bits_per_pixel = max_t(u32, bits_per_pixel, si->lfb_depth); in __screen_info_lfb_bits_per_pixel()
195 if (si->lfb_depth > 8) { in __screen_info_lfb_pixel_format()
208 f->index.length = si->lfb_depth; in __screen_info_lfb_pixel_format()
/linux/drivers/video/fbdev/
H A Dsm712fb.c38 u16 lfb_depth; member
98 u16 lfb_depth; member
851 smtc_scr_info.lfb_depth = 0; in sm7xx_vga_setup()
860 smtc_scr_info.lfb_depth = vesa_mode_table[i].lfb_depth; in sm7xx_vga_setup()
1462 sfb->fb->var.bits_per_pixel = smtc_scr_info.lfb_depth; in sm7xx_resolution_probe()
1490 big_pixel_depth(sfb->fb->var.bits_per_pixel, smtc_scr_info.lfb_depth); in sm7xx_resolution_probe()
H A Defifb.c173 if (si->lfb_depth != 32) { in efifb_show_boot_graphics()
388 if (!si->lfb_depth) in efifb_probe()
389 si->lfb_depth = 32; in efifb_probe()
412 efifb_defined.bits_per_pixel = si->lfb_depth; in efifb_probe()
H A Dvesafb.c278 vesafb_defined.bits_per_pixel = si->lfb_depth; in vesafb_probe()
/linux/include/uapi/linux/
H A Dscreen_info.h29 __u16 lfb_depth; /* 0x16 */ member
/linux/drivers/firmware/efi/libstub/
H A Dgop.c392 si->lfb_depth = si->red_size + si->green_size + si->blue_size + si->rsvd_size; in setup_screen_info()
393 si->lfb_linelength = (info->pixels_per_scan_line * si->lfb_depth) / 8; in setup_screen_info()
409 si->lfb_depth = 32; in setup_screen_info()
/linux/arch/arm/include/uapi/asm/
H A Dsetup.h109 __u16 lfb_depth; member
/linux/arch/x86/xen/
H A Dvga.c45 screen_info->lfb_depth = info->u.vesa_lfb.bits_per_pixel; in xen_init_vga()
/linux/arch/arm/mach-rpc/include/mach/
H A Duncompress.h126 bytes_per_char_h = t->u.videolfb.lfb_depth; in arch_decomp_setup()
/linux/arch/x86/boot/
H A Dvideo-vesa.c217 boot_params.screen_info.lfb_depth = vminfo.bpp; in vesa_store_mode_params_graphics()
/linux/drivers/firmware/efi/
H A Dearlycon.c252 if (si->lfb_depth != 32) in efi_earlycon_setup()