index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vgem
/
vgem_fence.c
Age
Commit message (
Expand
)
Author
2020-05-19
drm/vgem: remove _unlocked suffix in drm_gem_object_put_unlocked
Emil Velikov
2019-08-13
dma-buf: rename reservation_object to dma_resv
Christian König
2019-07-17
drm/vgem: drop use of drmP.h
Sam Ravnborg
2019-06-21
drm/vgem: Ditch attach trickery in the fence ioctl
Daniel Vetter
2019-06-21
drm/prime: Align gem_prime_export with obj_funcs.export
Daniel Vetter
2018-12-07
dma-buf: make fence sequence numbers 64 bit v2
Christian König
2018-10-25
dma-buf: allow reserving more than one shared fence slot
Christian König
2018-08-17
drm/vgem: Remove unecessary dma_fence_ops
Daniel Vetter
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-08-11
drm/vgem: switch to drm_*_get(), drm_*_put() helpers
Cihangir Akturk
2017-01-24
drm/vgem: Switch to reservation_object_lock() helpers
Chris Wilson
2016-12-08
drm: Take ownership of the dmabuf->obj when exporting
Chris Wilson
2016-12-02
drm/vgem: Use ww_mutex_(un)lock even with a NULL context
Nicolai Hähnle
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-07-19
drm/vgem: Fix non static symbol warning
Wei Yongjun
2016-07-19
drm/vgem: Remember to offset relative timeouts to mod_timer() by jiffies
Chris Wilson
2016-07-18
drm/vgem: Attach sw fences to exported vGEM dma-buf (ioctl)
Chris Wilson