Home
last modified time | relevance | path

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

/u-boot/drivers/video/
A Dcoreboot.c23 vesa->y_resolution = fb->y_resolution; in save_vesa_mode()
A Defi.c68 vesa->y_resolution = mode->info->height; in save_vesa_mode()
/u-boot/arch/x86/lib/
A Dcoreboot_table.c151 if (vesa->x_resolution && vesa->y_resolution) { in write_coreboot_table()
157 fb->y_resolution = vesa->y_resolution; in write_coreboot_table()
A Dbios.c236 le16_to_cpu(mode_info->vesa.y_resolution), in vbe_set_graphics()
/u-boot/cmd/
A Delf.c173 if (vesa->x_resolution && vesa->y_resolution) { in do_bootvx()
178 gop->info.height = vesa->y_resolution; in do_bootvx()
182 gop->fb_size = vesa->bytes_per_scanline * vesa->y_resolution; in do_bootvx()
/u-boot/drivers/pci/
A Dpci_rom.c213 if (!vesa->x_resolution || !vesa->y_resolution) in setup_video()
219 screen_info->lfb_height = vesa->y_resolution; in setup_video()
337 uc_priv->ysize = vesa->y_resolution; in vbe_setup_video_priv()
360 plat->size = vesa->bytes_per_scanline * vesa->y_resolution; in vbe_setup_video_priv()
/u-boot/include/
A Dvbe.h58 u16 y_resolution; /* 14 */ member
/u-boot/arch/x86/lib/fsp/
A Dfsp_graphics.c59 vesa->y_resolution = ginfo->height; in save_vesa_mode()
/u-boot/drivers/bios_emulator/
A Datibios.c163 le16_to_cpu(vm->y_resolution), in atibios_debug_mode()
213 vm->y_resolution = le16_to_cpu(vm->y_resolution); in atibios_set_vesa_mode()
/u-boot/arch/x86/include/asm/
A Dcoreboot_tables.h151 u32 y_resolution; member

Completed in 9 milliseconds