aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_vq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-22/+31
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into drm-nextDave Airlie1-7/+5
2020-09-15drm/virtio: add virtio_gpu_cmd_unref_resource error handlingGerd Hoffmann1-1/+4
2020-09-15drm/virtio: return virtio_gpu_queue errorsGerd Hoffmann1-18/+20
2020-09-10drm: virtio: fix common struct sg_table related issuesMarek Szyprowski1-7/+5
2020-09-09Fix use after free in get_capset_info callback.Doug Horn1-3/+7
2020-08-18Merge v5.9-rc1 into drm-misc-nextMaxime Ripard1-2/+2
2020-08-18drm/virtio: Support virtgpu exported resourcesDavid Stevens1-0/+55
2020-08-03virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirkMichael S. Tsirkin1-2/+2
2020-04-03drm/virtio: make virtio_gpu_object_attach voidGurchetan Singh1-5/+4
2020-03-09drm/virtio: factor out the sg_table from virtio_gpu_objectGurchetan Singh1-2/+4
2020-02-17drm/virtio: move remaining virtio_gpu_notify callsGerd Hoffmann1-9/+0
2020-02-17drm/virtio: batch display queryGerd Hoffmann1-2/+0
2020-02-17drm/virtio: batch resource creationGerd Hoffmann1-3/+0
2020-02-17drm/virtio: batch plane updates (pageflip)Gerd Hoffmann1-4/+0
2020-02-17drm/virtio: notify before waitingGerd Hoffmann1-0/+1
2020-02-17drm/virtio: rework notification for better batchingGerd Hoffmann1-19/+31
2020-02-14drm/virtio: fix error checkGerd Hoffmann1-1/+1
2020-02-12drm/virtio: add drm_driver.release callback.Gerd Hoffmann1-12/+15
2020-02-10drm/virtio: move virtio_gpu_mem_entry initialization to new functionGerd Hoffmann1-48/+3
2020-02-10drm/virtio: move mapping teardown to virtio_gpu_cleanup_object()Gerd Hoffmann1-46/+0
2020-02-10drm/virtio: resource teardown tweaksGerd Hoffmann1-3/+26
2020-02-10drm/virtio: simplify virtio_gpu_alloc_cmdGerd Hoffmann1-17/+9
2020-02-07drm/virtio: fix ring free checkGerd Hoffmann1-0/+3
2020-02-06drm/virtio: move virtqueue_notify into virtio_gpu_queue_ctrl_sgsChia-I Wu1-12/+10
2020-02-06drm/virtio: move the check for vqs_ready earlierChia-I Wu1-5/+8
2020-02-06drm/virtio: move locking into virtio_gpu_queue_ctrl_sgsChia-I Wu1-35/+35
2020-02-06drm/virtio: set up virtqueue sgs before lockingChia-I Wu1-31/+35
2020-02-06drm/virtio: unlock object array on errorsChia-I Wu1-1/+4
2020-02-06drm/virtio: no need to pass virtio_gpu_ctrl_hdrChia-I Wu1-12/+12
2020-02-06drm/virtio: add virtio_gpu_vbuf_ctrl_hdrChia-I Wu1-5/+15
2020-02-06drm/virtio: remove incorrect ENOSPC checkChia-I Wu1-13/+6
2020-02-06drm/virtio: fix a wait_event conditionChia-I Wu1-1/+2
2020-02-06drm/virtio: ratelimit error loggingGerd Hoffmann1-3/+3
2019-12-16drm/virtio: batch display update commands.Gerd Hoffmann1-2/+21
2019-11-20drm/virtio: fix byteorder handling in virtio_gpu_cmd_transfer_{from, to}_host_3d functionsGerd Hoffmann1-4/+15
2019-10-22drm/virtio: move byteorder handling into virtio_gpu_cmd_transfer_to_host_2d functionGerd Hoffmann1-6/+6
2019-09-13drm/virtio: Fix warning in virtio_gpu_queue_fenced_ctrl_buffer.David Riley1-1/+1
2019-09-12drm/virtio: Use vmalloc for command buffer allocations.David Riley1-8/+70
2019-09-12drm/virtio: Rewrite virtio_gpu_queue_ctrl_buffer using fenced version.David Riley1-13/+7
2019-09-06drm/virtio: fix command submission with objects but without fence.Gerd Hoffmann1-4/+5
2019-09-04drm/virtio: add worker for object releaseGerd Hoffmann1-1/+1
2019-09-04drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann1-6/+18
2019-09-04drm/virtio: rework virtio_gpu_cmd_context_{attach, detach}_resourceGerd Hoffmann1-4/+8
2019-09-04drm/virtio: rework virtio_gpu_transfer_to_host_ioctl fencingGerd Hoffmann1-2/+7
2019-09-04drm/virtio: rework virtio_gpu_transfer_from_host_ioctl fencingGerd Hoffmann1-2/+6
2019-09-04drm/virtio: rework virtio_gpu_object_create fencingGerd Hoffmann1-0/+4
2019-09-04drm/virtio: rework virtio_gpu_execbuffer_ioctl fencingGerd Hoffmann1-5/+16
2019-08-28drm/virtio: notify virtqueues without holding spinlockGerd Hoffmann1-6/+19
2019-08-28drm/virtio: cleanup queue functionsGerd Hoffmann1-27/+14