summaryrefslogtreecommitdiff
path: root/include/hw/virtio/virtio-gpu.h
AgeCommit message (Expand)Author
2021-11-05virtio-gpu: splitting one extended mode guest fb into n-scanoutsDongwon Kim
2021-07-22hw/display: fix virgl reset regressionMarc-André Lureau
2021-05-27virtio-gpu: Add helpers to create and destroy dmabuf objectsVivek Kasireddy
2021-05-27virtio-gpu: Add initial definitions for blob resourcesVivek Kasireddy
2021-05-27virtio-gpu: Refactor virtio_gpu_create_mapping_iovVivek Kasireddy
2021-05-27virtio-gpu: Refactor virtio_gpu_set_scanoutVivek Kasireddy
2021-05-27virtio-gpu: Add udmabuf helpersVivek Kasireddy
2021-05-10virtio-gpu: move fields to struct VirtIOGPUGLGerd Hoffmann
2021-05-10virtio-gpu: drop use_virgl_rendererGerd Hoffmann
2021-05-10virtio-gpu: move update_cursor_dataGerd Hoffmann
2021-05-10virtio-gpu: move virgl process_cmdGerd Hoffmann
2021-05-10virtio-gpu: use class function for ctrl queue handlersGerd Hoffmann
2021-05-10virtio-gpu: move virgl resetGerd Hoffmann
2021-05-10virtio-gpu: move virgl realize + propertiesGerd Hoffmann
2021-05-10virtio-gpu: add virtio-gpu-gl-deviceGerd Hoffmann
2021-05-10virtio-gpu: handle partial maps properlyGerd Hoffmann
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-04vhost-user-gpu: add a configuration flag for dmabuf usageMarc-André Lureau
2020-09-29virtio-gpu: set physical dimensions for EDIDMarc-André Lureau
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost
2020-09-15virtio-gpu: make virtio_gpu_ops staticGerd Hoffmann
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-27vhost-user-gpu: Move QOM macro to headerEduardo Habkost
2019-06-13edid: flip the default to enabledGerd Hoffmann
2019-05-29hw/display: add vhost-user-vga & gpu-pciMarc-André Lureau
2019-05-29virtio-gpu: split virtio-gpu, introduce virtio-gpu-baseMarc-André Lureau
2019-03-18virtio-gpu: delay virglrenderer reset when blocked.Gerd Hoffmann
2019-03-11virtio-gpu: make virtio_gpu_reset staticGerd Hoffmann
2019-02-22display/virtio: add edid support.Gerd Hoffmann
2019-02-22virtio-gpu: remove useless 'waiting' fieldMarc-André Lureau
2019-02-22virtio-gpu: block both 2d and 3d renderingMarc-André Lureau
2019-02-22virtio-gpu: remove unused config_sizeMarc-André Lureau
2019-02-22virtio-gpu: remove unused qdevMarc-André Lureau
2018-09-03virtio-gpu: pass down VirtIOGPU pointer to a bunch of functionsGerd Hoffmann
2018-08-30Revert "virtio-gpu: fix crashes upon warm reboot with vga mode"Gerd Hoffmann
2018-08-30virtio-vga: fix resetGerd Hoffmann
2018-08-07virtio-gpu: fix crashes upon warm reboot with vga modeMarc-André Lureau
2018-06-26virtio-gpu-3d: Drop workaround for VIRTIO_GPU_CAPSET_VIRGL2 definePeter Maydell
2018-06-01virtio-gpu-3d: Define VIRTIO_GPU_CAPSET_VIRGL2 elsewhereAlex Williamson
2018-05-20trivial: Do not include pci.h if it is not necessaryThomas Huth
2018-02-26virtio-gpu-3d: add support for second capability set (v4)Dave Airlie
2017-05-12virtio-gpu: move virtio_gpu_gl_blockGerd Hoffmann
2017-04-24virtio-gpu: add xres and yres propertiesGerd Hoffmann
2016-12-20virtio-gpu: track and limit host memory allocationsGerd Hoffmann
2016-08-16virtio-gpu: fix missing log.h include fileDaniel P. Berrange
2016-07-21virtio-gpu: Use migrate_add_blocker for virgl migration blockingDr. David Alan Gilbert