All of lore.kernel.org
 help / color / mirror / Atom feed
* add a new dma_alloc_noncontiguous API v3
@ 2021-03-01  8:52 ` Christoph Hellwig
  0 siblings, 0 replies; 26+ messages in thread
From: Christoph Hellwig @ 2021-03-01  8:52 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Marek Szyprowski, Tomasz Figa,
	Ricardo Ribalda, Sergey Senozhatsky, Laurent Pinchart, iommu
  Cc: Robin Murphy, linux-doc, linux-kernel, linux-media

Hi all,

this series adds the new noncontiguous DMA allocation API requested by
various media driver maintainers.

Changes since v2:
 - rebased to Linux 5.12-rc1
 - dropped one already merged patch
 - pass an attrs argument to dma_alloc_noncontigous
 - clarify the dma_vmap_noncontiguous documentation a bit
 - fix double assignments in uvcvideo

Changes since v1:
 - document that flush_kernel_vmap_range and invalidate_kernel_vmap_range
   must be called once an allocation is mapped into KVA
 - add dma-debug support
 - remove the separate dma_handle argument, and instead create fully formed
   DMA mapped scatterlists
 - use a directional allocation in uvcvideo
 - call invalidate_kernel_vmap_range from uvcvideo

^ permalink raw reply	[flat|nested] 26+ messages in thread
* add a new dma_alloc_noncontiguous API
@ 2021-01-28 14:58 Christoph Hellwig
  2021-01-28 14:58   ` Christoph Hellwig
  0 siblings, 1 reply; 26+ messages in thread
From: Christoph Hellwig @ 2021-01-28 14:58 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Marek Szyprowski, Tomasz Figa,
	Ricardo Ribalda, Sergey Senozhatsky, iommu
  Cc: Robin Murphy, linux-doc, linux-kernel, linux-media

Hi all,

this series adds the new noncontiguous DMA allocation API requested by
various media driver maintainers.

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2023-07-05 11:17 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-01  8:52 add a new dma_alloc_noncontiguous API v3 Christoph Hellwig
2021-03-01  8:52 ` Christoph Hellwig
2021-03-01  8:52 ` [PATCH 1/6] dma-mapping: add a dma_mmap_pages helper Christoph Hellwig
2021-03-01  8:52   ` Christoph Hellwig
2021-03-01  8:52 ` [PATCH 2/6] dma-mapping: refactor dma_{alloc,free}_pages Christoph Hellwig
2021-03-01  8:52   ` Christoph Hellwig
2021-03-01  8:52 ` [PATCH 3/6] dma-mapping: add a dma_alloc_noncontiguous API Christoph Hellwig
2021-03-01  8:52   ` Christoph Hellwig
2023-06-29 17:20   ` Robin Murphy
2023-07-05 11:16     ` Tomasz Figa
2021-03-01  8:52 ` [PATCH 4/6] dma-iommu: refactor iommu_dma_alloc_remap Christoph Hellwig
2021-03-01  8:52   ` Christoph Hellwig
2021-03-01  8:52 ` [PATCH 5/6] dma-iommu: implement ->alloc_noncontiguous Christoph Hellwig
2021-03-01  8:52   ` Christoph Hellwig
2021-03-01  8:52 ` [PATCH 6/6] media: uvcvideo: Use dma_alloc_noncontiguos API Christoph Hellwig
2021-03-01  8:52   ` Christoph Hellwig
2021-03-12  1:42   ` Laurent Pinchart
2021-03-12  1:42     ` Laurent Pinchart
2021-03-12  1:43     ` Laurent Pinchart
2021-03-12  1:43       ` Laurent Pinchart
2021-03-11 16:52 ` add a new dma_alloc_noncontiguous API v3 Christoph Hellwig
2021-03-11 16:52   ` Christoph Hellwig
2021-03-11 16:57   ` Ricardo Ribalda
2021-03-11 16:57     ` Ricardo Ribalda
  -- strict thread matches above, loose matches on Subject: below --
2021-01-28 14:58 add a new dma_alloc_noncontiguous API Christoph Hellwig
2021-01-28 14:58 ` [PATCH 3/6] dma-mapping: add a " Christoph Hellwig
2021-01-28 14:58   ` Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.