Home
last modified time | relevance | path

Searched refs:y_resolution (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dcoreboot.c23 vesa->y_resolution = fb->y_resolution; in save_vesa_mode()
H A Defi.c67 vesa->y_resolution = mode->info->height; in save_vesa_mode()
/openbmc/u-boot/arch/x86/lib/
H A Dcoreboot_table.c148 if (vesa->x_resolution && vesa->y_resolution) { in write_coreboot_table()
154 fb->y_resolution = vesa->y_resolution; in write_coreboot_table()
H A Dbios.c233 le16_to_cpu(mode_info->vesa.y_resolution), in vbe_set_graphics()
/openbmc/u-boot/drivers/pci/
H A Dpci_rom.c209 if (!vesa->x_resolution || !vesa->y_resolution) in setup_video()
215 screen_info->lfb_height = vesa->y_resolution; in setup_video()
333 uc_priv->ysize = vesa->y_resolution; in vbe_setup_video_priv()
347 plat->size = vesa->bytes_per_scanline * vesa->y_resolution; in vbe_setup_video_priv()
/openbmc/u-boot/cmd/
H A Delf.c407 if (vesa->x_resolution && vesa->y_resolution) { in do_bootvx()
412 gop->info.height = vesa->y_resolution; in do_bootvx()
416 gop->fb_size = vesa->bytes_per_scanline * vesa->y_resolution; in do_bootvx()
/openbmc/u-boot/arch/x86/lib/fsp/
H A Dfsp_graphics.c50 vesa->y_resolution = ginfo->height; in save_vesa_mode()
/openbmc/u-boot/include/
H A Dvbe.h58 u16 y_resolution; /* 14 */ member
/openbmc/u-boot/drivers/bios_emulator/
H A Datibios.c161 le16_to_cpu(vm->y_resolution), in atibios_debug_mode()
211 vm->y_resolution = le16_to_cpu(vm->y_resolution); in atibios_set_vesa_mode()
/openbmc/u-boot/arch/x86/include/asm/
H A Dcoreboot_tables.h130 u32 y_resolution; member