diff options
| author | Leon Romanovsky <leonro@nvidia.com> | 2026-01-24 22:14:14 +0300 |
|---|---|---|
| committer | Christian König <christian.koenig@amd.com> | 2026-01-27 12:44:30 +0300 |
| commit | 95308225e5baeaae1e313816059c59a0036ab6b2 (patch) | |
| tree | bb5451a90ced032baf607f297d7f5bea244eadec /include/linux | |
| parent | ef246da8e63c486780dca4d9b4d79589cbebf5e5 (diff) | |
| download | linux-95308225e5baeaae1e313816059c59a0036ab6b2.tar.xz | |
dma-buf: Rename dma_buf_move_notify() to dma_buf_invalidate_mappings()
Along with renaming the .move_notify() callback, rename the corresponding
dma-buf core function. This makes the expected behavior clear to exporters
calling this function.
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Link: https://lore.kernel.org/r/20260124-dmabuf-revoke-v5-2-f98fca917e96@nvidia.com
Signed-off-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/dma-buf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dma-buf.h b/include/linux/dma-buf.h index d9ee4499b37d..d0470af8887e 100644 --- a/include/linux/dma-buf.h +++ b/include/linux/dma-buf.h @@ -588,7 +588,7 @@ struct sg_table *dma_buf_map_attachment(struct dma_buf_attachment *, enum dma_data_direction); void dma_buf_unmap_attachment(struct dma_buf_attachment *, struct sg_table *, enum dma_data_direction); -void dma_buf_move_notify(struct dma_buf *dma_buf); +void dma_buf_invalidate_mappings(struct dma_buf *dma_buf); int dma_buf_begin_cpu_access(struct dma_buf *dma_buf, enum dma_data_direction dir); int dma_buf_end_cpu_access(struct dma_buf *dma_buf, |
