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