aboutsummaryrefslogtreecommitdiff
path: root/include/hw/display
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-24hw/display/bcm2835_fb: Abstract out calculation of pitch, sizePeter Maydell1-0/+22
2018-08-24hw/display/bcm2835_fb: Reset resolution, etc correctlyPeter Maydell1-0/+1
2018-08-24hw/display/bcm2835_fb: Drop unused size and pitch fieldsPeter Maydell1-4/+0
2018-08-24hw/misc/bcm2835_property: Track fb settings using BCM2835FBConfigPeter Maydell1-3/+1
2018-08-24hw/misc/bcm2835_fb: Move config fields to their own structPeter Maydell1-6/+20
2018-07-02hw/display: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-2/+3
2018-06-18hw/display: add standalone ramfb deviceGerd Hoffmann1-0/+3
2018-06-18hw/display: add ramfb, a simple boot framebuffer living in guest ramGerd Hoffmann1-0/+9
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-05-24vga: move bochs vbe defines to header fileGerd Hoffmann1-0/+69
2017-12-18hw/display/vga: extract public API from i386/pc to "hw/display/vga.h"Philippe Mathieu-Daudé1-0/+25