diff options
author | Robin Murphy <[email protected]> | 2018-09-12 16:24:14 +0100 |
---|---|---|
committer | Joerg Roedel <[email protected]> | 2018-09-25 10:23:16 +0200 |
commit | 7adb562c3e90f87b0da196c372afe251ad4ec62e (patch) | |
tree | 5b2e10c8ec384fc92ef5f80dab41fbf86675690d /scripts/bpf_helpers_doc.py | |
parent | 43c5bf11a610ceeae68b26c24e0c76852d0d5cfc (diff) |
arm64/dma-mapping: Mildly optimise non-coherent IOMMU ops
Whilst the symmetry of deferring to the existing sync callback in
__iommu_map_page() is nice, taking a round-trip through
iommu_iova_to_phys() is a pretty heavyweight way to get an address we
can trivially compute from the page we already have. Tweaking it to just
perform the cache maintenance directly when appropriate doesn't really
make the code any more complicated, and the runtime efficiency gain can
only be a benefit.
Furthermore, the sync operations themselves know they can only be
invoked on a managed DMA ops domain, so can use the fast specific domain
lookup to avoid excessive manipulation of the group refcount
(particularly in the scatterlist cases).
Acked-by: Will Deacon <[email protected]>
Signed-off-by: Robin Murphy <[email protected]>
Tested-by: Will Deacon <[email protected]>
Signed-off-by: Joerg Roedel <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions