[PATCH v2 8/8] habanalabs: enable 64-bit DMA mask in POWER9
Christoph Hellwig
hch at infradead.org
Wed Jun 12 16:53:14 AEST 2019
On Wed, Jun 12, 2019 at 04:35:22PM +1000, Oliver O'Halloran wrote:
> Setting a 48 bit DMA mask doesn't work today because we only allocate
> IOMMU tables to cover the 0..2GB range of PCI bus addresses.
I don't think that is true upstream, and if it is we need to fix bug
in the powerpc code. powerpc should be falling back treating a 48-bit
dma mask like a 32-bit one at least, that is use dynamic iommu mappings
instead of using the direct mapping. And from my reding of
arch/powerpc/kernel/dma-iommu.c that is exactly what it does.
More information about the Linuxppc-dev
mailing list