Age | Commit message (Expand) | Author |
2021-08-02 | drm: Fix typo in comments | Cai Huoqing |
2021-06-14 | dma-buf: add dma_fence_chain_alloc/free v3 | Christian König |
2021-04-08 | drm/syncobj: use newly allocated stub fences | David Stevens |
2021-03-16 | Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie |
2021-01-20 | drm/syncobj: make lockdep complain on WAIT_FOR_SUBMIT v3 | Christian König |
2021-01-20 | drm/syncobj: Fix use-after-free | Daniel Vetter |
2020-08-02 | drm/syncobj: Tune down unordered timeline DRM_ERROR | Daniel Vetter |
2020-07-02 | drm : Insert blank lines after declarations. | Suraj Upadhyay |
2020-01-20 | drm/syncobj: Add documentation for timeline syncobj | Lionel Landwerlin |
2019-10-18 | drm/syncobj: extend syncobj query ability v3 | Chunming Zhou |
2019-09-30 | drm/syncobj: Include the prototype for drm_timeout_abs_to_jiffies() | Ville Syrjälä |
2019-08-12 | drm/syncobj: Add better overview documentation for syncobj (v2) | Jason Ekstrand |
2019-07-30 | drm/syncobj: fix leaking dma_fence in drm_syncobj_query_ioctl | Christian König |
2019-07-19 | drm: direct include of drm.h in drm_syncobj.c | Sam Ravnborg |
2019-05-27 | drm: drop use of drmP.h in drm/* | Sam Ravnborg |
2019-05-08 | Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2019-05-02 | drm_syncobj: switch to fdget() | Al Viro |
2019-05-02 | drm: introduce a capability flag for syncobj timeline support | Lionel Landwerlin |
2019-05-02 | drm: report consistent errors when checking syncobj capibility | Lionel Landwerlin |
2019-04-01 | drm/syncobj: add timeline signal ioctl for syncobj v5 | Chunming Zhou |
2019-04-01 | drm/syncobj: add transition iotcls between binary and timeline v2 | Chunming Zhou |
2019-04-01 | drm/syncobj: use the timeline point in drm_syncobj_find_fence v4 | Christian König |
2019-04-01 | drm/syncobj: add timeline payload query ioctl v6 | Chunming Zhou |
2019-04-01 | drm/syncobj: add support for timeline point wait v8 | Chunming Zhou |
2019-04-01 | drm/syncobj: add new drm_syncobj_add_point interface v4 | Christian König |
2019-03-07 | drm: export drm_timeout_abs_to_jiffies | Qiang Yu |
2018-12-11 | drm/syncobj: remove drm_syncobj_cb and cleanup | Christian König |
2018-12-05 | drm: revert "expand replace_fence to support timeline point v2" | Christian König |
2018-12-03 | drm/syncobj: use dma_fence_get_stub | Christian König |
2018-11-12 | drm/syncobj: Fix compilation following partial revert | Chris Wilson |
2018-11-12 | drm: Revert syncobj timeline changes. | Eric Anholt |
2018-11-08 | drm/syncobj: disable the timeline UAPI for now v2 | Christian König |
2018-11-06 | drm/syncobj: Fix oops on drm_syncobj_find_fence(file_priv, 0, ...). | Eric Anholt |
2018-11-01 | drm/syncobj: Mark local add/remove callback functions as static | Chris Wilson |
2018-10-26 | drm/syncobj: Avoid kmalloc(GFP_KERNEL) under spinlock | Chunming Zhou |
2018-10-24 | Merge drm/drm-next into drm-misc-next | Sean Paul |
2018-10-23 | drm: fix deadlock of syncobj v6 | Chunming Zhou |
2018-10-18 | drm: add syncobj timeline support v9 | Chunming Zhou |
2018-10-17 | drm: fix missing doc v2 | Chunming Zhou |
2018-10-16 | drm: add flags to drm_syncobj_find_fence | Chunming Zhou |
2018-10-04 | BackMerge v4.19-rc6 into drm-next | Dave Airlie |
2018-09-26 | drm/syncobj: Don't leak fences when WAIT_FOR_SUBMIT is set | Jason Ekstrand |
2018-09-21 | drm: Fix syncobj handing of schedule() returning 0 | Chris Wilson |
2018-09-21 | drm: Use default dma_fence hooks where possible for null syncobj | Chris Wilson |
2018-09-14 | drm: Differentiate the lack of an interface from invalid parameter | Chris Wilson |
2018-09-06 | drm: expand replace_fence to support timeline point v2 | Chunming Zhou |
2018-09-06 | drm: expand drm_syncobj_find_fence to support timeline point v2 | Chunming Zhou |
2018-09-06 | drm: rename null fence to stub fence in syncobj v2 | Chunming Zhou |
2018-09-06 | drm: fix syncobj null_fence_enable_signaling | Chunming Zhou |
2018-08-22 | drm/syncobj: Drop add/remove_callback from driver interface | Daniel Vetter |