summaryrefslogtreecommitdiff
path: root/include/hw/display
AgeCommit message (Expand)Author
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-27nubus: Rename class type checking macrosEduardo Habkost
2020-06-10qom/object: Move Object typedef to 'qemu/typedefs.h'Philippe Mathieu-Daudé
2020-05-28hw/display/edid: Add missing 'qdev-properties.h' headerPhilippe Mathieu-Daudé
2020-05-18Revert "hw/display/ramfb: initialize fw-config space with xres/ yres"Gerd Hoffmann
2020-03-23hw/arm/bcm283x: Correct the license textPhilippe Mathieu-Daudé
2019-10-28hw/m68k: add Nubus macfb video cardLaurent Vivier
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include qom/object.h slightly lessMarkus Armbruster
2019-08-16Include exec/memory.h slightly lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16include: Make headers more self-containedMarkus Armbruster
2019-06-13edid: add xmax + ymax propertiesGerd Hoffmann
2019-06-12Normalize position of header guardMarkus Armbruster
2019-05-24hw/display/ramfb: initialize fw-config space with xres/ yresHou Qiming
2019-05-07i2c-ddc: move it to hw/displayPaolo Bonzini
2019-04-29hw/devices: Move Blizzard declarations into a new headerPhilippe Mathieu-Daudé
2019-04-29hw/devices: Move TC6393XB declarations into a new headerPhilippe Mathieu-Daudé
2019-02-01hw/display/milkymist-tmu2: Move inlined code from header to sourcePhilippe Mathieu-Daudé
2018-10-05edid: fix vendor defaultGerd Hoffmann
2018-09-27display/edid: add DEFINE_EDID_PROPERTIESGerd Hoffmann
2018-09-27display/edid: add region helper.Gerd Hoffmann
2018-09-27display/edid: add qemu_edid_size()Gerd Hoffmann
2018-09-27display/edid: add edid generator to qemu.Gerd Hoffmann
2018-08-24hw/display/bcm2835_fb: Validate config settingsPeter Maydell
2018-08-24hw/display/bcm2835_fb: Fix handling of virtual framebufferPeter Maydell
2018-08-24hw/display/bcm2835_fb: Abstract out calculation of pitch, sizePeter Maydell
2018-08-24hw/display/bcm2835_fb: Reset resolution, etc correctlyPeter Maydell
2018-08-24hw/display/bcm2835_fb: Drop unused size and pitch fieldsPeter Maydell
2018-08-24hw/misc/bcm2835_property: Track fb settings using BCM2835FBConfigPeter Maydell
2018-08-24hw/misc/bcm2835_fb: Move config fields to their own structPeter Maydell
2018-07-02hw/display: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-06-18hw/display: add standalone ramfb deviceGerd Hoffmann
2018-06-18hw/display: add ramfb, a simple boot framebuffer living in guest ramGerd Hoffmann
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-24vga: move bochs vbe defines to header fileGerd Hoffmann
2017-12-18hw/display/vga: extract public API from i386/pc to "hw/display/vga.h"Philippe Mathieu-Daudé
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster
2016-07-07aux: Rename aux.[ch] to auxbus.[ch] for the benefit of WindowsPeter Maydell
2016-06-14introduce xlnx-dpKONRAD Frederic
2016-06-14introduce dpcd moduleKONRAD Frederic
2016-03-16bcm2835_fb: add framebuffer device for Raspberry PiGrégory ESTRADE