diff options
author | Scott Wood <scottwood@freescale.com> | 2014-08-08 18:40:43 -0500 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-09-03 17:58:22 -0500 |
commit | 6397fc3fb05e73062b9790cfe2760e209ebd7b95 (patch) | |
tree | 8ea6610042dae6bac8f507fecada7a0bcb22ef48 /arch/powerpc/kernel/dma-swiotlb.c | |
parent | 1c98025c6c95bc057a25e2c6596de23288c68160 (diff) | |
download | linux-6397fc3fb05e73062b9790cfe2760e209ebd7b95.tar.gz |
powerpc/64: Honor swiotlb limit in coherent allocations
FSL PCI cannot directly address the whole lower 4 GiB due to
conflicts with PCICSRBAR and outbound windows, and thus
max_direct_dma_addr is less than 4GiB. Honor that limit in
dma_direct_alloc_coherent().
Note that setting the DMA mask to 31 bits is not an option, since many
PCI drivers would fail if we reject 32-bit DMA in dma_supported(), and
we have no control over the setting of coherent_dma_mask if
dma_supported() returns true.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Cc: Shaohui Xie <Shaohui.Xie@freescale.com>
Diffstat (limited to 'arch/powerpc/kernel/dma-swiotlb.c')
0 files changed, 0 insertions, 0 deletions