summaryrefslogtreecommitdiffstats
path: root/hw/display
Commit message (Expand)AuthorAgeFilesLines
...
| * modules: add qxl module annotationsGerd Hoffmann2021-07-091-0/+4
* | Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-2' into stagingPeter Maydell2021-07-113-9/+11
|\ \ | |/ |/|
| * hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address()Philippe Mathieu-Daudé2021-07-083-3/+3
| * hw/display/sm501: Replace i2c_send_recv() by i2c_recv() & i2c_send()Philippe Mathieu-Daudé2021-07-081-4/+5
| * hw/display/sm501: Simplify sm501_i2c_write() logicPhilippe Mathieu-Daudé2021-07-081-2/+3
* | configure, meson: convert virgl detection to mesonPaolo Bonzini2021-07-061-3/+3
* | Merge remote-tracking branch 'remotes/philmd/tags/mips-20210702' into stagingPeter Maydell2021-07-041-12/+20
|\ \
| * | g364fb: add VMStateDescription for G364SysBusStateMark Cave-Ayland2021-07-021-1/+11
| * | g364fb: use RAM memory region for framebufferMark Cave-Ayland2021-07-021-11/+9Star
| |/
* / vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf2021-06-301-2/+4
|/
* virtio-gpu: move scanout_id sanity checkGerd Hoffmann2021-06-151-6/+14
* vga: Allow writing VBE_DISPI_ID5 to ID registerDennis Wölfing2021-06-151-1/+2
* hw/display/macfb: Classify the "nubus-macfb" as display deviceThomas Huth2021-06-051-0/+1
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* virtio-gpu: Update cursor data using blobVivek Kasireddy2021-05-271-5/+14
* virtio-gpu: Add virtio_gpu_set_scanout_blobVivek Kasireddy2021-05-272-7/+96
* virtio-gpu: Factor out update scanoutVivek Kasireddy2021-05-271-12/+23
* virtio-gpu: Add helpers to create and destroy dmabuf objectsVivek Kasireddy2021-05-271-0/+65
* virtio-gpu: Add virtio_gpu_resource_create_blobVivek Kasireddy2021-05-272-3/+71
* virtio-gpu: Add initial definitions for blob resourcesVivek Kasireddy2021-05-272-0/+17
* virtio-gpu: Refactor virtio_gpu_create_mapping_iovVivek Kasireddy2021-05-272-11/+11
* virtio-gpu: Refactor virtio_gpu_set_scanoutVivek Kasireddy2021-05-271-64/+87
* virtio-gpu: Add virtio_gpu_find_check_resourceVivek Kasireddy2021-05-271-19/+47
* virtio-gpu: Add udmabuf helpersVivek Kasireddy2021-05-272-0/+159
* hw/display/qxl: Set pci rom address aligned with page sizemaobibo2021-05-271-1/+1
* Drop the deprecated lm32 targetMarkus Armbruster2021-05-126-1001/+0Star
* virtio-gpu: add virtio-vga-glGerd Hoffmann2021-05-102-0/+52
* modules: add have_vgaGerd Hoffmann2021-05-101-0/+2
* virtio-gpu: add virtio-gpu-gl-pciGerd Hoffmann2021-05-102-0/+60
* virtio-gpu: move fields to struct VirtIOGPUGLGerd Hoffmann2021-05-101-6/+9
* virtio-gpu: drop use_virgl_rendererGerd Hoffmann2021-05-102-36/+14Star
* virtio-gpu: move virtio-gpu-gl-device to separate moduleGerd Hoffmann2021-05-101-3/+6
* virtio-gpu: drop VIRGL() macroGerd Hoffmann2021-05-101-17/+0Star
* virtio-gpu: move update_cursor_dataGerd Hoffmann2021-05-102-32/+36
* virtio-gpu: move virgl process_cmdGerd Hoffmann2021-05-102-4/+16
* virtio-gpu: move virgl gl_flushedGerd Hoffmann2021-05-102-15/+13Star
* virtio-gpu: move virgl handle_ctrlGerd Hoffmann2021-05-102-13/+33
* virtio-gpu: use class function for ctrl queue handlersGerd Hoffmann2021-05-101-3/+9
* virtio-gpu: move virgl resetGerd Hoffmann2021-05-102-18/+18
* virtio-gpu: move virgl realize + propertiesGerd Hoffmann2021-05-102-22/+34
* virtio-gpu: add virtio-gpu-gl-deviceGerd Hoffmann2021-05-102-1/+42
* virtio-gpu: rename virgl source file.Gerd Hoffmann2021-05-102-1/+1
* virtio-gpu: handle partial maps properlyGerd Hoffmann2021-05-102-33/+50
* edid: add support for DisplayID extension (5k resolution)Konstantin Nazarov2021-05-102-6/+74
* edid: allow arbitrary-length checksumsKonstantin Nazarov2021-05-101-5/+5
* edid: move timing generation into a separate functionKonstantin Nazarov2021-05-101-24/+44
* edid: Make refresh rate configurableAkihiko Odaki2021-05-101-4/+5
* edid: use dta extension block descriptorsGerd Hoffmann2021-05-101-0/+8
* edid: move xtra3 descriptorGerd Hoffmann2021-05-101-9/+11
* edid: edid_desc_nextGerd Hoffmann2021-05-101-15/+26