msm: iommu: Support cache-coherent memory access
authorStepan Moskovchenko <stepanm@codeaurora.org>
Tue, 16 Nov 2010 02:20:08 +0000 (18:20 -0800)
committerDaniel Walker <dwalker@codeaurora.org>
Wed, 1 Dec 2010 00:10:53 +0000 (16:10 -0800)
Add support for allowing IOMMU memory transactions to be
cache coherent, eliminating the need for software cache
management in certain situations. This can lead to
improvements in performance and power usage, assuming the
multimedia core's access pattern exhibits spatial locality
and that its working set fits into the cache.

Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>

No differences found