Searched refs:lfb_width (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/firmware/efi/ |
| H A D | sysfb_efi.c | 79 si->lfb_width = efifb_dmi_list[i].width; in efifb_setup_from_dmi() 153 si->lfb_width = choose_value(info->width, in efifb_set_system() 154 si->lfb_width, OVERRIDE_WIDTH, in efifb_set_system() 163 si->lfb_width = 0; in efifb_set_system() 171 si->lfb_base, si->lfb_width, in efifb_set_system() 243 swap(si->lfb_width, si->lfb_height); in efifb_swap_width_height() 244 si->lfb_linelength = bpp * si->lfb_width / BITS_PER_BYTE; in efifb_swap_width_height() 261 if (data->width == si->lfb_width && data->height == si->lfb_height) { in efifb_check_and_swap_width_height() 262 swap(si->lfb_width, si->lfb_height); in efifb_check_and_swap_width_height()
|
| H A D | earlycon.c | 159 unsigned int linemax = (si->lfb_width - efi_x) / font->width; in efi_earlycon_write() 198 if (efi_x + font->width > si->lfb_width) { in efi_earlycon_write() 245 xres = si->lfb_width; in efi_earlycon_setup()
|
| /linux/drivers/video/fbdev/ |
| H A D | efifb.c | 135 u32 expected_xoffset = (si->lfb_width - bmp_width) / 2; in efifb_bgrt_sanity_check() 206 if ((bgrt_tab.image_offset_x + bmp_width) > si->lfb_width || in efifb_show_boot_graphics() 219 memset(dst, 0, 4 * si->lfb_width); in efifb_show_boot_graphics() 234 memset((u32 *)dst + dst_x, 0, (si->lfb_width - dst_x) * 4); in efifb_show_boot_graphics() 295 si->lfb_width = simple_strtoul(this_opt+6, NULL, 0); in efifb_setup() 413 efifb_defined.xres = si->lfb_width; in efifb_probe()
|
| H A D | sm712fb.c | 36 u16 lfb_width; member 96 u16 lfb_width; member 849 smtc_scr_info.lfb_width = 0; in sm7xx_vga_setup() 857 smtc_scr_info.lfb_width = vesa_mode_table[i].lfb_width; in sm7xx_vga_setup() 1459 if (smtc_scr_info.lfb_width != 0) { in sm7xx_resolution_probe() 1460 sfb->fb->var.xres = smtc_scr_info.lfb_width; in sm7xx_resolution_probe()
|
| H A D | vesafb.c | 281 vesafb_defined.xres = si->lfb_width; in vesafb_probe()
|
| /linux/include/uapi/linux/ |
| H A D | screen_info.h | 27 __u16 lfb_width; /* 0x12 */ member
|
| /linux/drivers/gpu/drm/sysfb/ |
| H A D | drm_sysfb_screen_info.c | 28 return drm_sysfb_get_validated_int0(dev, "width", si->lfb_width, U16_MAX); in drm_sysfb_get_width_si()
|
| /linux/arch/arm/include/uapi/asm/ |
| H A D | setup.h | 107 __u16 lfb_width; member
|
| /linux/drivers/firmware/ |
| H A D | sysfb_simplefb.c | 54 mode->width = si->lfb_width; in sysfb_parse_mode()
|
| /linux/arch/x86/xen/ |
| H A D | vga.c | 43 screen_info->lfb_width = info->u.vesa_lfb.width; in xen_init_vga()
|
| /linux/arch/x86/boot/ |
| H A D | video-vesa.c | 215 boot_params.screen_info.lfb_width = vminfo.h_res; in vesa_store_mode_params_graphics()
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | gop.c | 378 si->lfb_width = info->horizontal_resolution; in setup_screen_info()
|