dma-buf: introduce dma-buf container
authorCho KyongHo <pullip.cho@samsung.com>
Fri, 13 Apr 2018 04:52:11 +0000 (13:52 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:22:20 +0000 (20:22 +0300)
commit66311fd4b6b8f6d35bd642eae50333a7a90c3080
tree975646d9117dc45ee07d5212fdbf0d210827adbb
parentfda33f1cd6c1707f1c08eb9e8cda8263298a1a23
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