linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] Add p2p via dmabuf to habanalabs
@ 2021-07-11 14:05 Oded Gabbay
  2021-07-11 14:06 ` [PATCH v5 1/2] habanalabs: define uAPI to export FD for DMA-BUF Oded Gabbay
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Oded Gabbay @ 2021-07-11 14:05 UTC (permalink / raw)
  To: linux-kernel, gregkh, jgg
  Cc: sumit.semwal, christian.koenig, daniel.vetter, galpress, sleybo,
	dri-devel, linux-rdma, linux-media, dledford, airlied,
	alexander.deucher, leonro, hch, amd-gfx, linaro-mm-sig

Hi,
This is v5 of this patch-set following again a long email thread.

It contains fixes to the implementation according to the review that Jason
did on v4. Jason, I appreciate your feedback. If you can take another look
to see I didn't miss anything that would be great.

The details of the fixes are in the changelog in the commit message of
the second patch.

There was one issue with your proposal to set the orig_nents to 0. I did
that, but I also had to restore it to nents before calling sg_free_table
because that function uses orig_nents to iterate.

Thanks,
Oded

Oded Gabbay (1):
  habanalabs: define uAPI to export FD for DMA-BUF

Tomer Tayar (1):
  habanalabs: add support for dma-buf exporter

 drivers/misc/habanalabs/Kconfig             |   1 +
 drivers/misc/habanalabs/common/habanalabs.h |  22 +
 drivers/misc/habanalabs/common/memory.c     | 522 +++++++++++++++++++-
 drivers/misc/habanalabs/gaudi/gaudi.c       |   1 +
 drivers/misc/habanalabs/goya/goya.c         |   1 +
 include/uapi/misc/habanalabs.h              |  28 +-
 6 files changed, 570 insertions(+), 5 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-07-21 16:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-11 14:05 [PATCH v5 0/2] Add p2p via dmabuf to habanalabs Oded Gabbay
2021-07-11 14:06 ` [PATCH v5 1/2] habanalabs: define uAPI to export FD for DMA-BUF Oded Gabbay
2021-07-11 14:06 ` [PATCH v5 2/2] habanalabs: add support for dma-buf exporter Oded Gabbay
2021-07-21 16:10 ` [PATCH v5 0/2] Add p2p via dmabuf to habanalabs Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).