summaryrefslogtreecommitdiff
path: root/drivers/staging/android/sync.h
AgeCommit message (Expand)Author
2016-06-18staging/android: rename sync.h to sync_debug.hGustavo Padovan
2016-06-18staging/android: remove drv_name from sync_timelineGustavo Padovan
2016-06-18staging/android: remove 'destroyed' member from struct sync_timelineGustavo Padovan
2016-06-18staging/android: make sync_timeline internal to sw_syncGustavo Padovan
2016-06-18staging/android: clean up #includes in the sync frameworkGustavo Padovan
2016-06-18staging/android: move sw_sync related code to sw_sync.cGustavo Padovan
2016-06-18staging/android: bring struct sync_pt backGustavo Padovan
2016-06-18staging/android: remove size arg of sync_timeline_create()Gustavo Padovan
2016-06-18staging/android: remove struct sync_timeline_opsGustavo Padovan
2016-06-18staging/android: remove .{fence, timeline}_value_str() from timeline_opsGustavo Padovan
2016-06-18staging/android: store last signaled value on sync timelineGustavo Padovan
2016-04-30dma-buf/sync_file: de-stage sync_file headersGustavo Padovan
2016-04-30staging/android: prepare sync_file for de-stagingGustavo Padovan
2016-04-30staging/android: remove name arg from sync_file_create()Gustavo Padovan
2016-04-30staging/android: make sync_file_fdget() staticGustavo Padovan
2016-04-30staging/android: make sync_file_merge() staticGustavo Padovan
2016-04-30staging/android: move sync_file functions comments to sync.cGustavo Padovan
2016-04-30staging/android: drop sync_file_install() and sync_file_put()Gustavo Padovan
2016-02-08staging/android: remove driver_data from struct sync_fence_infoGustavo Padovan
2016-02-08staging/android: remove SYNC_WAIT ioctlGustavo Padovan
2016-02-08staging/android: remove sync_fence_create_dma()Gustavo Padovan
2016-02-08staging/android: remove struct sync_ptGustavo Padovan
2016-02-08staging/android: rename 'sync_pt' to 'fence' in struct sync_fence_cbGustavo Padovan
2016-02-08staging/android: rename sync_fence to sync_fileGustavo Padovan
2016-02-08staging/android: remove not used sync_timeline opsGustavo Padovan
2016-02-08staging/android: sync: remove interfaces that are not usedGustavo Padovan
2016-02-08staging/android: fix sync framework documentationGustavo Padovan
2015-12-21staging/android/sync: add sync_fence_create_dmaMaarten Lankhorst
2015-08-15staging: android: Remove unnecessary externsJoe Perches
2014-09-29staging : android : sync : get_unused_fdHeinrich Schuchardt
2014-07-08android: convert sync to fence api, v6Maarten Lankhorst
2014-02-18staging: android: split uapi out of sync.h and sw_sync.hColin Cross
2014-02-11staging : android : sync : fix a checkpatch warningDaeseok Youn
2013-11-12staging: android: Fix typo in android/sync.hMasanari Iida
2013-03-04staging: sync: Refactor sync debug printingErik Gilling
2013-03-04staging: sync: Change wait timeout to mirror poll semanticsErik Gilling
2013-03-04staging: sync: Add reference counting to timelinesErik Gilling
2013-03-04staging: sync: Add internal refcounting to fencesErik Gilling
2013-03-04staging: sync: Allow async waits to be canceledErik Gilling
2013-03-04staging: sync: Add ioctl to get fence dataErik Gilling
2013-03-04staging: sync: Add debugfs supportErik Gilling
2013-03-04staging: sync: Add timestamps to sync_ptsErik Gilling
2013-03-04staging: sync: Add synchronization frameworkErik Gilling