lkml.org 
[lkml]   [2016]   [Mar]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH] de-stage android sync framework
Date
From: Gustavo Padovan <gustavo.padovan@collabora.co.uk>

Hi,

This is the first step and the most important one of the de-stage
of the the sync framework, it de-stage the sync_file part which is used
to send/receive fence file descriptors with the userspace.

These patches sits on top of the sync ABI changes that I sent earlier today:
https://www.spinics.net/lists/dri-devel/msg102795.html

Comments are welcome!

Gustavo


Gustavo Padovan (1):
dma-buf/sync_file: de-stage sync_file

drivers/Kconfig | 2 +
drivers/dma-buf/Kconfig | 11 +
drivers/dma-buf/Makefile | 1 +
drivers/dma-buf/sync_file.c | 382 +++++++++++++++++++++
drivers/staging/android/Kconfig | 1 +
drivers/staging/android/sync.c | 362 -------------------
drivers/staging/android/sync.h | 92 +----
drivers/staging/android/sync_debug.c | 1 +
include/linux/sync_file.h | 106 ++++++
.../uapi/sync.h => include/uapi/linux/sync_file.h | 0
10 files changed, 506 insertions(+), 452 deletions(-)
create mode 100644 drivers/dma-buf/Kconfig
create mode 100644 drivers/dma-buf/sync_file.c
create mode 100644 include/linux/sync_file.h
rename drivers/staging/android/uapi/sync.h => include/uapi/linux/sync_file.h (100%)

--
2.5.0

\
 
 \ /
  Last update: 2016-03-18 16:01    [W:0.835 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site