Home
last modified time | relevance | path

Searched refs:vesa_mode (Results 1 – 2 of 2) sorted by relevance

/drivers/bios_emulator/
A Datibios.c85 int vesa_mode, struct vesa_state *mode_info) in atibios_debug_mode() argument
183 debug("VBE: Setting VESA mode %#04x\n", vesa_mode); in atibios_set_vesa_mode()
185 regs->e.ebx = vesa_mode; in atibios_set_vesa_mode()
197 regs->e.ecx = vesa_mode; in atibios_set_vesa_mode()
209 mode_info->video_mode = vesa_mode; in atibios_set_vesa_mode()
233 int vesa_mode, struct vesa_state *mode_info) in PCI_doBIOSPOST() argument
261 if (vesa_mode != -1) in PCI_doBIOSPOST()
262 atibios_set_vesa_mode(&regs, vesa_mode, mode_info); in PCI_doBIOSPOST()
418 int vesa_mode, struct vesa_state *mode_info) in PCI_postController() argument
497 BE_VGAInfo *vga_info, int clean_up, int vesa_mode, in biosemu_run() argument
[all …]
/drivers/pci/
A Dpci_rom.c244 int vesa_mode = -1; in dm_pci_run_vga_bios() local
275 vesa_mode = CONFIG_FRAMEBUFFER_VESA_MODE; in dm_pci_run_vga_bios()
277 debug("Selected vesa mode 0x%x\n", vesa_mode); in dm_pci_run_vga_bios()
313 true, vesa_mode, &mode_info); in dm_pci_run_vga_bios()
323 bios_run_on_x86(dev, (unsigned long)ram, vesa_mode, in dm_pci_run_vga_bios()

Completed in 4 milliseconds