index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
virtio
/
virtgpu_vq.c
Age
Commit message (
Expand
)
Author
2020-09-23
Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2020-09-17
Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...
Dave Airlie
2020-09-15
drm/virtio: add virtio_gpu_cmd_unref_resource error handling
Gerd Hoffmann
2020-09-15
drm/virtio: return virtio_gpu_queue errors
Gerd Hoffmann
2020-09-10
drm: virtio: fix common struct sg_table related issues
Marek Szyprowski
2020-09-09
Fix use after free in get_capset_info callback.
Doug Horn
2020-08-18
Merge v5.9-rc1 into drm-misc-next
Maxime Ripard
2020-08-18
drm/virtio: Support virtgpu exported resources
David Stevens
2020-08-03
virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirk
Michael S. Tsirkin
2020-04-03
drm/virtio: make virtio_gpu_object_attach void
Gurchetan Singh
2020-03-09
drm/virtio: factor out the sg_table from virtio_gpu_object
Gurchetan Singh
2020-02-17
drm/virtio: move remaining virtio_gpu_notify calls
Gerd Hoffmann
2020-02-17
drm/virtio: batch display query
Gerd Hoffmann
2020-02-17
drm/virtio: batch resource creation
Gerd Hoffmann
2020-02-17
drm/virtio: batch plane updates (pageflip)
Gerd Hoffmann
2020-02-17
drm/virtio: notify before waiting
Gerd Hoffmann
2020-02-17
drm/virtio: rework notification for better batching
Gerd Hoffmann
2020-02-14
drm/virtio: fix error check
Gerd Hoffmann
2020-02-12
drm/virtio: add drm_driver.release callback.
Gerd Hoffmann
2020-02-10
drm/virtio: move virtio_gpu_mem_entry initialization to new function
Gerd Hoffmann
2020-02-10
drm/virtio: move mapping teardown to virtio_gpu_cleanup_object()
Gerd Hoffmann
2020-02-10
drm/virtio: resource teardown tweaks
Gerd Hoffmann
2020-02-10
drm/virtio: simplify virtio_gpu_alloc_cmd
Gerd Hoffmann
2020-02-07
drm/virtio: fix ring free check
Gerd Hoffmann
2020-02-06
drm/virtio: move virtqueue_notify into virtio_gpu_queue_ctrl_sgs
Chia-I Wu
2020-02-06
drm/virtio: move the check for vqs_ready earlier
Chia-I Wu
2020-02-06
drm/virtio: move locking into virtio_gpu_queue_ctrl_sgs
Chia-I Wu
2020-02-06
drm/virtio: set up virtqueue sgs before locking
Chia-I Wu
2020-02-06
drm/virtio: unlock object array on errors
Chia-I Wu
2020-02-06
drm/virtio: no need to pass virtio_gpu_ctrl_hdr
Chia-I Wu
2020-02-06
drm/virtio: add virtio_gpu_vbuf_ctrl_hdr
Chia-I Wu
2020-02-06
drm/virtio: remove incorrect ENOSPC check
Chia-I Wu
2020-02-06
drm/virtio: fix a wait_event condition
Chia-I Wu
2020-02-06
drm/virtio: ratelimit error logging
Gerd Hoffmann
2019-12-16
drm/virtio: batch display update commands.
Gerd Hoffmann
2019-11-20
drm/virtio: fix byteorder handling in virtio_gpu_cmd_transfer_{from, to}_host...
Gerd Hoffmann
2019-10-22
drm/virtio: move byteorder handling into virtio_gpu_cmd_transfer_to_host_2d f...
Gerd Hoffmann
2019-09-13
drm/virtio: Fix warning in virtio_gpu_queue_fenced_ctrl_buffer.
David Riley
2019-09-12
drm/virtio: Use vmalloc for command buffer allocations.
David Riley
2019-09-12
drm/virtio: Rewrite virtio_gpu_queue_ctrl_buffer using fenced version.
David Riley
2019-09-06
drm/virtio: fix command submission with objects but without fence.
Gerd Hoffmann
2019-09-04
drm/virtio: add worker for object release
Gerd Hoffmann
2019-09-04
drm/virtio: switch from ttm to gem shmem helpers
Gerd Hoffmann
2019-09-04
drm/virtio: rework virtio_gpu_cmd_context_{attach, detach}_resource
Gerd Hoffmann
2019-09-04
drm/virtio: rework virtio_gpu_transfer_to_host_ioctl fencing
Gerd Hoffmann
2019-09-04
drm/virtio: rework virtio_gpu_transfer_from_host_ioctl fencing
Gerd Hoffmann
2019-09-04
drm/virtio: rework virtio_gpu_object_create fencing
Gerd Hoffmann
2019-09-04
drm/virtio: rework virtio_gpu_execbuffer_ioctl fencing
Gerd Hoffmann
2019-08-28
drm/virtio: notify virtqueues without holding spinlock
Gerd Hoffmann
2019-08-28
drm/virtio: cleanup queue functions
Gerd Hoffmann
[next]