Linux Media Controller development
 help / color / mirror / Atom feed
* [PATCH v2 0/3] udmabuf: Sync to attached devices
@ 2025-08-14 16:10 Andrew Davis
  2025-08-14 16:10 ` [PATCH v2 1/3] udmabuf: Keep track current device mappings Andrew Davis
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Andrew Davis @ 2025-08-14 16:10 UTC (permalink / raw)
  To: Gerd Hoffmann, Sumit Semwal, Christian König, Paul Cercueil,
	Vivek Kasireddy, Daniel Vetter
  Cc: dri-devel, linux-media, linaro-mm-sig, linux-kernel, Andrew Davis

Hello all,

This series makes it so the udmabuf will sync the backing buffer
with the set of attached devices as required for DMA-BUFs when
doing {begin,end}_cpu_access.

Thanks
Andrew

Changes for v2:
 - fix attachment table use-after-free
 - rebased on v6.17-rc1

Andrew Davis (3):
  udmabuf: Keep track current device mappings
  udmabuf: Sync buffer mappings for attached devices
  udmabuf: Use module_misc_device() to register this device

 drivers/dma-buf/udmabuf.c | 133 +++++++++++++++++++-------------------
 1 file changed, 67 insertions(+), 66 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2025-08-18 10:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-14 16:10 [PATCH v2 0/3] udmabuf: Sync to attached devices Andrew Davis
2025-08-14 16:10 ` [PATCH v2 1/3] udmabuf: Keep track current device mappings Andrew Davis
2025-08-14 16:10 ` [PATCH v2 2/3] udmabuf: Sync buffer mappings for attached devices Andrew Davis
2025-08-14 16:10 ` [PATCH v2 3/3] udmabuf: Use module_misc_device() to register this device Andrew Davis
2025-08-15  9:41 ` [PATCH v2 0/3] udmabuf: Sync to attached devices Christian König
2025-08-15 19:40   ` Andrew Davis
2025-08-18 10:58     ` Christian König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox