index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
display
/
virtio-gpu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio-gpu: update scanout if there is any area covered by the rect
Dongwon Kim
2022-09-27
1
-3
/
+4
*
virtio-gpu: Respect UI refresh rate for EDID
Akihiko Odaki
2022-06-14
1
-0
/
+1
*
virtio-gpu: update done only on the scanout associated with rect
Dongwon Kim
2022-06-14
1
-0
/
+3
*
modules: introduces module_kconfig directive
Jose R. Ziviani
2022-06-06
1
-0
/
+1
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
1
-2
/
+2
*
dma: Let dma_memory_map() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-30
1
-4
/
+6
*
virtio-gpu: splitting one extended mode guest fb into n-scanouts
Dongwon Kim
2021-11-05
1
-2
/
+2
*
virtio-gpu: Add gl_flushed callback
Vivek Kasireddy
2021-09-15
1
-2
/
+30
*
virtio-gpu: no point of checking res->iov
Dongwon Kim
2021-08-31
1
-1
/
+1
*
hw/display/virtio-gpu: Fix memory leak (CID 1453811)
Philippe Mathieu-Daudé
2021-07-22
1
-16
/
+10
*
modules: add virtio-gpu module annotations
Gerd Hoffmann
2021-07-09
1
-0
/
+1
*
virtio-gpu: move scanout_id sanity check
Gerd Hoffmann
2021-06-15
1
-6
/
+14
*
virtio-gpu: Update cursor data using blob
Vivek Kasireddy
2021-05-27
1
-5
/
+14
*
virtio-gpu: Add virtio_gpu_set_scanout_blob
Vivek Kasireddy
2021-05-27
1
-7
/
+95
*
virtio-gpu: Factor out update scanout
Vivek Kasireddy
2021-05-27
1
-12
/
+23
*
virtio-gpu: Add virtio_gpu_resource_create_blob
Vivek Kasireddy
2021-05-27
1
-3
/
+70
*
virtio-gpu: Add initial definitions for blob resources
Vivek Kasireddy
2021-05-27
1
-0
/
+14
*
virtio-gpu: Refactor virtio_gpu_create_mapping_iov
Vivek Kasireddy
2021-05-27
1
-10
/
+9
*
virtio-gpu: Refactor virtio_gpu_set_scanout
Vivek Kasireddy
2021-05-27
1
-64
/
+87
*
virtio-gpu: Add virtio_gpu_find_check_resource
Vivek Kasireddy
2021-05-27
1
-19
/
+47
*
virtio-gpu: drop VIRGL() macro
Gerd Hoffmann
2021-05-10
1
-17
/
+0
*
virtio-gpu: move update_cursor_data
Gerd Hoffmann
2021-05-10
1
-32
/
+6
*
virtio-gpu: move virgl process_cmd
Gerd Hoffmann
2021-05-10
1
-4
/
+5
*
virtio-gpu: move virgl gl_flushed
Gerd Hoffmann
2021-05-10
1
-15
/
+0
*
virtio-gpu: move virgl handle_ctrl
Gerd Hoffmann
2021-05-10
1
-13
/
+0
*
virtio-gpu: use class function for ctrl queue handlers
Gerd Hoffmann
2021-05-10
1
-3
/
+9
*
virtio-gpu: move virgl reset
Gerd Hoffmann
2021-05-10
1
-18
/
+1
*
virtio-gpu: move virgl realize + properties
Gerd Hoffmann
2021-05-10
1
-22
/
+1
*
virtio-gpu: handle partial maps properly
Gerd Hoffmann
2021-05-10
1
-30
/
+46
*
virtio-gpu: Do not distinguish the primary console
Akihiko Odaki
2021-03-04
1
-8
/
+1
*
ui/console: Add placeholder flag to message surface
Akihiko Odaki
2021-03-04
1
-3
/
+3
*
display/ui: add a callback to indicate GL state is flushed
Marc-André Lureau
2021-02-04
1
-2
/
+2
*
virtio-gpu: avoid re-entering cmdq processing
Marc-André Lureau
2021-02-04
1
-0
/
+5
*
migration: Replace migration's JSON writer by the general one
Markus Armbruster
2020-12-19
1
-1
/
+1
*
virtio-gpu: set physical dimensions for EDID
Marc-André Lureau
2020-09-29
1
-0
/
+2
*
virtio-gpu: fix unmap the already mapped items
Li Zhijian
2020-09-04
1
-1
/
+4
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include migration/qemu-file-types.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
virtio-gpu: check if the resource already exists in virtio_gpu_load()
Li Qiang
2019-07-03
1
-0
/
+5
*
virtio-gpu: fix unmap in error path
Gerd Hoffmann
2019-07-03
1
-2
/
+2
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-1
/
+1
*
virtio-gpu: split virtio-gpu, introduce virtio-gpu-base
Marc-André Lureau
2019-05-29
1
-275
/
+101
*
virtio-gpu: add a pixman helper header
Marc-André Lureau
2019-05-29
1
-26
/
+3
*
virtio-gpu: add bswap helpers header
Marc-André Lureau
2019-05-29
1
-42
/
+1
*
virtio-gpu: add sanity check
Gerd Hoffmann
2019-05-28
1
-0
/
+2
*
virtio-gpu: clear command and fence queues on reset
Gerd Hoffmann
2019-03-18
1
-0
/
+14
*
virtio-gpu: delay virglrenderer reset when blocked.
Gerd Hoffmann
2019-03-18
1
-1
/
+11
*
virtio-gpu: make virtio_gpu_reset static
Gerd Hoffmann
2019-03-11
1
-1
/
+1
[next]