aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_vq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-19drm/virtio: Return proper error codes instead of -1Dmitry Osipenko1-3/+3
2022-07-19drm/virtio: Improve DMA API usage for shmem BOsDmitry Osipenko1-8/+5
2022-07-19drm/virtio: Check whether transferred 2D BO is shmemDmitry Osipenko1-1/+1
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä1-0/+2
2021-09-29drm/virtio: implement context init: stop using drv->context when creating fenceGurchetan Singh1-12/+3
2021-09-29drm/virtio: implement context init: support init ioctlAnthoine Bourgeois1-1/+3
2021-09-17virtio-gpu: fix possible memory allocation failureliuyuntao1-7/+1
2021-06-23drm/virtio: Prepare resource_flush to accept a fenceVivek Kasireddy1-2/+5
2020-11-06drm/virtio: Fix a double free in virtio_gpu_cmd_map()Dan Carpenter1-3/+1
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard1-8/+5
2020-10-14drm/virtio: Use UUID API for importing the UUIDAndy Shevchenko1-1/+1
2020-09-29drm/virtio: implement blob resources: fix stride discrepancyGurchetan Singh1-2/+12
2020-09-29drm/virtio: implement blob resources: hypercall interfaceGurchetan Singh1-0/+65
2020-09-29drm/virtio: implement blob resources: implement vram objectGerd Hoffmann1-0/+66
2020-09-29drm/virtio: blob prep: make CPU responses more genericGurchetan Singh1-5/+5
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