diff options
author | Daniel Stone <daniels@collabora.com> | 2023-08-03 16:47:29 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-08-21 18:20:05 +0200 |
commit | 504245a5ab6b6e1bfe0280baa4885c551e082099 (patch) | |
tree | c68649063bf017f7f83d473d48236714fe091736 /Documentation/userspace-api/index.rst | |
parent | 09902f3a1f83085006742f18388b5098c1b57132 (diff) | |
download | lwn-504245a5ab6b6e1bfe0280baa4885c551e082099.tar.gz lwn-504245a5ab6b6e1bfe0280baa4885c551e082099.zip |
doc: uapi: Add document describing dma-buf semantics
Since there's a lot of confusion around this, document both the rules
and the best practices around negotiating, allocating, importing, and
using buffers when crossing context/process/device/subsystem boundaries.
This ties up all of dma-buf, formats and modifiers, and their usage.
Signed-off-by: Daniel Stone <daniels@collabora.com>
Signed-off-by: Simon Ser <contact@emersion.fr>
Reviewed-by: Simon Ser <contact@emersion.fr>
Reviewed-by: Sui Jingfeng <suijingfeng@loongson.cn>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20230803154908.105124-4-daniels@collabora.com
Diffstat (limited to 'Documentation/userspace-api/index.rst')
-rw-r--r-- | Documentation/userspace-api/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/userspace-api/index.rst b/Documentation/userspace-api/index.rst index 72a65db0c498..031df47a7c19 100644 --- a/Documentation/userspace-api/index.rst +++ b/Documentation/userspace-api/index.rst @@ -22,6 +22,7 @@ place where this information is gathered. unshare spec_ctrl accelerators/ocxl + dma-buf-alloc-exchange ebpf/index ELF ioctl/index |