summaryrefslogtreecommitdiffstats
path: root/hw/display/virtio-gpu.c
Commit message (Expand)AuthorAgeFilesLines
* virtio-gpu: Add gl_flushed callbackVivek Kasireddy2021-09-151-2/+30
* virtio-gpu: no point of checking res->iovDongwon Kim2021-08-311-1/+1
* hw/display/virtio-gpu: Fix memory leak (CID 1453811)Philippe Mathieu-Daudé2021-07-221-16/+10Star
* modules: add virtio-gpu module annotationsGerd Hoffmann2021-07-091-0/+1
* virtio-gpu: move scanout_id sanity checkGerd Hoffmann2021-06-151-6/+14
* virtio-gpu: Update cursor data using blobVivek Kasireddy2021-05-271-5/+14
* virtio-gpu: Add virtio_gpu_set_scanout_blobVivek Kasireddy2021-05-271-7/+95
* virtio-gpu: Factor out update scanoutVivek Kasireddy2021-05-271-12/+23
* virtio-gpu: Add virtio_gpu_resource_create_blobVivek Kasireddy2021-05-271-3/+70
* virtio-gpu: Add initial definitions for blob resourcesVivek Kasireddy2021-05-271-0/+14
* virtio-gpu: Refactor virtio_gpu_create_mapping_iovVivek Kasireddy2021-05-271-10/+9Star
* 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: drop VIRGL() macroGerd Hoffmann2021-05-101-17/+0Star
* virtio-gpu: move update_cursor_dataGerd Hoffmann2021-05-101-32/+6Star
* virtio-gpu: move virgl process_cmdGerd Hoffmann2021-05-101-4/+5
* virtio-gpu: move virgl gl_flushedGerd Hoffmann2021-05-101-15/+0Star
* virtio-gpu: move virgl handle_ctrlGerd Hoffmann2021-05-101-13/+0Star
* virtio-gpu: use class function for ctrl queue handlersGerd Hoffmann2021-05-101-3/+9
* virtio-gpu: move virgl resetGerd Hoffmann2021-05-101-18/+1Star
* virtio-gpu: move virgl realize + propertiesGerd Hoffmann2021-05-101-22/+1Star
* virtio-gpu: handle partial maps properlyGerd Hoffmann2021-05-101-30/+46
* virtio-gpu: Do not distinguish the primary consoleAkihiko Odaki2021-03-041-8/+1Star
* ui/console: Add placeholder flag to message surfaceAkihiko Odaki2021-03-041-3/+3
* display/ui: add a callback to indicate GL state is flushedMarc-André Lureau2021-02-041-2/+2
* virtio-gpu: avoid re-entering cmdq processingMarc-André Lureau2021-02-041-0/+5
* migration: Replace migration's JSON writer by the general oneMarkus Armbruster2020-12-191-1/+1
* virtio-gpu: set physical dimensions for EDIDMarc-André Lureau2020-09-291-0/+2
* virtio-gpu: fix unmap the already mapped itemsLi Zhijian2020-09-041-1/+4
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster2019-08-161-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/qemu-file-types.h a lot lessMarkus Armbruster2019-08-161-0/+1
* virtio-gpu: check if the resource already exists in virtio_gpu_load()Li Qiang2019-07-031-0/+5
* virtio-gpu: fix unmap in error pathGerd Hoffmann2019-07-031-2/+2
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* virtio-gpu: split virtio-gpu, introduce virtio-gpu-baseMarc-André Lureau2019-05-291-275/+101Star
* virtio-gpu: add a pixman helper headerMarc-André Lureau2019-05-291-26/+3Star
* virtio-gpu: add bswap helpers headerMarc-André Lureau2019-05-291-42/+1Star
* virtio-gpu: add sanity checkGerd Hoffmann2019-05-281-0/+2
* virtio-gpu: clear command and fence queues on resetGerd Hoffmann2019-03-181-0/+14
* virtio-gpu: delay virglrenderer reset when blocked.Gerd Hoffmann2019-03-181-1/+11
* virtio-gpu: make virtio_gpu_reset staticGerd Hoffmann2019-03-111-1/+1
* display/virtio: add edid support.Gerd Hoffmann2019-02-221-0/+43
* virtio-gpu: remove useless 'waiting' fieldMarc-André Lureau2019-02-221-3/+1Star
* virtio-gpu: block both 2d and 3d renderingMarc-André Lureau2019-02-221-5/+22
* virtio-gpu: remove unused config_sizeMarc-André Lureau2019-02-221-2/+1Star
* virtio-gpu: remove unused qdevMarc-André Lureau2019-02-221-1/+0Star
* vmstate: constify VMStateFieldMarc-André Lureau2018-11-271-2/+2
* virtio-gpu: add iommu supportGerd Hoffmann2018-09-031-11/+14