aboutsummaryrefslogtreecommitdiff
path: root/hw/display/ati.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-07-05ati-vga: Fix setting offset together with pitch for r128proBALATON Zoltan1-2/+2
2019-07-05ati-vga: Fix frame buffer endianness for big endian targetBALATON Zoltan1-0/+1
2019-07-03hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface s...Peter Maydell1-4/+3
2019-06-28ati-vga: switch to vgabios-ati.binGerd Hoffmann1-1/+1
2019-06-28ati-vga: Fixes to offset and pitch registersBALATON Zoltan1-10/+22
2019-06-28ati-vga: Implement DDC and EDID info from monitorBALATON Zoltan1-2/+63
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-05-13Clean up includesMarkus Armbruster1-0/+1
2019-03-26ati-vga: Fix indexed access to video memoryBALATON Zoltan1-12/+6
2019-03-11hw/display: Add basic ATI VGA emulationBALATON Zoltan1-0/+865