diff options
author | Scott Wood <scottwood@freescale.com> | 2014-08-09 01:40:43 +0200 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-09-04 00:58:22 +0200 |
commit | 6397fc3fb05e73062b9790cfe2760e209ebd7b95 (patch) | |
tree | 8ea6610042dae6bac8f507fecada7a0bcb22ef48 /drivers/iio | |
parent | powerpc: Dynamic DMA zone limits (diff) | |
download | linux-6397fc3fb05e73062b9790cfe2760e209ebd7b95.tar.xz linux-6397fc3fb05e73062b9790cfe2760e209ebd7b95.zip |
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 'drivers/iio')
0 files changed, 0 insertions, 0 deletions