The following changes since commit 474f3938d79ab36b9231c9ad3b5a9314c2aeacde:
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-21-2019' into staging (2019-06-21 15:40:50 +0100) are available in the Git repository at: git://git.kraxel.org/qemu tags/vga-20190628-pull-request for you to fetch changes up to 263807f4e85e94f2d4e988d61d2fc0319b1dd36b: ati-vga: switch to vgabios-ati.bin (2019-06-28 10:49:36 +0200) ---------------------------------------------------------------- vga: ati fixes, add ati vgabios. ---------------------------------------------------------------- BALATON Zoltan (3): i2c: Move bitbang_i2c.h to include/hw/i2c/ ati-vga: Implement DDC and EDID info from monitor ati-vga: Fixes to offset and pitch registers Gerd Hoffmann (3): seabios: add config for ati vgabios seabios: add ati vgabios binary ati-vga: switch to vgabios-ati.bin hw/display/ati_int.h | 6 ++ hw/display/ati_regs.h | 6 +- {hw => include/hw}/i2c/bitbang_i2c.h | 2 + include/hw/i2c/i2c.h | 2 - include/hw/i2c/ppc4xx_i2c.h | 2 +- hw/display/ati.c | 99 +++++++++++++++++++++++---- hw/display/ati_2d.c | 26 ++++--- hw/display/ati_dbg.c | 2 + hw/i2c/bitbang_i2c.c | 2 +- hw/i2c/ppc4xx_i2c.c | 1 - hw/i2c/versatile_i2c.c | 2 +- hw/display/Kconfig | 2 + pc-bios/vgabios-ati.bin | Bin 0 -> 38912 bytes roms/config.vga-ati | 4 ++ 14 files changed, 127 insertions(+), 29 deletions(-) rename {hw => include/hw}/i2c/bitbang_i2c.h (80%) create mode 100644 pc-bios/vgabios-ati.bin create mode 100644 roms/config.vga-ati -- 2.18.1