dma-buf: introduce dma-buf container
authorCho KyongHo <pullip.cho@samsung.com>
Fri, 13 Apr 2018 04:52:11 +0000 (13:52 +0900)
committerhyesoo.yu <hyesoo.yu@samsung.com>
Tue, 29 May 2018 06:19:54 +0000 (15:19 +0900)
commit4dd4675971d80666f6a3d6a1ffe19591080be9a7
tree70a22e3ffd26204329064b0c212eef8cbd40693b
parent10ef60046672af5474cd50f3e642b9f472c35053
dma-buf: introduce dma-buf container

dma-buf container is a dma-buf that can contain multiple other dma-buf
objects. It is developed to deliver many dma-buf objects with a single
inter-process or user-kernel commnunication.

Change-Id: I2a13e0c0644f350fb4805120ee5900f101cd2c18
Signed-off-by: Cho KyongHo <pullip.cho@samsung.com>
drivers/dma-buf/dma-buf-container.c [new file with mode: 0644]
drivers/dma-buf/dma-buf-container.h [new file with mode: 0644]
drivers/dma-buf/dma-buf.c
include/linux/dma-buf-container.h [new file with mode: 0644]
include/linux/dma-buf.h
include/uapi/linux/dma-buf.h