]> xenbits.xensource.com Git - seabios.git/commit
vga: add atiext driver
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 25 Feb 2019 09:51:37 +0000 (10:51 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 15 Mar 2019 08:59:21 +0000 (09:59 +0100)
commit34b6ecc160749a691b80fcb8638216518d971c65
tree344ac2b8b088553232e254fac2333d425f7e8e37
parent03f5061c0a44dcf8d73a05a6f375e3fe5005f050
vga: add atiext driver

Supports qemu emulated ati cards.  They have been added in qemu 4.0.
Acceleration support (in qemu) is pretty rough still.  A simple
framebuffer works fine though.

Available models:
 * ati rage 128 pro
 * ati rv100

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Makefile
vgasrc/Kconfig
vgasrc/atiext.c [new file with mode: 0644]
vgasrc/vgahw.h
vgasrc/vgautil.h