summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_vq.c
Commit message (Expand)AuthorAgeFilesLines
* drm/virtio: Return proper error codes instead of -1Dmitry Osipenko2022-07-191-3/+3
* drm/virtio: Improve DMA API usage for shmem BOsDmitry Osipenko2022-07-191-8/+5
* drm/virtio: Check whether transferred 2D BO is shmemDmitry Osipenko2022-07-191-1/+1
* drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä2022-06-201-0/+2
* drm/virtio: implement context init: stop using drv->context when creating fenceGurchetan Singh2021-09-291-12/+3
* drm/virtio: implement context init: support init ioctlAnthoine Bourgeois2021-09-291-1/+3
* virtio-gpu: fix possible memory allocation failureliuyuntao2021-09-171-7/+1
* drm/virtio: Prepare resource_flush to accept a fenceVivek Kasireddy2021-06-231-2/+5
* drm/virtio: Fix a double free in virtio_gpu_cmd_map()Dan Carpenter2020-11-061-3/+1
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-11-021-8/+5
|\
| * Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-09-231-22/+31
| |\
| * \ Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie2020-09-171-7/+5
| |\ \
| | * | drm: virtio: fix common struct sg_table related issuesMarek Szyprowski2020-09-101-7/+5
* | | | drm/virtio: Use UUID API for importing the UUIDAndy Shevchenko2020-10-141-1/+1
* | | | drm/virtio: implement blob resources: fix stride discrepancyGurchetan Singh2020-09-291-2/+12
* | | | drm/virtio: implement blob resources: hypercall interfaceGurchetan Singh2020-09-291-0/+65
* | | | drm/virtio: implement blob resources: implement vram objectGerd Hoffmann2020-09-291-0/+66
* | | | drm/virtio: blob prep: make CPU responses more genericGurchetan Singh2020-09-291-5/+5
| |_|/ |/| |
* | | drm/virtio: add virtio_gpu_cmd_unref_resource error handlingGerd Hoffmann2020-09-151-1/+4
* | | drm/virtio: return virtio_gpu_queue errorsGerd Hoffmann2020-09-151-18/+20
* | | Fix use after free in get_capset_info callback.Doug Horn2020-09-091-3/+7
|/ /
* | Merge v5.9-rc1 into drm-misc-nextMaxime Ripard2020-08-181-2/+2
|\|
| * virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirkMichael S. Tsirkin2020-08-031-2/+2
* | drm/virtio: Support virtgpu exported resourcesDavid Stevens2020-08-181-0/+55
|/
* drm/virtio: make virtio_gpu_object_attach voidGurchetan Singh2020-04-031-5/+4
* drm/virtio: factor out the sg_table from virtio_gpu_objectGurchetan Singh2020-03-091-2/+4
* drm/virtio: move remaining virtio_gpu_notify callsGerd Hoffmann2020-02-171-9/+0
* drm/virtio: batch display queryGerd Hoffmann2020-02-171-2/+0
* drm/virtio: batch resource creationGerd Hoffmann2020-02-171-3/+0
* drm/virtio: batch plane updates (pageflip)Gerd Hoffmann2020-02-171-4/+0
* drm/virtio: notify before waitingGerd Hoffmann2020-02-171-0/+1
* drm/virtio: rework notification for better batchingGerd Hoffmann2020-02-171-19/+31
* drm/virtio: fix error checkGerd Hoffmann2020-02-141-1/+1
* drm/virtio: add drm_driver.release callback.Gerd Hoffmann2020-02-121-12/+15
* drm/virtio: move virtio_gpu_mem_entry initialization to new functionGerd Hoffmann2020-02-101-48/+3
* drm/virtio: move mapping teardown to virtio_gpu_cleanup_object()Gerd Hoffmann2020-02-101-46/+0
* drm/virtio: resource teardown tweaksGerd Hoffmann2020-02-101-3/+26
* drm/virtio: simplify virtio_gpu_alloc_cmdGerd Hoffmann2020-02-101-17/+9
* drm/virtio: fix ring free checkGerd Hoffmann2020-02-071-0/+3
* drm/virtio: move virtqueue_notify into virtio_gpu_queue_ctrl_sgsChia-I Wu2020-02-061-12/+10
* drm/virtio: move the check for vqs_ready earlierChia-I Wu2020-02-061-5/+8
* drm/virtio: move locking into virtio_gpu_queue_ctrl_sgsChia-I Wu2020-02-061-35/+35
* drm/virtio: set up virtqueue sgs before lockingChia-I Wu2020-02-061-31/+35
* drm/virtio: unlock object array on errorsChia-I Wu2020-02-061-1/+4
* drm/virtio: no need to pass virtio_gpu_ctrl_hdrChia-I Wu2020-02-061-12/+12
* drm/virtio: add virtio_gpu_vbuf_ctrl_hdrChia-I Wu2020-02-061-5/+15
* drm/virtio: remove incorrect ENOSPC checkChia-I Wu2020-02-061-13/+6
* drm/virtio: fix a wait_event conditionChia-I Wu2020-02-061-1/+2
* drm/virtio: ratelimit error loggingGerd Hoffmann2020-02-061-3/+3
* drm/virtio: batch display update commands.Gerd Hoffmann2019-12-161-2/+21