dma-buf/sync_file: de-stage sync_file
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Thu, 28 Apr 2016 13:46:58 +0000 (10:46 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Apr 2016 00:37:10 +0000 (17:37 -0700)
commit62304fb1fc0801925568e191261b650e1546ce8c
tree08b95e26606d3bd4cf8f4a097fbcfa1fbc11e677
parent460bfc41fd52959311ed0328163f785e023857af
dma-buf/sync_file: de-stage sync_file

sync_file is useful to connect one or more fences to the file. The file is
used by userspace to track fences between drivers that share DMA bufs.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/Kconfig
drivers/dma-buf/Kconfig [new file with mode: 0644]
drivers/dma-buf/Makefile
drivers/dma-buf/sync_file.c [new file with mode: 0644]
drivers/staging/android/Kconfig
drivers/staging/android/Makefile
drivers/staging/android/sync_file.c [deleted file]