summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-06-27osd: add osd sw_sync [1/1]Pengcheng Chen6-5/+426
2018-08-07BACKPORT:dma-buf/fence: Fix lock inversion within dma-fence-arrayChris Wilson3-2/+16
2018-08-07BACKPORT: dma-buf/sync_file: Allow multiple sync_files to wrap a single dma-f...Chris Wilson2-3/+5
2018-08-07Revert "BACKPORT: dma-buf/sync_file: Allow multiple sync_files to wrap a sing...Victor Wan2-5/+3
2018-08-07Merge branch 'android-4.9' into amlogic-4.9-devVictor Wan1009-6932/+15764
2018-06-06Merge 4.9.107 into android-4.9Greg Kroah-Hartman60-295/+1275
2018-06-06dma-buf: remove redundant initialization of sg_tableColin Ian King1-1/+1
2018-05-14BACKPORT: dma-buf/sync_file: Allow multiple sync_files to wrap a single dma-f...Chris Wilson2-3/+5
2018-01-08Merge branch 'android-4.9' into amlogic-4.9-devVictor Wan567-3361/+11149
2017-12-12revert "sync_file: Return consistent status in SYNC_IOC_FILE_INFO [2/3]"binqi.zhang1-1/+2
2017-12-11ANDROID: dma-buf/sw_sync: Rename active_list to linkAmit Pundir1-1/+1
2017-12-10Merge 4.9.68 into android-4.9Greg Kroah-Hartman101-510/+745
2017-12-09dma-buf: Update kerneldoc for sync_file_createDaniel Vetter1-10/+4
2017-12-09dma-buf/sync_file: hold reference to fence when creating sync_fileGustavo Padovan1-1/+1
2017-12-09dma-buf/sw_sync: force signal all unsignaled fences on dying timelineDominik Behr1-1/+9
2017-12-09dma-fence: Introduce drm_fence_set_error() helperChris Wilson2-6/+26
2017-12-09dma-fence: Wrap querying the fence->statusChris Wilson4-14/+61
2017-12-09dma-fence: Clear fence->status during dma_fence_init()Chris Wilson1-0/+1
2017-12-09dma-buf/sw_sync: clean up list before signaling the fenceGustavo Padovan1-1/+11
2017-12-09dma-buf/sw_sync: move timeline_fence_ops aroundGustavo Padovan1-69/+69
2017-12-09dma-buf/sw-sync: Use an rbtree to sort fences in the timelineChris Wilson2-6/+48
2017-12-09dma-buf/sw-sync: Fix locking around sync_timeline listsChris Wilson3-48/+31
2017-12-09dma-buf/sw-sync: sync_pt is private and of fixed sizeChris Wilson1-8/+4
2017-12-09dma-buf/sw-sync: Reduce irqsave/irqrestore from known contextChris Wilson2-14/+15
2017-12-09dma-buf/sw-sync: Prevent user overflow on timeline advanceChris Wilson1-0/+5
2017-12-09dma-buf/sw-sync: Fix the is-signaled test to handle u32 wraparoundChris Wilson1-1/+1
2017-12-06sync_file: Return consistent status in SYNC_IOC_FILE_INFO [2/3]John Einar Reitan1-8/+12
2017-09-01sync: new fence api [2/7]Jiyu Yang4-4/+112
2017-09-01Revert "android: port fence driver from kernel-4.4 "[1/7]Jiyu Yang13-1907/+15
2017-06-08Merge branch 'android-4.9' into amlogic-4.9-devVictor Wan430-2087/+5264
2017-05-23UPSTREAM: dma-buf: Update kerneldoc for sync_file_createDaniel Vetter1-10/+4
2017-05-23UPSTREAM: Revert "dma-buf/sync-file: Avoid enable fence signaling if poll(.ti...Gustavo Padovan1-3/+2
2017-05-23UPSTREAM: reservation: revert "wait only with non-zero timeout specified (v3)...Christian König1-4/+1
2017-05-23BACKPORT: dma-buf/fence: revert "don't wait when specified timeout is zero" (v2)Alex Deucher1-3/+0
2017-05-23UPSTREAM: dma-buf/sw_sync: put fence reference from the fence creationGustavo Padovan1-1/+1
2017-05-23UPSTREAM: dma-buf/fence: add an lockdep_assert_held()Rob Clark1-0/+2
2017-05-23UPSTREAM: dma-buf/sync_file: hold reference to fence when creating sync_fileGustavo Padovan1-1/+1
2017-05-23UPSTREAM: dma-buf: Restart reservation_object_test_signaled_rcu() after writesChris Wilson1-20/+10
2017-05-23UPSTREAM: dma-buf: Restart reservation_object_wait_timeout_rcu() after writesChris Wilson1-6/+5
2017-05-23UPSTREAM: dma-buf: Restart reservation_object_get_fences_rcu() after writesChris Wilson1-40/+31
2017-05-22android: port fence driver from kernel-4.4 [1/2]Yun Cai14-15/+1908
2017-04-18Merge 4.9.23 into android-4.9Greg Kroah-Hartman33-230/+300
2017-04-18dma-buf: add support for compat ioctlMarek Szyprowski1-0/+3
2017-01-27CHROMIUM: fix warning when releasing active sync pointDmitry Torokhov3-1/+15
2016-10-12Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds682-54194/+84829
2016-09-22dma-buf/sync_file: free fences array in num_fences is 1Gustavo Padovan1-0/+1
2016-09-20dma-buf/sync_file: Increment refcount of fence when all are signaled.Rafael Antognolli1-4/+2
2016-09-13dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)Chris Wilson1-1/+2
2016-08-22reservation: fix small comment typoRob Clark1-1/+1
2016-08-17dma-buf: fix kernel-doc warning and typosRandy Dunlap1-3/+3
[next]