| Commit message (Expand) | Author | Age | Files | Lines |
* | dma-buf: Update kerneldoc for sync_file_create | Daniel Vetter | 2017-12-09 | 1 | -10/+4 |
* | dma-buf/sync_file: hold reference to fence when creating sync_file | Gustavo Padovan | 2017-12-09 | 1 | -1/+1 |
* | dma-buf/sw_sync: force signal all unsignaled fences on dying timeline | Dominik Behr | 2017-12-09 | 1 | -1/+9 |
* | dma-fence: Introduce drm_fence_set_error() helper | Chris Wilson | 2017-12-09 | 1 | -1/+1 |
* | dma-fence: Wrap querying the fence->status | Chris Wilson | 2017-12-09 | 3 | -14/+37 |
* | dma-fence: Clear fence->status during dma_fence_init() | Chris Wilson | 2017-12-09 | 1 | -0/+1 |
* | dma-buf/sw_sync: clean up list before signaling the fence | Gustavo Padovan | 2017-12-09 | 1 | -1/+11 |
* | dma-buf/sw_sync: move timeline_fence_ops around | Gustavo Padovan | 2017-12-09 | 1 | -69/+69 |
* | dma-buf/sw-sync: Use an rbtree to sort fences in the timeline | Chris Wilson | 2017-12-09 | 2 | -6/+48 |
* | dma-buf/sw-sync: Fix locking around sync_timeline lists | Chris Wilson | 2017-12-09 | 3 | -48/+31 |
* | dma-buf/sw-sync: sync_pt is private and of fixed size | Chris Wilson | 2017-12-09 | 1 | -8/+4 |
* | dma-buf/sw-sync: Reduce irqsave/irqrestore from known context | Chris Wilson | 2017-12-09 | 2 | -14/+15 |
* | dma-buf/sw-sync: Prevent user overflow on timeline advance | Chris Wilson | 2017-12-09 | 1 | -0/+5 |
* | dma-buf/sw-sync: Fix the is-signaled test to handle u32 wraparound | Chris Wilson | 2017-12-09 | 1 | -1/+1 |
* | dma-buf: add support for compat ioctl | Marek Szyprowski | 2017-04-18 | 1 | -0/+3 |
* | Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2016-10-11 | 5 | -72/+176 |
|\ |
|
| * | dma-buf/sync_file: free fences array in num_fences is 1 | Gustavo Padovan | 2016-09-22 | 1 | -0/+1 |
| * | dma-buf/sync_file: Increment refcount of fence when all are signaled. | Rafael Antognolli | 2016-09-20 | 1 | -4/+2 |
| * | dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0) | Chris Wilson | 2016-09-13 | 1 | -1/+2 |
| * | reservation: fix small comment typo | Rob Clark | 2016-08-22 | 1 | -1/+1 |
| * | dma-buf: fix kernel-doc warning and typos | Randy Dunlap | 2016-08-17 | 1 | -3/+3 |
| * | dma-buf: Wait on the reservation object when sync'ing before CPU access | Chris Wilson | 2016-08-16 | 1 | -0/+23 |
| * | dma-buf/sync_file: only enable fence signalling on poll() | Gustavo Padovan | 2016-08-11 | 1 | -13/+8 |
| * | dma-buf/sync_file: add sync_file_get_fence() | Gustavo Padovan | 2016-08-11 | 1 | -0/+23 |
| * | dma-buf/sync_file: refactor fence storage in struct sync_file | Gustavo Padovan | 2016-08-11 | 1 | -59/+115 |
| * | dma-buf/fence-array: add fence_is_array() | Gustavo Padovan | 2016-08-11 | 1 | -0/+1 |
* | | dma-buf/sw_sync: de-stage SW_SYNC | Gustavo Padovan | 2016-08-15 | 6 | -0/+735 |
|/ |
|
* | dma-buf: Release module reference on creation failure | Chris Wilson | 2016-07-18 | 1 | -4/+11 |
* | dma-buf/sync_file: improve Kconfig description for Sync Files | Gustavo Padovan | 2016-07-13 | 1 | -3/+12 |
* | dma-buf: remove dma_buf_debugfs_create_file() | Mathias Krause | 2016-06-20 | 1 | -20/+9 |
* | dma-buf: remove dma_buf directory on bufinfo file creation errors | Mathias Krause | 2016-06-20 | 1 | -1/+4 |
* | dma-buf: propagate errors from dma_buf_describe() on debugfs read | Mathias Krause | 2016-06-20 | 1 | -11/+3 |
* | Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in... | Dave Airlie | 2016-06-09 | 4 | -6/+150 |
|\ |
|
| * | dma-buf/sync_file: fix build warning with context format type | Gustavo Padovan | 2016-06-03 | 1 | -1/+1 |
| * | dma-buf/fence: add signal_on_any to the fence array v2 | Christian König | 2016-06-02 | 1 | -8/+25 |
| * | dma-buf/fence: add fence_array fences v6 | Gustavo Padovan | 2016-06-02 | 2 | -1/+128 |
| * | dma-buf/fence: make fence context 64 bit v2 | Christian König | 2016-06-02 | 1 | -4/+4 |
* | | dma-buf: use vma_pages() | Muhammad Falak R Wani | 2016-05-31 | 1 | -3/+4 |
* | | reservation: add headerdoc comments | Rob Clark | 2016-05-31 | 1 | -4/+68 |
|/ |
|
* | dma-buf/sync_file: de-stage sync_file | Gustavo Padovan | 2016-04-29 | 3 | -0/+407 |
* | dma-buf: Update docs for SYNC ioctl | Daniel Vetter | 2016-03-21 | 1 | -1/+1 |
* | dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access() | Chris Wilson | 2016-03-19 | 1 | -6/+11 |
* | dma-buf: Add ioctls to allow userspace to flush | Daniel Vetter | 2016-02-12 | 1 | -0/+45 |
* | dma-buf: Remove range-based flush | Tiago Vignatti | 2016-02-09 | 1 | -9/+4 |
* | dma-buf/fence: add fence_wait_any_timeout function v2 | Christian König | 2015-10-30 | 1 | -0/+98 |
* | dma-buf: Minor coding style fixes | Jagan Teki | 2015-05-21 | 3 | -6/+20 |
* | dma-buf: add ref counting for module as exporter | Sumit Semwal | 2015-05-13 | 1 | -1/+9 |
* | dma-buf: cleanup dma_buf_export() to make it easily extensible | Sumit Semwal | 2015-04-21 | 1 | -25/+22 |
* | reservation: Remove shadowing local variable 'ret' | Michel Dänzer | 2015-01-22 | 1 | -2/+0 |
* | dma-buf/fence: don't wait when specified timeout is zero | Jammy Zhou | 2015-01-22 | 1 | -0/+3 |