summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vgem/vgem_fence.c
Commit message (Expand)AuthorAgeFilesLines
* dma-buf: drop the _rcu postfix on function names v3Christian König2021-06-061-2/+1
* drm/vgem: replace idr_init() by idr_init_base()Deepak R Varma2020-11-101-1/+1
* drm/vgem: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-191-1/+1
* dma-buf: rename reservation_object to dma_resvChristian König2019-08-131-8/+8
* drm/vgem: drop use of drmP.hSam Ravnborg2019-07-171-0/+2
* drm/vgem: Ditch attach trickery in the fence ioctlDaniel Vetter2019-06-211-21/+1
* drm/prime: Align gem_prime_export with obj_funcs.exportDaniel Vetter2019-06-211-1/+1
* dma-buf: make fence sequence numbers 64 bit v2Christian König2018-12-071-2/+2
* dma-buf: allow reserving more than one shared fence slotChristian König2018-10-251-1/+1
* drm/vgem: Remove unecessary dma_fence_opsDaniel Vetter2018-08-171-13/+0
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3
* drm/vgem: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2017-08-111-1/+1
* drm/vgem: Switch to reservation_object_lock() helpersChris Wilson2017-01-241-2/+2
* drm: Take ownership of the dmabuf->obj when exportingChris Wilson2016-12-081-1/+0
* drm/vgem: Use ww_mutex_(un)lock even with a NULL contextNicolai Hähnle2016-12-021-2/+2
* dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-251-26/+27
* drm/vgem: Fix non static symbol warningWei Yongjun2016-07-191-1/+1
* drm/vgem: Remember to offset relative timeouts to mod_timer() by jiffiesChris Wilson2016-07-191-2/+2
* drm/vgem: Attach sw fences to exported vGEM dma-buf (ioctl)Chris Wilson2016-07-181-0/+283