diff options
| author | Dave Airlie <airlied@redhat.com> | 2026-04-17 16:26:26 +1000 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2026-04-17 16:29:24 +1000 |
| commit | a7756371e57f69a137f295a418fb56f15ff2c10f (patch) | |
| tree | 20f8bf3532cf5f61f1cad2a605aa9090cb27a0b4 /drivers | |
| parent | 19785999991deef010ff09ab5f460d31808b31a7 (diff) | |
| parent | dc6d51959ec0c08366d5aaeb5b8fb02d814d1e4b (diff) | |
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
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/dma-buf/dma-buf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma-buf/dma-buf.c b/drivers/dma-buf/dma-buf.c index a202a308c079..532c3f14bf9d 100644 --- a/drivers/dma-buf/dma-buf.c +++ b/drivers/dma-buf/dma-buf.c @@ -1353,6 +1353,7 @@ EXPORT_SYMBOL_NS_GPL(dma_buf_attach_revocable, "DMA_BUF"); * Upon return importers may continue to access the DMA-buf memory. The caller * must do two additional waits to ensure that the memory is no longer being * accessed: + * * 1) Until dma_resv_wait_timeout() retires fences the importer is allowed to * fully access the memory. * 2) Until the importer calls unmap it is allowed to speculatively |
