aboutsummaryrefslogtreecommitdiff
path: root/hw/display/ati.c
AgeCommit message (Expand)Author
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-07-05ati-vga: Fix setting offset together with pitch for r128proBALATON Zoltan
2019-07-05ati-vga: Fix frame buffer endianness for big endian targetBALATON Zoltan
2019-07-03hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface s...Peter Maydell
2019-06-28ati-vga: switch to vgabios-ati.binGerd Hoffmann
2019-06-28ati-vga: Fixes to offset and pitch registersBALATON Zoltan
2019-06-28ati-vga: Implement DDC and EDID info from monitorBALATON Zoltan
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-13Clean up includesMarkus Armbruster
2019-03-26ati-vga: Fix indexed access to video memoryBALATON Zoltan
2019-03-11hw/display: Add basic ATI VGA emulationBALATON Zoltan