Home
last modified time | relevance | path

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

/u-boot/drivers/video/
A Dcoreboot.c23 vesa->x_resolution = fb->x_resolution; in save_vesa_mode()
A Defi.c87 vesa->x_resolution = mode->info->width; in get_mode_info()
119 vesa->x_resolution = mode->info->width; in get_mode_from_entry()
/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.c237 le16_to_cpu(mode_info->vesa.x_resolution), in vbe_set_graphics()
/u-boot/drivers/pci/
A Dpci_rom.c212 if (!vesa->x_resolution || !vesa->y_resolution) in setup_video()
217 screen_info->lfb_width = vesa->x_resolution; in setup_video()
332 if (!vesa->x_resolution) in vesa_setup_video_priv()
334 uc_priv->xsize = vesa->x_resolution; in vesa_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 Dvesa.h60 u16 x_resolution; /* 12 */ member
/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/lib/fsp/
A Dfsp_graphics.c58 vesa->x_resolution = ginfo->width; in save_vesa_mode()
/u-boot/arch/x86/include/asm/
A Dcoreboot_tables.h250 u32 x_resolution; member
/u-boot/cmd/x86/
A Dcbsysinfo.c248 print_dec(">X res", fb->x_resolution); in show_table()

Completed in 15 milliseconds