aboutsummaryrefslogtreecommitdiff
path: root/include/hw/display
AgeCommit message (Expand)AuthorFilesLines
2024-04-30hw/display : Add device DM163Inès Varhol1-0/+59
2024-02-27hw/arm: Introduce Raspberry PI 4 machineSergey Kambalin1-0/+2
2023-10-18ramfb: add migration supportMarc-André Lureau1-0/+4
2023-01-08include: Include headers where neededMarkus Armbruster1-1/+2
2022-06-08xlnx_dp: Introduce a vblank signalSai Pavan Boddu1-0/+3
2022-06-08xlnx_dp: fix the wrong register sizeFrederic Konrad1-2/+7
2022-03-09macfb: increase number of registers saved in MacfbStateMark Cave-Ayland1-1/+2
2022-03-09macfb: don't use special irq_state and irq_mask variables in MacfbStateMark Cave-Ayland1-2/+0
2022-01-13hw/mips/jazz: Inline vga_mmio_init() and remove itPhilippe Mathieu-Daudé1-5/+0
2022-01-13hw/display/vga-mmio: QOM'ify vga_mmio_init() as TYPE_VGA_MMIOPhilippe Mathieu-Daudé1-0/+2
2022-01-13hw/display: Rename VGA_ISA_MM -> VGA_MMIOPhilippe Mathieu-Daudé1-3/+2
2021-10-08macfb: add vertical blank interruptMark Cave-Ayland1-0/+8
2021-10-08macfb: add common monitor modes supported by the MacOS toolbox ROMMark Cave-Ayland1-1/+15
2021-10-08macfb: add qdev property to specify display typeMark Cave-Ayland1-0/+1
2021-10-08macfb: implement mode sense to allow display type to be detectedMark Cave-Ayland1-0/+20
2021-05-12Drop the deprecated lm32 targetMarkus Armbruster1-42/+0
2021-05-10modules: add have_vgaGerd Hoffmann1-0/+6
2021-05-10edid: Make refresh rate configurableAkihiko Odaki1-5/+7
2020-12-10Clean up includesMarkus Armbruster1-1/+0
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-09-29edid: use physical dimensions if availableMarc-André Lureau1-1/+4
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost5-15/+5
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost1-4/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost5-12/+12
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost5-11/+21
2020-08-27nubus: Rename class type checking macrosEduardo Habkost1-2/+2
2020-06-10qom/object: Move Object typedef to 'qemu/typedefs.h'Philippe Mathieu-Daudé1-3/+0
2020-05-28hw/display/edid: Add missing 'qdev-properties.h' headerPhilippe Mathieu-Daudé1-0/+1
2020-05-18Revert "hw/display/ramfb: initialize fw-config space with xres/ yres"Gerd Hoffmann1-1/+1
2020-03-23hw/arm/bcm283x: Correct the license textPhilippe Mathieu-Daudé1-1/+2
2019-10-28hw/m68k: add Nubus macfb video cardLaurent Vivier1-0/+64
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-08-16Include qom/object.h slightly lessMarkus Armbruster1-1/+1
2019-08-16Include exec/memory.h slightly lessMarkus Armbruster3-3/+2
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster2-2/+0
2019-08-16include: Make headers more self-containedMarkus Armbruster1-0/+1
2019-06-13edid: add xmax + ymax propertiesGerd Hoffmann1-1/+3
2019-06-12Normalize position of header guardMarkus Armbruster1-5/+4
2019-05-24hw/display/ramfb: initialize fw-config space with xres/ yresHou Qiming1-1/+1
2019-05-07i2c-ddc: move it to hw/displayPaolo Bonzini2-1/+41
2019-04-29hw/devices: Move Blizzard declarations into a new headerPhilippe Mathieu-Daudé1-0/+22
2019-04-29hw/devices: Move TC6393XB declarations into a new headerPhilippe Mathieu-Daudé1-0/+24
2019-02-01hw/display/milkymist-tmu2: Move inlined code from header to sourcePhilippe Mathieu-Daudé1-0/+41
2018-10-05edid: fix vendor defaultGerd Hoffmann1-1/+1
2018-09-27display/edid: add DEFINE_EDID_PROPERTIESGerd Hoffmann1-0/+4
2018-09-27display/edid: add region helper.Gerd Hoffmann1-0/+4
2018-09-27display/edid: add qemu_edid_size()Gerd Hoffmann1-0/+1
2018-09-27display/edid: add edid generator to qemu.Gerd Hoffmann1-0/+18
2018-08-24hw/display/bcm2835_fb: Validate config settingsPeter Maydell1-0/+8
2018-08-24hw/display/bcm2835_fb: Fix handling of virtual framebufferPeter Maydell1-2/+4