summaryrefslogtreecommitdiffstats
path: root/hw/display
Commit message (Expand)AuthorAgeFilesLines
* 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
* virtio-gpu-3d: fix abnormal display after a warm rebootGuoqing Zhang2020-09-291-1/+1
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-2/+2
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-1822-69/+23Star
* qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost2020-09-181-1/+1
* virtio-gpu: build modularGerd Hoffmann2020-09-151-16/+6Star
* virtio-gpu: make virtio_gpu_ops staticGerd Hoffmann2020-09-152-9/+10
* meson: remove duplicate qxl sourcesGerd Hoffmann2020-09-151-2/+0Star
* meson: fix qxl dependenciesGerd Hoffmann2020-09-151-1/+2
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2020-09-1129-108/+175
|\
| * virtio-vga: Use typedef name for instance_sizeEduardo Habkost2020-09-091-3/+3
| * vhost-user-vga: Use typedef name for instance_sizeEduardo Habkost2020-09-091-1/+1
| * Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost2020-09-091-4/+2Star
| * Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-0929-47/+60
| * Move QOM typedefs and add missing includesEduardo Habkost2020-09-0929-57/+113
* | trace-events: Fix attribution of trace points to sourceMarkus Armbruster2020-09-091-1/+3
|/
* Merge remote-tracking branch 'remotes/hdeller/tags/target-hppa-pull-request' ...Peter Maydell2020-09-071-14/+29
|\
| * hw/display/artist: Allow screen size up to 2048 linesHelge Deller2020-09-031-1/+1
| * hw/display/artist: Refactor x/y coordination extractionHelge Deller2020-09-031-14/+17
| * hw/display/artist: Verify artist screen resolutionHelge Deller2020-09-031-0/+12
* | cirrus: handle wraparound in cirrus_invalidate_regionGerd Hoffmann2020-09-041-3/+9
* | virtio-gpu: fix unmap the already mapped itemsLi Zhijian2020-09-041-1/+4
* | hw/display/vga:Remove redundant statement in vga_draw_graphic()Chen Qun2020-09-011-1/+0Star
* | hw: Remove superfluous breaksLiao Pingfang2020-09-012-3/+0Star
* | nubus: Rename class type checking macrosEduardo Habkost2020-08-271-2/+2
* | vhost-user-gpu: Move QOM macro to headerEduardo Habkost2020-08-271-3/+0Star