Searched refs:vesa_mode (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/drivers/bios_emulator/ |
H A D | atibios.c | 83 int vesa_mode, struct vbe_mode_info *mode_info) in atibios_debug_mode() argument 174 static int atibios_set_vesa_mode(RMREGS *regs, int vesa_mode, in atibios_set_vesa_mode() argument 182 debug("VBE: Setting VESA mode %#04x\n", vesa_mode); in atibios_set_vesa_mode() 184 regs->e.ebx = vesa_mode; in atibios_set_vesa_mode() 194 debug("VBE: Geting info for VESA mode %#04x\n", vesa_mode); in atibios_set_vesa_mode() 196 regs->e.ecx = vesa_mode; in atibios_set_vesa_mode() 208 mode_info->video_mode = vesa_mode; in atibios_set_vesa_mode() 233 int vesa_mode, struct vbe_mode_info *mode_info) in PCI_doBIOSPOST() argument 236 int vesa_mode, struct vbe_mode_info *mode_info) in PCI_doBIOSPOST() 271 atibios_debug_mode(vga_info, ®s, vesa_mode, mode_info); in PCI_doBIOSPOST() [all …]
|
/openbmc/u-boot/include/ |
H A D | bios_emul.h | 53 void bios_run_on_x86(struct udevice *dev, unsigned long addr, int vesa_mode, 72 BE_VGAInfo *vga_info, int clean_up, int vesa_mode, 78 BE_VGAInfo *vga_info, int clean_up, int vesa_mode,
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | bios.c | 223 static void vbe_set_graphics(int vesa_mode, struct vbe_mode_info *mode_info) in vbe_set_graphics() argument 227 mode_info->video_mode = (1 << 14) | vesa_mode; in vbe_set_graphics() 246 void bios_run_on_x86(struct udevice *dev, unsigned long addr, int vesa_mode, in bios_run_on_x86() argument 278 if (vesa_mode != -1) in bios_run_on_x86() 279 vbe_set_graphics(vesa_mode, mode_info); in bios_run_on_x86()
|
/openbmc/linux/arch/x86/boot/ |
H A D | video-vesa.c | 108 u16 vesa_mode = mode->mode - VIDEO_FIRST_VESA; in vesa_set_mode() local 114 ireg.cx = vesa_mode; in vesa_set_mode() 128 vesa_mode |= 0x4000; /* Request linear frame buffer */ in vesa_set_mode() 137 ireg.bx = vesa_mode; in vesa_set_mode()
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci_rom.c | 238 int vesa_mode = -1; in dm_pci_run_vga_bios() local 267 vesa_mode = CONFIG_FRAMEBUFFER_VESA_MODE; in dm_pci_run_vga_bios() 269 debug("Selected vesa mode %#x\n", vesa_mode); in dm_pci_run_vga_bios() 304 true, vesa_mode, &mode_info); in dm_pci_run_vga_bios() 312 bios_run_on_x86(dev, (unsigned long)ram, vesa_mode, in dm_pci_run_vga_bios()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | sm712fb.c | 94 struct vesa_mode { struct 101 static const struct vesa_mode vesa_mode_table[] = { argument
|