aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/sync.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-17staging/android: rename sync.h to sync_debug.hGustavo Padovan1-85/+0
2016-06-17staging/android: remove drv_name from sync_timelineGustavo Padovan1-2/+0
2016-06-17staging/android: remove 'destroyed' member from struct sync_timelineGustavo Padovan1-4/+1
2016-06-17staging/android: make sync_timeline internal to sw_syncGustavo Padovan1-58/+0
2016-06-17staging/android: clean up #includes in the sync frameworkGustavo Padovan1-3/+0
2016-06-17staging/android: move sw_sync related code to sw_sync.cGustavo Padovan1-0/+2
2016-06-17staging/android: bring struct sync_pt backGustavo Padovan1-4/+25
2016-06-17staging/android: remove size arg of sync_timeline_create()Gustavo Padovan1-5/+2
2016-06-17staging/android: remove struct sync_timeline_opsGustavo Padovan1-19/+9
2016-06-17staging/android: remove .{fence, timeline}_value_str() from timeline_opsGustavo Padovan1-9/+0
2016-06-17staging/android: store last signaled value on sync timelineGustavo Padovan1-9/+5
2016-04-29dma-buf/sync_file: de-stage sync_file headersGustavo Padovan1-2/+2
2016-04-29staging/android: prepare sync_file for de-stagingGustavo Padovan1-36/+2
2016-04-29staging/android: remove name arg from sync_file_create()Gustavo Padovan1-1/+1
2016-04-29staging/android: make sync_file_fdget() staticGustavo Padovan1-1/+0
2016-04-29staging/android: make sync_file_merge() staticGustavo Padovan1-2/+0
2016-04-29staging/android: move sync_file functions comments to sync.cGustavo Padovan1-31/+0
2016-04-29staging/android: drop sync_file_install() and sync_file_put()Gustavo Padovan1-19/+0
2016-02-07staging/android: remove driver_data from struct sync_fence_infoGustavo Padovan1-7/+0
2016-02-07staging/android: remove SYNC_WAIT ioctlGustavo Padovan1-13/+0
2016-02-07staging/android: remove sync_fence_create_dma()Gustavo Padovan1-10/+0
2016-02-07staging/android: remove struct sync_ptGustavo Padovan1-43/+20
2016-02-07staging/android: rename 'sync_pt' to 'fence' in struct sync_fence_cbGustavo Padovan1-1/+1
2016-02-07staging/android: rename sync_fence to sync_fileGustavo Padovan1-49/+49
2016-02-07staging/android: remove not used sync_timeline opsGustavo Padovan1-19/+0
2016-02-07staging/android: sync: remove interfaces that are not usedGustavo Padovan1-50/+0
2016-02-07staging/android: fix sync framework documentationGustavo Padovan1-24/+21
2015-12-21staging/android/sync: add sync_fence_create_dmaMaarten Lankhorst1-0/+10
2015-08-14staging: android: Remove unnecessary externsJoe Perches1-5/+5
2014-09-28staging : android : sync : get_unused_fdHeinrich Schuchardt1-1/+2
2014-07-08android: convert sync to fence api, v6Maarten Lankhorst1-34/+45
2014-02-18staging: android: split uapi out of sync.h and sw_sync.hColin Cross1-84/+2
2014-02-11staging : android : sync : fix a checkpatch warningDaeseok Youn1-1/+1
2013-11-11staging: android: Fix typo in android/sync.hMasanari Iida1-25/+25
2013-03-04staging: sync: Refactor sync debug printingErik Gilling1-6/+13
2013-03-04staging: sync: Change wait timeout to mirror poll semanticsErik Gilling1-4/+4
2013-03-04staging: sync: Add reference counting to timelinesErik Gilling1-0/+2
2013-03-04staging: sync: Add internal refcounting to fencesErik Gilling1-0/+5
2013-03-04staging: sync: Allow async waits to be canceledErik Gilling1-7/+29
2013-03-04staging: sync: Add ioctl to get fence dataErik Gilling1-0/+57
2013-03-04staging: sync: Add debugfs supportErik Gilling1-3/+17
2013-03-04staging: sync: Add timestamps to sync_ptsErik Gilling1-0/+5
2013-03-04staging: sync: Add synchronization frameworkErik Gilling1-0/+314