summaryrefslogtreecommitdiff
path: root/hw/display/ati.c
AgeCommit message (Expand)Author
2020-06-30ati-vga: Add dummy MEM_SDRAM_MODE_REGBALATON Zoltan
2020-06-30ati-vga: Do not assert on errorBALATON Zoltan
2020-06-30ati-vga: Support unaligned access to hardware cursor registersBALATON Zoltan
2020-06-15qdev: Convert uses of qdev_create() manuallyMarkus Armbruster
2020-06-15display/sm501 display/ati: Fix to realize "i2c-ddc"Markus Armbruster
2020-06-05ati-vga: check mm_index before recursive call (CVE-2020-13800)Prasad J Pandit
2020-05-18ati-vga: Do not allow unaligned access via index registerBALATON Zoltan
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
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