summaryrefslogtreecommitdiffstats
path: root/hw/display/ati.c
Commit message (Expand)AuthorAgeFilesLines
* ati-vga: Add dummy MEM_SDRAM_MODE_REGBALATON Zoltan2020-06-301-0/+5
* ati-vga: Do not assert on errorBALATON Zoltan2020-06-301-1/+1
* ati-vga: Support unaligned access to hardware cursor registersBALATON Zoltan2020-06-301-29/+58
* qdev: Convert uses of qdev_create() manuallyMarkus Armbruster2020-06-151-3/+2Star
* display/sm501 display/ati: Fix to realize "i2c-ddc"Markus Armbruster2020-06-151-0/+2
* ati-vga: check mm_index before recursive call (CVE-2020-13800)Prasad J Pandit2020-06-051-2/+8
* ati-vga: Do not allow unaligned access via index registerBALATON Zoltan2020-05-181-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* ati: use vga_read_byte in ati_cursor_defineGerd Hoffmann2019-09-191-9/+10
* ati-vga: Implement dummy VBlank IRQBALATON Zoltan2019-08-221-0/+44
* ati-vga: Add limited support for big endian frame buffer apertureBALATON Zoltan2019-08-211-1/+9
* ati-vga: Attempt to handle CRTC offset not exact multiple of strideBALATON Zoltan2019-08-211-7/+15
* ati-vga: Fix hardware cursor image offsetBALATON Zoltan2019-08-211-5/+3Star
* ati-vga: Fix cursor color with guest_hwcursor=trueBALATON Zoltan2019-08-211-1/+1
* ati-vga: Fix GPIO_MONID register writeBALATON Zoltan2019-08-211-4/+7
* ati-vga: Add registers for getting aperturesBALATON Zoltan2019-08-211-0/+15
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* ati-vga: Fix setting offset together with pitch for r128proBALATON Zoltan2019-07-051-2/+2
* ati-vga: Fix frame buffer endianness for big endian targetBALATON Zoltan2019-07-051-0/+1
* hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface s...Peter Maydell2019-07-031-4/+3Star
* ati-vga: switch to vgabios-ati.binGerd Hoffmann2019-06-281-1/+1
* ati-vga: Fixes to offset and pitch registersBALATON Zoltan2019-06-281-10/+22
* ati-vga: Implement DDC and EDID info from monitorBALATON Zoltan2019-06-281-2/+63
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* Clean up includesMarkus Armbruster2019-05-131-0/+1
* ati-vga: Fix indexed access to video memoryBALATON Zoltan2019-03-261-12/+6Star
* hw/display: Add basic ATI VGA emulationBALATON Zoltan2019-03-111-0/+865