Commit ea73ef14 authored by Oded Gabbay's avatar Oded Gabbay
Browse files

habanalabs: Use simplified API for p2p dist calc



Use the simplified API that calculates distance between two devices.

Signed-off-by: default avatarOded Gabbay <ogabbay@kernel.org>
parent a925d90b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1689,7 +1689,7 @@ static int hl_dmabuf_attach(struct dma_buf *dmabuf,
	hl_dmabuf = dmabuf->priv;
	hdev = hl_dmabuf->ctx->hdev;

	rc = pci_p2pdma_distance_many(hdev->pdev, &attachment->dev, 1, true);
	rc = pci_p2pdma_distance(hdev->pdev, attachment->dev, true);

	if (rc < 0)
		attachment->peer2peer = false;