summaryrefslogtreecommitdiffstats
path: root/hw/display
Commit message (Expand)AuthorAgeFilesLines
* sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-091-1/+1
* virtio-gpu: Adjust code space stylelijiejun2021-03-091-2/+1Star
* vhost_user_gpu: Drop dead check for g_malloc() failureMarkus Armbruster2021-03-091-1/+0Star
* hw/display/tcx: Drop unnecessary code for handling BGR format outputsPeter Maydell2021-03-061-23/+8Star
* hw/display/omap_lcdc: Delete unnecessary macroPeter Maydell2021-03-061-3/+1Star
* hw/display/omap_lcdc: Inline template header into C filePeter Maydell2021-03-062-156/+125Star
* hw/display/omap_lcdc: Fix coding style issues in template headerPeter Maydell2021-03-061-3/+3
* hw/display/omap_lcdc: Drop broken bigendian ifdefPeter Maydell2021-03-061-4/+0Star
* hw/display/omap_lcdc: Expand out macros in template headerPeter Maydell2021-03-061-39/+28Star
* hw/display/tc6393xb: Inline tc6393xb_draw_graphic32() at its callsitePeter Maydell2021-03-062-49/+19Star
* hw/display/tc6393xb: Expand out macros in template headerPeter Maydell2021-03-061-31/+4Star
* hw/display/tc6393xb: Remove dead code for handling non-32bpp surfacesPeter Maydell2021-03-051-32/+1Star
* virtio-gpu: Do not distinguish the primary consoleAkihiko Odaki2021-03-044-22/+6Star
* ui/console: Add placeholder flag to message surfaceAkihiko Odaki2021-03-042-5/+5
* display/ui: add a callback to indicate GL state is flushedMarc-André Lureau2021-02-044-9/+27
* virtio-gpu: avoid re-entering cmdq processingMarc-André Lureau2021-02-041-0/+5
* ui: add an optional get_flags callback to GraphicHwOpsMarc-André Lureau2021-02-042-0/+27
* vhost-user-gpu: add a configuration flag for dmabuf usageMarc-André Lureau2021-02-041-0/+2
* ui: remove console_has_gl_dmabuf()Marc-André Lureau2021-02-041-5/+0Star
* vhost-user-gpu: check backend for EDID supportMarc-André Lureau2021-02-041-0/+6
* qxl: also notify the rendering is done when skipping itMarc-André Lureau2021-02-041-0/+1
* qxl: set qxl.ssd.dcl.con on secondary devicesMarc-André Lureau2021-02-041-0/+1
* hw/display/qxl: Fix bad printf format specifiersAlex Chen2021-02-042-3/+3
* hw/display/vmware_vga: Remove dependency on VNC headerPeter Maydell2021-01-271-2/+1Star
* migration: Replace migration's JSON writer by the general oneMarkus Armbruster2020-12-191-1/+1
* ads7846: moves from the hw/display folder to the hw/input folder.Gan Qixin2020-12-133-190/+0Star
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-12-115-14/+17
|\
| * vl: extract softmmu/datadir.cPaolo Bonzini2020-12-102-0/+2
| * arm: do not use ram_size globalPaolo Bonzini2020-12-101-2/+3
| * hw/ssi: Rename SSI 'slave' as 'peripheral'Philippe Mathieu-Daudé2020-12-102-12/+12
* | Clean up includesMarkus Armbruster2020-12-101-1/+0Star
|/
* hw/display/tcx: add missing 64-bit access for framebuffer blitterMark Cave-Ayland2020-11-221-1/+5
* ads7846: put it into the 'input' categoryGan Qixin2020-11-171-0/+2
* ssd0323: put it into the 'display' categoryGan Qixin2020-11-171-0/+1
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-154-4/+4
* hw/display/cirrus_vga: Fix hexadecimal format string specifierPhilippe Mathieu-Daudé2020-11-131-1/+1
* hw/display/cirrus_vga: Remove debugging code commented outPhilippe Mathieu-Daudé2020-11-131-18/+0Star
* ati: check x y display parameter valuesPrasad J Pandit2020-11-041-4/+6
* hw/display/exynos4210_fimd: Fix potential NULL pointer dereferenceAlexChen2020-11-021-1/+3
* hw/display/omap_lcdc: Fix potential NULL pointer dereferenceAlexChen2020-11-021-3/+7
* Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201029-pull-reque...Peter Maydell2020-10-312-9/+20
|\
| * virtio-gpu: only compile virtio-gpu-3d.c for CONFIG_VIRGL=yGerd Hoffmann2020-10-292-5/+3Star
| * virtio-gpu: add virtio-vga moduleGerd Hoffmann2020-10-291-2/+8
| * virtio-gpu: add virtio-gpu-pci moduleGerd Hoffmann2020-10-291-2/+9
* | hw/display/tcx: Allow 64-bit accesses to framebuffer stippler and blitterPhilippe Mathieu-Daudé2020-10-281-3/+15
|/
* vga-pci: Register "big-endian-framebuffer" as class propertyEduardo Habkost2020-10-131-8/+4Star
* virtio-vga: implement big-endian-framebuffer propertyGerd Hoffmann2020-09-291-0/+19
* virtio-gpu: set physical dimensions for EDIDMarc-André Lureau2020-09-292-0/+4
* edid: use physical dimensions if availableMarc-André Lureau2020-09-291-11/+25
* edid: fix physical display size computationMarc-André Lureau2020-09-291-2/+2