Home
last modified time | relevance | path

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

/u-boot/drivers/video/
A Dcoreboot.c22 vesa->x_resolution = fb->x_resolution; in save_vesa_mode()
A Defi.c67 vesa->x_resolution = mode->info->width; in save_vesa_mode()
/u-boot/arch/x86/lib/
A Dcoreboot_table.c151 if (vesa->x_resolution && vesa->y_resolution) { in write_coreboot_table()
156 fb->x_resolution = vesa->x_resolution; in write_coreboot_table()
A Dbios.c235 le16_to_cpu(mode_info->vesa.x_resolution), in vbe_set_graphics()
/u-boot/drivers/pci/
A Dpci_rom.c213 if (!vesa->x_resolution || !vesa->y_resolution) in setup_video()
218 screen_info->lfb_width = vesa->x_resolution; in setup_video()
334 if (!vesa->x_resolution) in vbe_setup_video_priv()
336 uc_priv->xsize = vesa->x_resolution; in vbe_setup_video_priv()
/u-boot/cmd/
A Delf.c173 if (vesa->x_resolution && vesa->y_resolution) { in do_bootvx()
177 gop->info.width = vesa->x_resolution; in do_bootvx()
/u-boot/include/
A Dvbe.h57 u16 x_resolution; /* 12 */ member
/u-boot/arch/x86/lib/fsp/
A Dfsp_graphics.c58 vesa->x_resolution = ginfo->width; in save_vesa_mode()
/u-boot/drivers/bios_emulator/
A Datibios.c162 le16_to_cpu(vm->x_resolution), in atibios_debug_mode()
212 vm->x_resolution = le16_to_cpu(vm->x_resolution); in atibios_set_vesa_mode()
/u-boot/arch/x86/include/asm/
A Dcoreboot_tables.h150 u32 x_resolution; member

Completed in 10 milliseconds