summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf
Commit message (Expand)AuthorAgeFilesLines
* dma-buf: Fix memory leak in sync_file_merge()Navid Emamdoost2019-12-211-1/+1
* dma-buf: remove redundant initialization of sg_tableColin Ian King2018-06-061-1/+1
* dma-buf: Update kerneldoc for sync_file_createDaniel Vetter2017-12-091-10/+4
* dma-buf/sync_file: hold reference to fence when creating sync_fileGustavo Padovan2017-12-091-1/+1
* dma-buf/sw_sync: force signal all unsignaled fences on dying timelineDominik Behr2017-12-091-1/+9
* dma-fence: Introduce drm_fence_set_error() helperChris Wilson2017-12-091-1/+1
* dma-fence: Wrap querying the fence->statusChris Wilson2017-12-093-14/+37
* dma-fence: Clear fence->status during dma_fence_init()Chris Wilson2017-12-091-0/+1
* dma-buf/sw_sync: clean up list before signaling the fenceGustavo Padovan2017-12-091-1/+11
* dma-buf/sw_sync: move timeline_fence_ops aroundGustavo Padovan2017-12-091-69/+69
* dma-buf/sw-sync: Use an rbtree to sort fences in the timelineChris Wilson2017-12-092-6/+48
* dma-buf/sw-sync: Fix locking around sync_timeline listsChris Wilson2017-12-093-48/+31
* dma-buf/sw-sync: sync_pt is private and of fixed sizeChris Wilson2017-12-091-8/+4
* dma-buf/sw-sync: Reduce irqsave/irqrestore from known contextChris Wilson2017-12-092-14/+15
* dma-buf/sw-sync: Prevent user overflow on timeline advanceChris Wilson2017-12-091-0/+5
* dma-buf/sw-sync: Fix the is-signaled test to handle u32 wraparoundChris Wilson2017-12-091-1/+1
* dma-buf: add support for compat ioctlMarek Szyprowski2017-04-181-0/+3
* Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-10-115-72/+176
|\
| * dma-buf/sync_file: free fences array in num_fences is 1Gustavo Padovan2016-09-221-0/+1
| * dma-buf/sync_file: Increment refcount of fence when all are signaled.Rafael Antognolli2016-09-201-4/+2
| * dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)Chris Wilson2016-09-131-1/+2
| * reservation: fix small comment typoRob Clark2016-08-221-1/+1
| * dma-buf: fix kernel-doc warning and typosRandy Dunlap2016-08-171-3/+3
| * dma-buf: Wait on the reservation object when sync'ing before CPU accessChris Wilson2016-08-161-0/+23
| * dma-buf/sync_file: only enable fence signalling on poll()Gustavo Padovan2016-08-111-13/+8
| * dma-buf/sync_file: add sync_file_get_fence()Gustavo Padovan2016-08-111-0/+23
| * dma-buf/sync_file: refactor fence storage in struct sync_fileGustavo Padovan2016-08-111-59/+115
| * dma-buf/fence-array: add fence_is_array()Gustavo Padovan2016-08-111-0/+1
* | dma-buf/sw_sync: de-stage SW_SYNCGustavo Padovan2016-08-156-0/+735
|/
* dma-buf: Release module reference on creation failureChris Wilson2016-07-181-4/+11
* dma-buf/sync_file: improve Kconfig description for Sync FilesGustavo Padovan2016-07-131-3/+12
* dma-buf: remove dma_buf_debugfs_create_file()Mathias Krause2016-06-201-20/+9
* dma-buf: remove dma_buf directory on bufinfo file creation errorsMathias Krause2016-06-201-1/+4
* dma-buf: propagate errors from dma_buf_describe() on debugfs readMathias Krause2016-06-201-11/+3
* Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-06-094-6/+150
|\
| * dma-buf/sync_file: fix build warning with context format typeGustavo Padovan2016-06-031-1/+1
| * dma-buf/fence: add signal_on_any to the fence array v2Christian König2016-06-021-8/+25
| * dma-buf/fence: add fence_array fences v6Gustavo Padovan2016-06-022-1/+128
| * dma-buf/fence: make fence context 64 bit v2Christian König2016-06-021-4/+4
* | dma-buf: use vma_pages()Muhammad Falak R Wani2016-05-311-3/+4
* | reservation: add headerdoc commentsRob Clark2016-05-311-4/+68
|/
* dma-buf/sync_file: de-stage sync_fileGustavo Padovan2016-04-293-0/+407
* dma-buf: Update docs for SYNC ioctlDaniel Vetter2016-03-211-1/+1
* dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()Chris Wilson2016-03-191-6/+11
* dma-buf: Add ioctls to allow userspace to flushDaniel Vetter2016-02-121-0/+45
* dma-buf: Remove range-based flushTiago Vignatti2016-02-091-9/+4
* dma-buf/fence: add fence_wait_any_timeout function v2Christian König2015-10-301-0/+98
* dma-buf: Minor coding style fixesJagan Teki2015-05-213-6/+20
* dma-buf: add ref counting for module as exporterSumit Semwal2015-05-131-1/+9
* dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal2015-04-211-25/+22