diff options
author | Rob Clark <robdclark@chromium.org> | 2023-02-28 10:10:11 -0800 |
---|---|---|
committer | Rob Clark <robdclark@chromium.org> | 2023-03-28 13:39:02 -0700 |
commit | d71c11cc79d259c059f4ad377c0f930263f77c53 (patch) | |
tree | 63906061678a2b2b9d356cca291c3b8ef1be30a6 /Documentation/driver-api/dma-buf.rst | |
parent | d7d5a21dd6b4706c04fbba5d25db8da5f25aab68 (diff) | |
download | lwn-d71c11cc79d259c059f4ad377c0f930263f77c53.tar.gz lwn-d71c11cc79d259c059f4ad377c0f930263f77c53.zip |
dma-buf/sync_file: Surface sync-file uABI
We had all of the internal driver APIs, but not the all important
userspace uABI, in the dma-buf doc. Fix that. And re-arrange the
comments slightly as otherwise the comments for the ioctl nr defines
would not show up.
v2: Fix docs build warning coming from newly including the uabi header
in the docs build
Signed-off-by: Rob Clark <robdclark@chromium.org>
Acked-by: Pekka Paalanen <pekka.paalanen@collabora.com>
Diffstat (limited to 'Documentation/driver-api/dma-buf.rst')
-rw-r--r-- | Documentation/driver-api/dma-buf.rst | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Documentation/driver-api/dma-buf.rst b/Documentation/driver-api/dma-buf.rst index 0625e7e21f6f..f92a32d095d9 100644 --- a/Documentation/driver-api/dma-buf.rst +++ b/Documentation/driver-api/dma-buf.rst @@ -203,8 +203,8 @@ DMA Fence unwrap .. kernel-doc:: include/linux/dma-fence-unwrap.h :internal: -DMA Fence uABI/Sync File -~~~~~~~~~~~~~~~~~~~~~~~~ +DMA Fence Sync File +~~~~~~~~~~~~~~~~~~~ .. kernel-doc:: drivers/dma-buf/sync_file.c :export: @@ -212,6 +212,12 @@ DMA Fence uABI/Sync File .. kernel-doc:: include/linux/sync_file.h :internal: +DMA Fence Sync File uABI +~~~~~~~~~~~~~~~~~~~~~~~~ + +.. kernel-doc:: include/uapi/linux/sync_file.h + :internal: + Indefinite DMA Fences ~~~~~~~~~~~~~~~~~~~~~ |