summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vgem/vgem_fence.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-25dma-buf: allow reserving more than one shared fence slotChristian König1-1/+1
2018-08-17drm/vgem: Remove unecessary dma_fence_opsDaniel Vetter1-13/+0
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-08-11drm/vgem: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk1-1/+1
2017-01-24drm/vgem: Switch to reservation_object_lock() helpersChris Wilson1-2/+2
2016-12-08drm: Take ownership of the dmabuf->obj when exportingChris Wilson1-1/+0
2016-12-02drm/vgem: Use ww_mutex_(un)lock even with a NULL contextNicolai Hähnle1-2/+2
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-26/+27
2016-07-19drm/vgem: Fix non static symbol warningWei Yongjun1-1/+1
2016-07-19drm/vgem: Remember to offset relative timeouts to mod_timer() by jiffiesChris Wilson1-2/+2
2016-07-18drm/vgem: Attach sw fences to exported vGEM dma-buf (ioctl)Chris Wilson1-0/+283