diff options
author | Maxime Ripard <maxime@cerno.tech> | 2022-04-05 11:38:33 +0200 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2022-04-05 11:39:22 +0200 |
commit | 13043d1a12c54d8b6605bbead5e177e9fb98a287 (patch) | |
tree | 8dc499b9c583ae7d1efbfc050b639aaa686eafcd /Documentation | |
parent | Merge drm/drm-fixes into drm-misc-fixes (diff) | |
parent | drm: of: Properly try all possible cases for bridge/panel detection (diff) | |
download | linux-13043d1a12c54d8b6605bbead5e177e9fb98a287.tar.xz linux-13043d1a12c54d8b6605bbead5e177e9fb98a287.zip |
Merge drm-misc/drm-misc-next-fixes into drm-misc-fixes
There were a few patches left in drm-misc-next-fixes, let's bring them
into drm-misc-fixes.
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/driver-api/dma-buf.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/driver-api/dma-buf.rst b/Documentation/driver-api/dma-buf.rst index 55006678394a..36a76cbe9095 100644 --- a/Documentation/driver-api/dma-buf.rst +++ b/Documentation/driver-api/dma-buf.rst @@ -185,6 +185,12 @@ DMA Fence Chain .. kernel-doc:: include/linux/dma-fence-chain.h :internal: +DMA Fence unwrap +~~~~~~~~~~~~~~~~ + +.. kernel-doc:: include/linux/dma-fence-unwrap.h + :internal: + DMA Fence uABI/Sync File ~~~~~~~~~~~~~~~~~~~~~~~~ |