Home
last modified time | relevance | path

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

/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()
/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()