public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] de-stage android sync framework
@ 2016-03-18 14:19 Gustavo Padovan
  2016-03-18 14:19 ` [PATCH] dma-buf/sync_file: de-stage sync_file Gustavo Padovan
  0 siblings, 1 reply; 4+ messages in thread
From: Gustavo Padovan @ 2016-03-18 14:19 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: linux-kernel, devel, dri-devel, Daniel Stone,
	Arve Hjønnevåg, Riley Andrews, Daniel Vetter, Rob Clark,
	Greg Hackmann, John Harrison, Maarten Lankhorst, Gustavo Padovan

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-03-23 14:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-18 14:19 [PATCH] de-stage android sync framework Gustavo Padovan
2016-03-18 14:19 ` [PATCH] dma-buf/sync_file: de-stage sync_file Gustavo Padovan
2016-03-21  7:02   ` Sumit Semwal
2016-03-23 14:59     ` Gustavo Padovan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox