summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio/virtgpu_vq.c
AgeCommit message (Expand)Author
2021-09-29drm/virtio: implement context init: stop using drv->context when creating fenceGurchetan Singh
2021-09-29drm/virtio: implement context init: support init ioctlAnthoine Bourgeois
2021-09-17virtio-gpu: fix possible memory allocation failureliuyuntao
2021-06-23drm/virtio: Prepare resource_flush to accept a fenceVivek Kasireddy
2020-11-06drm/virtio: Fix a double free in virtio_gpu_cmd_map()Dan Carpenter
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard
2020-10-14drm/virtio: Use UUID API for importing the UUIDAndy Shevchenko
2020-09-29drm/virtio: implement blob resources: fix stride discrepancyGurchetan Singh
2020-09-29drm/virtio: implement blob resources: hypercall interfaceGurchetan Singh
2020-09-29drm/virtio: implement blob resources: implement vram objectGerd Hoffmann
2020-09-29drm/virtio: blob prep: make CPU responses more genericGurchetan Singh
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie
2020-09-15drm/virtio: add virtio_gpu_cmd_unref_resource error handlingGerd Hoffmann
2020-09-15drm/virtio: return virtio_gpu_queue errorsGerd Hoffmann
2020-09-10drm: virtio: fix common struct sg_table related issuesMarek Szyprowski
2020-09-09Fix use after free in get_capset_info callback.Doug Horn
2020-08-18Merge v5.9-rc1 into drm-misc-nextMaxime Ripard
2020-08-18drm/virtio: Support virtgpu exported resourcesDavid Stevens
2020-08-03virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirkMichael S. Tsirkin
2020-04-03drm/virtio: make virtio_gpu_object_attach voidGurchetan Singh
2020-03-09drm/virtio: factor out the sg_table from virtio_gpu_objectGurchetan Singh
2020-02-17drm/virtio: move remaining virtio_gpu_notify callsGerd Hoffmann
2020-02-17drm/virtio: batch display queryGerd Hoffmann
2020-02-17drm/virtio: batch resource creationGerd Hoffmann
2020-02-17drm/virtio: batch plane updates (pageflip)Gerd Hoffmann
2020-02-17drm/virtio: notify before waitingGerd Hoffmann
2020-02-17drm/virtio: rework notification for better batchingGerd Hoffmann
2020-02-14drm/virtio: fix error checkGerd Hoffmann
2020-02-12drm/virtio: add drm_driver.release callback.Gerd Hoffmann
2020-02-10drm/virtio: move virtio_gpu_mem_entry initialization to new functionGerd Hoffmann
2020-02-10drm/virtio: move mapping teardown to virtio_gpu_cleanup_object()Gerd Hoffmann
2020-02-10drm/virtio: resource teardown tweaksGerd Hoffmann
2020-02-10drm/virtio: simplify virtio_gpu_alloc_cmdGerd Hoffmann
2020-02-07drm/virtio: fix ring free checkGerd Hoffmann
2020-02-06drm/virtio: move virtqueue_notify into virtio_gpu_queue_ctrl_sgsChia-I Wu
2020-02-06drm/virtio: move the check for vqs_ready earlierChia-I Wu
2020-02-06drm/virtio: move locking into virtio_gpu_queue_ctrl_sgsChia-I Wu
2020-02-06drm/virtio: set up virtqueue sgs before lockingChia-I Wu
2020-02-06drm/virtio: unlock object array on errorsChia-I Wu
2020-02-06drm/virtio: no need to pass virtio_gpu_ctrl_hdrChia-I Wu
2020-02-06drm/virtio: add virtio_gpu_vbuf_ctrl_hdrChia-I Wu
2020-02-06drm/virtio: remove incorrect ENOSPC checkChia-I Wu
2020-02-06drm/virtio: fix a wait_event conditionChia-I Wu
2020-02-06drm/virtio: ratelimit error loggingGerd Hoffmann
2019-12-16drm/virtio: batch display update commands.Gerd Hoffmann
2019-11-20drm/virtio: fix byteorder handling in virtio_gpu_cmd_transfer_{from, to}_host...Gerd Hoffmann
2019-10-22drm/virtio: move byteorder handling into virtio_gpu_cmd_transfer_to_host_2d f...Gerd Hoffmann
2019-09-13drm/virtio: Fix warning in virtio_gpu_queue_fenced_ctrl_buffer.David Riley
2019-09-12drm/virtio: Use vmalloc for command buffer allocations.David Riley