aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)Author
2021-03-06hw/display/tcx: Drop unnecessary code for handling BGR format outputsPeter Maydell
2021-03-06hw/display/omap_lcdc: Delete unnecessary macroPeter Maydell
2021-03-06hw/display/omap_lcdc: Inline template header into C filePeter Maydell
2021-03-06hw/display/omap_lcdc: Fix coding style issues in template headerPeter Maydell
2021-03-06hw/display/omap_lcdc: Drop broken bigendian ifdefPeter Maydell
2021-03-06hw/display/omap_lcdc: Expand out macros in template headerPeter Maydell
2021-03-06hw/display/tc6393xb: Inline tc6393xb_draw_graphic32() at its callsitePeter Maydell
2021-03-06hw/display/tc6393xb: Expand out macros in template headerPeter Maydell
2021-03-05hw/display/tc6393xb: Remove dead code for handling non-32bpp surfacesPeter Maydell
2021-03-04virtio-gpu: Do not distinguish the primary consoleAkihiko Odaki
2021-03-04ui/console: Add placeholder flag to message surfaceAkihiko Odaki
2021-02-04display/ui: add a callback to indicate GL state is flushedMarc-André Lureau
2021-02-04virtio-gpu: avoid re-entering cmdq processingMarc-André Lureau
2021-02-04ui: add an optional get_flags callback to GraphicHwOpsMarc-André Lureau
2021-02-04vhost-user-gpu: add a configuration flag for dmabuf usageMarc-André Lureau
2021-02-04ui: remove console_has_gl_dmabuf()Marc-André Lureau
2021-02-04vhost-user-gpu: check backend for EDID supportMarc-André Lureau
2021-02-04qxl: also notify the rendering is done when skipping itMarc-André Lureau
2021-02-04qxl: set qxl.ssd.dcl.con on secondary devicesMarc-André Lureau
2021-02-04hw/display/qxl: Fix bad printf format specifiersAlex Chen
2021-01-27hw/display/vmware_vga: Remove dependency on VNC headerPeter Maydell
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster
2020-12-13ads7846: moves from the hw/display folder to the hw/input folder.Gan Qixin
2020-12-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini
2020-12-10arm: do not use ram_size globalPaolo Bonzini
2020-12-10hw/ssi: Rename SSI 'slave' as 'peripheral'Philippe Mathieu-Daudé
2020-12-10Clean up includesMarkus Armbruster
2020-11-22hw/display/tcx: add missing 64-bit access for framebuffer blitterMark Cave-Ayland
2020-11-17ads7846: put it into the 'input' categoryGan Qixin
2020-11-17ssd0323: put it into the 'display' categoryGan Qixin
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-11-13hw/display/cirrus_vga: Fix hexadecimal format string specifierPhilippe Mathieu-Daudé
2020-11-13hw/display/cirrus_vga: Remove debugging code commented outPhilippe Mathieu-Daudé
2020-11-04ati: check x y display parameter valuesPrasad J Pandit
2020-11-02hw/display/exynos4210_fimd: Fix potential NULL pointer dereferenceAlexChen
2020-11-02hw/display/omap_lcdc: Fix potential NULL pointer dereferenceAlexChen
2020-10-31Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201029-pull-reque...Peter Maydell
2020-10-29virtio-gpu: only compile virtio-gpu-3d.c for CONFIG_VIRGL=yGerd Hoffmann
2020-10-29virtio-gpu: add virtio-vga moduleGerd Hoffmann
2020-10-29virtio-gpu: add virtio-gpu-pci moduleGerd Hoffmann
2020-10-28hw/display/tcx: Allow 64-bit accesses to framebuffer stippler and blitterPhilippe Mathieu-Daudé
2020-10-13vga-pci: Register "big-endian-framebuffer" as class propertyEduardo Habkost
2020-09-29virtio-vga: implement big-endian-framebuffer propertyGerd Hoffmann
2020-09-29virtio-gpu: set physical dimensions for EDIDMarc-André Lureau
2020-09-29edid: use physical dimensions if availableMarc-André Lureau
2020-09-29edid: fix physical display size computationMarc-André Lureau
2020-09-29virtio-gpu-3d: fix abnormal display after a warm rebootGuoqing Zhang
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost