Skip to content

Commit a775637

Browse files
committed
Merge tag 'drm-misc-next-fixes-2026-04-17' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
Short summary of fixes pull: dma-buf: - fix documentation formatting Signed-off-by: Dave Airlie <airlied@redhat.com> From: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patch.msgid.link/20260417061430.GA11880@linux.fritz.box
2 parents 1978599 + dc6d519 commit a775637

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/dma-buf/dma-buf.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,6 +1353,7 @@ EXPORT_SYMBOL_NS_GPL(dma_buf_attach_revocable, "DMA_BUF");
13531353
* Upon return importers may continue to access the DMA-buf memory. The caller
13541354
* must do two additional waits to ensure that the memory is no longer being
13551355
* accessed:
1356+
*
13561357
* 1) Until dma_resv_wait_timeout() retires fences the importer is allowed to
13571358
* fully access the memory.
13581359
* 2) Until the importer calls unmap it is allowed to speculatively

0 commit comments

Comments
 (0)