index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-10.0
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-10.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
virtio
/
virtio-gpu.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-27
virtio-gpu/win32: allocate shareable 2d resources/images
Marc-André Lureau
1
-0
/
+3
2022-06-14
virtio-gpu: Respect UI refresh rate for EDID
Akihiko Odaki
1
-0
/
+1
2022-05-16
virtio: drop name parameter for virtio_init()
Jonah Palmer
1
-2
/
+1
2022-01-13
edid: set default resolution to 1280x800 (WXGA)
Daniel P. Berrangé
1
-2
/
+2
2021-11-05
virtio-gpu: splitting one extended mode guest fb into n-scanouts
Dongwon Kim
1
-2
/
+3
2021-07-22
hw/display: fix virgl reset regression
Marc-André Lureau
1
-0
/
+1
2021-05-27
virtio-gpu: Add helpers to create and destroy dmabuf objects
Vivek Kasireddy
1
-0
/
+15
2021-05-27
virtio-gpu: Add initial definitions for blob resources
Vivek Kasireddy
1
-0
/
+3
2021-05-27
virtio-gpu: Refactor virtio_gpu_create_mapping_iov
Vivek Kasireddy
1
-1
/
+1
2021-05-27
virtio-gpu: Refactor virtio_gpu_set_scanout
Vivek Kasireddy
1
-0
/
+8
2021-05-27
virtio-gpu: Add udmabuf helpers
Vivek Kasireddy
1
-0
/
+11
2021-05-10
virtio-gpu: move fields to struct VirtIOGPUGL
Gerd Hoffmann
1
-2
/
+3
2021-05-10
virtio-gpu: drop use_virgl_renderer
Gerd Hoffmann
1
-1
/
+0
2021-05-10
virtio-gpu: move update_cursor_data
Gerd Hoffmann
1
-0
/
+6
2021-05-10
virtio-gpu: move virgl process_cmd
Gerd Hoffmann
1
-0
/
+2
2021-05-10
virtio-gpu: use class function for ctrl queue handlers
Gerd Hoffmann
1
-1
/
+7
2021-05-10
virtio-gpu: move virgl reset
Gerd Hoffmann
1
-0
/
+1
2021-05-10
virtio-gpu: move virgl realize + properties
Gerd Hoffmann
1
-0
/
+1
2021-05-10
virtio-gpu: add virtio-gpu-gl-device
Gerd Hoffmann
1
-0
/
+7
2021-05-10
virtio-gpu: handle partial maps properly
Gerd Hoffmann
1
-1
/
+2
2021-02-04
display/ui: add a callback to indicate GL state is flushed
Marc-André Lureau
1
-1
/
+1
2021-02-04
virtio-gpu: avoid re-entering cmdq processing
Marc-André Lureau
1
-0
/
+1
2021-02-04
vhost-user-gpu: add a configuration flag for dmabuf usage
Marc-André Lureau
1
-0
/
+3
2020-09-29
virtio-gpu: set physical dimensions for EDID
Marc-André Lureau
1
-0
/
+1
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-6
/
+2
2020-09-18
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
1
-1
/
+1
2020-09-15
virtio-gpu: make virtio_gpu_ops static
Gerd Hoffmann
1
-2
/
+1
2020-09-09
Use OBJECT_DECLARE_TYPE where possible
Eduardo Habkost
1
-4
/
+2
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-10
/
+6
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-8
/
+13
2020-08-27
vhost-user-gpu: Move QOM macro to header
Eduardo Habkost
1
-0
/
+2
2019-06-13
edid: flip the default to enabled
Gerd Hoffmann
1
-1
/
+1
2019-05-29
hw/display: add vhost-user-vga & gpu-pci
Marc-André Lureau
1
-6
/
+13
2019-05-29
virtio-gpu: split virtio-gpu, introduce virtio-gpu-base
Marc-André Lureau
1
-17
/
+56
2019-03-18
virtio-gpu: delay virglrenderer reset when blocked.
Gerd Hoffmann
1
-0
/
+1
2019-03-11
virtio-gpu: make virtio_gpu_reset static
Gerd Hoffmann
1
-1
/
+0
2019-02-22
display/virtio: add edid support.
Gerd Hoffmann
1
-0
/
+5
2019-02-22
virtio-gpu: remove useless 'waiting' field
Marc-André Lureau
1
-1
/
+0
2019-02-22
virtio-gpu: block both 2d and 3d rendering
Marc-André Lureau
1
-1
/
+0
2019-02-22
virtio-gpu: remove unused config_size
Marc-André Lureau
1
-2
/
+0
2019-02-22
virtio-gpu: remove unused qdev
Marc-André Lureau
1
-1
/
+0
2018-09-03
virtio-gpu: pass down VirtIOGPU pointer to a bunch of functions
Gerd Hoffmann
1
-2
/
+4
2018-08-30
Revert "virtio-gpu: fix crashes upon warm reboot with vga mode"
Gerd Hoffmann
1
-1
/
+0
2018-08-30
virtio-vga: fix reset
Gerd Hoffmann
1
-0
/
+1
2018-08-07
virtio-gpu: fix crashes upon warm reboot with vga mode
Marc-André Lureau
1
-0
/
+1
2018-06-26
virtio-gpu-3d: Drop workaround for VIRTIO_GPU_CAPSET_VIRGL2 define
Peter Maydell
1
-5
/
+0
2018-06-01
virtio-gpu-3d: Define VIRTIO_GPU_CAPSET_VIRGL2 elsewhere
Alex Williamson
1
-0
/
+6
2018-05-20
trivial: Do not include pci.h if it is not necessary
Thomas Huth
1
-1
/
+0
2018-02-26
virtio-gpu-3d: add support for second capability set (v4)
Dave Airlie
1
-1
/
+1
2017-05-12
virtio-gpu: move virtio_gpu_gl_block
Gerd Hoffmann
1
-0
/
+1
[next]