commit | 2d5b6cf644f526866cce035cebdee97afc610eaa | [log] [tgz] |
---|---|---|
author | Mitchel Humpherys <mitchelh@codeaurora.org> | Tue Jun 07 10:57:43 2016 -0700 |
committer | Patrick Daly <pdaly@codeaurora.org> | Thu Nov 10 13:13:29 2016 -0800 |
tree | 44aa4789ccc651b1eaf3b490d61acf20a2a696f8 | |
parent | 595e7936c2f9560a7f1c81388fc3c1212d02eaf7 [diff] |
arm64: dma-mapping: Respect device coherency in IOMMU mapper Coherent devices can make use of the CPU cache, so they should get coherent IOMMU mappings and should have their cache maintenance operations skipped. Implement this for the vanilla arm64 IOMMU mapper. Change-Id: Iab6715a071a5fa5556934d7771a6d07d678e9703 Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org> Signed-off-by: Patrick Daly <pdaly@codeaurora.org>