index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
virtio
/
virtgpu_vq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/virtio: Spiff out cmd queue/response traces
Rob Clark
2023-01-02
1
-3
/
+10
*
drm/virtio: Return proper error codes instead of -1
Dmitry Osipenko
2022-07-19
1
-3
/
+3
*
drm/virtio: Improve DMA API usage for shmem BOs
Dmitry Osipenko
2022-07-19
1
-8
/
+5
*
drm/virtio: Check whether transferred 2D BO is shmem
Dmitry Osipenko
2022-07-19
1
-1
/
+1
*
drm: Drop drm_edid.h from drm_crtc.h
Ville Syrjälä
2022-06-20
1
-0
/
+2
*
drm/virtio: implement context init: stop using drv->context when creating fence
Gurchetan Singh
2021-09-29
1
-12
/
+3
*
drm/virtio: implement context init: support init ioctl
Anthoine Bourgeois
2021-09-29
1
-1
/
+3
*
virtio-gpu: fix possible memory allocation failure
liuyuntao
2021-09-17
1
-7
/
+1
*
drm/virtio: Prepare resource_flush to accept a fence
Vivek Kasireddy
2021-06-23
1
-2
/
+5
*
drm/virtio: Fix a double free in virtio_gpu_cmd_map()
Dan Carpenter
2020-11-06
1
-3
/
+1
*
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2020-11-02
1
-8
/
+5
|
\
|
*
Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2020-09-23
1
-22
/
+31
|
|
\
|
*
\
Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...
Dave Airlie
2020-09-17
1
-7
/
+5
|
|
\
\
|
|
*
|
drm: virtio: fix common struct sg_table related issues
Marek Szyprowski
2020-09-10
1
-7
/
+5
*
|
|
|
drm/virtio: Use UUID API for importing the UUID
Andy Shevchenko
2020-10-14
1
-1
/
+1
*
|
|
|
drm/virtio: implement blob resources: fix stride discrepancy
Gurchetan Singh
2020-09-29
1
-2
/
+12
*
|
|
|
drm/virtio: implement blob resources: hypercall interface
Gurchetan Singh
2020-09-29
1
-0
/
+65
*
|
|
|
drm/virtio: implement blob resources: implement vram object
Gerd Hoffmann
2020-09-29
1
-0
/
+66
*
|
|
|
drm/virtio: blob prep: make CPU responses more generic
Gurchetan Singh
2020-09-29
1
-5
/
+5
|
|
_
|
/
|
/
|
|
*
|
|
drm/virtio: add virtio_gpu_cmd_unref_resource error handling
Gerd Hoffmann
2020-09-15
1
-1
/
+4
*
|
|
drm/virtio: return virtio_gpu_queue errors
Gerd Hoffmann
2020-09-15
1
-18
/
+20
*
|
|
Fix use after free in get_capset_info callback.
Doug Horn
2020-09-09
1
-3
/
+7
|
/
/
*
|
Merge v5.9-rc1 into drm-misc-next
Maxime Ripard
2020-08-18
1
-2
/
+2
|
\
|
|
*
virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirk
Michael S. Tsirkin
2020-08-03
1
-2
/
+2
*
|
drm/virtio: Support virtgpu exported resources
David Stevens
2020-08-18
1
-0
/
+55
|
/
*
drm/virtio: make virtio_gpu_object_attach void
Gurchetan Singh
2020-04-03
1
-5
/
+4
*
drm/virtio: factor out the sg_table from virtio_gpu_object
Gurchetan Singh
2020-03-09
1
-2
/
+4
*
drm/virtio: move remaining virtio_gpu_notify calls
Gerd Hoffmann
2020-02-17
1
-9
/
+0
*
drm/virtio: batch display query
Gerd Hoffmann
2020-02-17
1
-2
/
+0
*
drm/virtio: batch resource creation
Gerd Hoffmann
2020-02-17
1
-3
/
+0
*
drm/virtio: batch plane updates (pageflip)
Gerd Hoffmann
2020-02-17
1
-4
/
+0
*
drm/virtio: notify before waiting
Gerd Hoffmann
2020-02-17
1
-0
/
+1
*
drm/virtio: rework notification for better batching
Gerd Hoffmann
2020-02-17
1
-19
/
+31
*
drm/virtio: fix error check
Gerd Hoffmann
2020-02-14
1
-1
/
+1
*
drm/virtio: add drm_driver.release callback.
Gerd Hoffmann
2020-02-12
1
-12
/
+15
*
drm/virtio: move virtio_gpu_mem_entry initialization to new function
Gerd Hoffmann
2020-02-10
1
-48
/
+3
*
drm/virtio: move mapping teardown to virtio_gpu_cleanup_object()
Gerd Hoffmann
2020-02-10
1
-46
/
+0
*
drm/virtio: resource teardown tweaks
Gerd Hoffmann
2020-02-10
1
-3
/
+26
*
drm/virtio: simplify virtio_gpu_alloc_cmd
Gerd Hoffmann
2020-02-10
1
-17
/
+9
*
drm/virtio: fix ring free check
Gerd Hoffmann
2020-02-07
1
-0
/
+3
*
drm/virtio: move virtqueue_notify into virtio_gpu_queue_ctrl_sgs
Chia-I Wu
2020-02-06
1
-12
/
+10
*
drm/virtio: move the check for vqs_ready earlier
Chia-I Wu
2020-02-06
1
-5
/
+8
*
drm/virtio: move locking into virtio_gpu_queue_ctrl_sgs
Chia-I Wu
2020-02-06
1
-35
/
+35
*
drm/virtio: set up virtqueue sgs before locking
Chia-I Wu
2020-02-06
1
-31
/
+35
*
drm/virtio: unlock object array on errors
Chia-I Wu
2020-02-06
1
-1
/
+4
*
drm/virtio: no need to pass virtio_gpu_ctrl_hdr
Chia-I Wu
2020-02-06
1
-12
/
+12
*
drm/virtio: add virtio_gpu_vbuf_ctrl_hdr
Chia-I Wu
2020-02-06
1
-5
/
+15
*
drm/virtio: remove incorrect ENOSPC check
Chia-I Wu
2020-02-06
1
-13
/
+6
*
drm/virtio: fix a wait_event condition
Chia-I Wu
2020-02-06
1
-1
/
+2
*
drm/virtio: ratelimit error logging
Gerd Hoffmann
2020-02-06
1
-3
/
+3
[next]