]> git.proxmox.com Git - mirror_qemu.git/commit
vga: raise xres+yres limits
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 24 May 2012 07:16:29 +0000 (09:16 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 22 Jun 2012 08:46:12 +0000 (10:46 +0200)
commite9c6149f6ae6873f14a12eea554925b6aa4c4dec
tree3cd4fc4534c081fcf80c88417970026f015dbb48
parenta5f68c22e76bc4108401046081b058a901555bf4
vga: raise xres+yres limits

The vgabios will check whenever any given video mode will fit into the
given video memory before adding it to the list of available modes, so
there is no need to keep xmax * ymax * 32bpp lower than VGA_RAM_SIZE.

Lets raise the limits a bit.  Should be good for a few years, display
sizes are not growing that fast.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/vga_int.h