Searched refs:lfb_linelength (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/gpu/drm/sysfb/ |
| H A D | drm_sysfb_screen_info.c | 58 u64 lfb_linelength = si->lfb_linelength; in drm_sysfb_get_stride_si() local 60 if (!lfb_linelength) in drm_sysfb_get_stride_si() 61 lfb_linelength = drm_format_info_min_pitch(format, 0, width); in drm_sysfb_get_stride_si() 63 return drm_sysfb_get_validated_int0(dev, "stride", lfb_linelength, div64_u64(size, height)); in drm_sysfb_get_stride_si()
|
| /linux/drivers/firmware/efi/ |
| H A D | sysfb_efi.c | 78 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()
|
| H A D | earlycon.c | 80 len = si->lfb_linelength; in efi_earlycon_clear_scanline() 103 len = si->lfb_linelength; in efi_earlycon_scroll_up() 156 len = si->lfb_linelength; in efi_earlycon_write()
|
| /linux/drivers/video/fbdev/ |
| H A D | efifb.c | 215 for (y = 0; y < si->lfb_height; y++, dst += si->lfb_linelength) { in efifb_show_boot_graphics() 291 si->lfb_linelength = simple_strtoul(this_opt+7, NULL, 0) * 4; in efifb_setup() 385 if (!si->lfb_linelength) in efifb_probe() 415 efifb_fix.line_length = si->lfb_linelength; in efifb_probe()
|
| H A D | vesafb.c | 283 vesafb_fix.line_length = si->lfb_linelength; in vesafb_probe()
|
| /linux/include/uapi/linux/ |
| H A D | screen_info.h | 33 __u16 lfb_linelength; /* 0x24 */ member
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | gop.c | 393 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 D | setup.h | 110 __u16 lfb_linelength; member
|
| /linux/drivers/firmware/ |
| H A D | sysfb_simplefb.c | 56 mode->stride = si->lfb_linelength; in sysfb_parse_mode()
|
| /linux/arch/x86/xen/ |
| H A D | vga.c | 48 screen_info->lfb_linelength = info->u.vesa_lfb.bytes_per_line; in xen_init_vga()
|
| /linux/arch/x86/boot/ |
| H A D | video-vesa.c | 214 boot_params.screen_info.lfb_linelength = vminfo.logical_scan; in vesa_store_mode_params_graphics()
|