aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_fence.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-06drm/virtio: Remove redundant return typeRobert Foss1-2/+1
2019-05-06drm/virtio: allocate fences with GFP_KERNELChia-I Wu1-1/+1
2019-05-06drm/virtio: trace drm_fence_emitChia-I Wu1-0/+3
2019-05-06drm/virtio: set seqno for dma-fenceChia-I Wu1-7/+10
2019-03-28drm/virtio: rework resource creation workflow.Gerd Hoffmann1-2/+2
2019-01-08drm/virtio: drop virtio_gpu_fence_cleanup()Gerd Hoffmann1-8/+0
2018-11-29drm/virtio: fence: pass plain pointerGerd Hoffmann1-5/+5
2018-11-14drm/virtio: add virtio_gpu_alloc_fence()Robert Foss1-7/+22
2018-07-03drm/virtio: Remove unecessary dma_fence_opsDaniel Vetter1-7/+0
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-13/+13
2016-09-20drm/virtio: add real fence context and seqnoGustavo Padovan1-1/+1
2015-11-10Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+1
2015-10-16virtio-gpu: add & use virtio_gpu_queue_fenced_ctrl_bufferGerd Hoffmann1-1/+1
2015-10-16drm/virtio: use %llu format string form atomic64_tArnd Bergmann1-1/+1
2015-06-03Add virtio gpu driver.Dave Airlie1-0/+119