summaryrefslogtreecommitdiffstats
path: root/include/hw/display
Commit message (Expand)AuthorAgeFilesLines
* xlnx_dp: Introduce a vblank signalSai Pavan Boddu2022-06-081-0/+3
* xlnx_dp: fix the wrong register sizeFrederic Konrad2022-06-081-2/+7
* macfb: increase number of registers saved in MacfbStateMark Cave-Ayland2022-03-091-1/+2
* macfb: don't use special irq_state and irq_mask variables in MacfbStateMark Cave-Ayland2022-03-091-2/+0Star
* hw/mips/jazz: Inline vga_mmio_init() and remove itPhilippe Mathieu-Daudé2022-01-131-5/+0Star
* hw/display/vga-mmio: QOM'ify vga_mmio_init() as TYPE_VGA_MMIOPhilippe Mathieu-Daudé2022-01-131-0/+2
* hw/display: Rename VGA_ISA_MM -> VGA_MMIOPhilippe Mathieu-Daudé2022-01-131-3/+2Star
* macfb: add vertical blank interruptMark Cave-Ayland2021-10-081-0/+8
* macfb: add common monitor modes supported by the MacOS toolbox ROMMark Cave-Ayland2021-10-081-1/+15
* macfb: add qdev property to specify display typeMark Cave-Ayland2021-10-081-0/+1
* macfb: implement mode sense to allow display type to be detectedMark Cave-Ayland2021-10-081-0/+20
* Drop the deprecated lm32 targetMarkus Armbruster2021-05-121-42/+0Star
* modules: add have_vgaGerd Hoffmann2021-05-101-0/+6
* edid: Make refresh rate configurableAkihiko Odaki2021-05-101-5/+7
* Clean up includesMarkus Armbruster2020-12-101-1/+0Star
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* edid: use physical dimensions if availableMarc-André Lureau2020-09-291-1/+4
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-185-15/+5Star
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-181-4/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-095-12/+12
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-095-11/+21
* nubus: Rename class type checking macrosEduardo Habkost2020-08-271-2/+2
* qom/object: Move Object typedef to 'qemu/typedefs.h'Philippe Mathieu-Daudé2020-06-101-3/+0Star
* hw/display/edid: Add missing 'qdev-properties.h' headerPhilippe Mathieu-Daudé2020-05-281-0/+1
* Revert "hw/display/ramfb: initialize fw-config space with xres/ yres"Gerd Hoffmann2020-05-181-1/+1
* hw/arm/bcm283x: Correct the license textPhilippe Mathieu-Daudé2020-03-231-1/+2
* hw/m68k: add Nubus macfb video cardLaurent Vivier2019-10-281-0/+64
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+1
* Include qom/object.h slightly lessMarkus Armbruster2019-08-161-1/+1
* Include exec/memory.h slightly lessMarkus Armbruster2019-08-163-3/+2Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-162-2/+0Star
* include: Make headers more self-containedMarkus Armbruster2019-08-161-0/+1
* edid: add xmax + ymax propertiesGerd Hoffmann2019-06-131-1/+3
* Normalize position of header guardMarkus Armbruster2019-06-121-5/+4Star
* hw/display/ramfb: initialize fw-config space with xres/ yresHou Qiming2019-05-241-1/+1
* i2c-ddc: move it to hw/displayPaolo Bonzini2019-05-072-1/+41
* hw/devices: Move Blizzard declarations into a new headerPhilippe Mathieu-Daudé2019-04-291-0/+22
* hw/devices: Move TC6393XB declarations into a new headerPhilippe Mathieu-Daudé2019-04-291-0/+24
* hw/display/milkymist-tmu2: Move inlined code from header to sourcePhilippe Mathieu-Daudé2019-02-011-0/+41
* edid: fix vendor defaultGerd Hoffmann2018-10-051-1/+1
* display/edid: add DEFINE_EDID_PROPERTIESGerd Hoffmann2018-09-271-0/+4
* display/edid: add region helper.Gerd Hoffmann2018-09-271-0/+4
* display/edid: add qemu_edid_size()Gerd Hoffmann2018-09-271-0/+1
* display/edid: add edid generator to qemu.Gerd Hoffmann2018-09-271-0/+18
* hw/display/bcm2835_fb: Validate config settingsPeter Maydell2018-08-241-0/+8
* hw/display/bcm2835_fb: Fix handling of virtual framebufferPeter Maydell2018-08-241-2/+4
* hw/display/bcm2835_fb: Abstract out calculation of pitch, sizePeter Maydell2018-08-241-0/+22
* hw/display/bcm2835_fb: Reset resolution, etc correctlyPeter Maydell2018-08-241-0/+1
* hw/display/bcm2835_fb: Drop unused size and pitch fieldsPeter Maydell2018-08-241-4/+0Star
* hw/misc/bcm2835_property: Track fb settings using BCM2835FBConfigPeter Maydell2018-08-241-3/+1Star