aboutsummaryrefslogtreecommitdiff
path: root/hw/display/ati.c
AgeCommit message (Expand)Author
2019-09-19ati: use vga_read_byte in ati_cursor_defineGerd Hoffmann
2019-08-22ati-vga: Implement dummy VBlank IRQBALATON Zoltan
2019-08-21ati-vga: Add limited support for big endian frame buffer apertureBALATON Zoltan
2019-08-21ati-vga: Attempt to handle CRTC offset not exact multiple of strideBALATON Zoltan
2019-08-21ati-vga: Fix hardware cursor image offsetBALATON Zoltan
2019-08-21ati-vga: Fix cursor color with guest_hwcursor=trueBALATON Zoltan
2019-08-21ati-vga: Fix GPIO_MONID register writeBALATON Zoltan
2019-08-21ati-vga: Add registers for getting aperturesBALATON Zoltan
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
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