Skip to content
Commit a9d4ef64 authored by Oded Gabbay's avatar Oded Gabbay
Browse files

habanalabs: fix dma_addr passed to dma_mmap_coherent



When doing dma_alloc_coherent in the driver, we add a certain hard-coded
offset to the DMA address before returning to the callee function. This
offset is needed when our device use this DMA address to perform
outbound transactions to the host.

However, if we want to map the DMA'able memory to the user via
dma_mmap_coherent(), we need to pass the original dma address, without
this offset. Otherwise, we will get erronouos mapping.

Signed-off-by: default avatarOded Gabbay <ogabbay@kernel.org>
parent f970d1d0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment