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

/linux-master/drivers/firmware/
H A Dsysfb_simplefb.c44 * - Linux' EFI platform code computes lfb_depth from the
46 * - VBE 1.1 defines lfb_depth for XRGB1555 as 16, but later
55 * reported lfb_depth, whichever is highest. In the loop below,
59 if (si->lfb_depth > 8) {
64 bits_per_pixel = max_t(u32, bits_per_pixel, si->lfb_depth);
66 bits_per_pixel = si->lfb_depth;
/linux-master/include/uapi/linux/
H A Dscreen_info.h29 __u16 lfb_depth; /* 0x16 */ member in struct:screen_info
/linux-master/arch/arm/include/uapi/asm/
H A Dsetup.h109 __u16 lfb_depth; member in struct:tag_videolfb
/linux-master/arch/x86/xen/
H A Dvga.c45 screen_info->lfb_depth = info->u.vesa_lfb.bits_per_pixel;
/linux-master/arch/arm/mach-rpc/include/mach/
H A Duncompress.h126 bytes_per_char_h = t->u.videolfb.lfb_depth;
/linux-master/drivers/video/fbdev/
H A Defifb.c173 if (si->lfb_depth != 32) {
386 if (!si->lfb_depth)
387 si->lfb_depth = 32;
410 efifb_defined.bits_per_pixel = si->lfb_depth;
H A Dsm712fb.c38 u16 lfb_depth; member in struct:smtcfb_screen_info
98 u16 lfb_depth; member in struct:vesa_mode
851 smtc_scr_info.lfb_depth = 0;
860 smtc_scr_info.lfb_depth = vesa_mode_table[i].lfb_depth;
1462 sfb->fb->var.bits_per_pixel = smtc_scr_info.lfb_depth;
1490 big_pixel_depth(sfb->fb->var.bits_per_pixel, smtc_scr_info.lfb_depth);
H A Dvesafb.c276 vesafb_defined.bits_per_pixel = si->lfb_depth;
/linux-master/drivers/firmware/efi/libstub/
H A Dgop.c442 si->lfb_depth = si->red_size + si->green_size +
444 si->lfb_linelength = (pixels_per_scan_line * si->lfb_depth) / 8;
459 si->lfb_depth = 32;
H A Dx86-stub.c405 si->lfb_depth = 32;
/linux-master/arch/x86/boot/
H A Dvideo-vesa.c217 boot_params.screen_info.lfb_depth = vminfo.bpp;
/linux-master/drivers/firmware/efi/
H A Dearlycon.c252 if (si->lfb_depth != 32)

Completed in 189 milliseconds