Home
last modified time | relevance | path

Searched refs:lfb_linelength (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/firmware/efi/
H A Dsysfb_efi.c78 si->lfb_linelength = efifb_dmi_list[i].stride; in efifb_setup_from_dmi()
150 si->lfb_linelength = choose_value(info->stride, in efifb_set_system()
151 si->lfb_linelength, OVERRIDE_STRIDE, in efifb_set_system()
162 si->lfb_linelength = 0; in efifb_set_system()
172 si->lfb_height, si->lfb_linelength); in efifb_set_system()
244 si->lfb_linelength = bpp * si->lfb_width / BITS_PER_BYTE; in efifb_swap_width_height()
263 si->lfb_linelength = data->linelength; in efifb_check_and_swap_width_height()
/linux/include/uapi/linux/
H A Dscreen_info.h33 __u16 lfb_linelength; /* 0x24 */ member
/linux/drivers/firmware/efi/libstub/
H A Dgop.c393 si->lfb_linelength = (info->pixels_per_scan_line * si->lfb_depth) / 8; in setup_screen_info()
410 si->lfb_linelength = info->pixels_per_scan_line * 4; in setup_screen_info()
413 si->lfb_size = si->lfb_linelength * si->lfb_height; in setup_screen_info()
/linux/arch/arm/include/uapi/asm/
H A Dsetup.h110 __u16 lfb_linelength; member
/linux/arch/x86/xen/
H A Dvga.c48 screen_info->lfb_linelength = info->u.vesa_lfb.bytes_per_line; in xen_init_vga()
/linux/arch/x86/boot/
H A Dvideo-vesa.c214 boot_params.screen_info.lfb_linelength = vminfo.logical_scan; in vesa_store_mode_params_graphics()