commit | 767fdda6e12ab7810a910036b52fa3f330afef76 | [log] [tgz] |
---|---|---|
author | Shubhraprakash Das <sadas@codeaurora.org> | Mon Aug 15 15:49:45 2011 -0600 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Tue Oct 04 17:14:34 2011 -0700 |
tree | 0d5cab415de8952c6de04ae6ea32def059dd2db9 | |
parent | c1824d5b833848cd1a01a3ca526a38da6a20a12c [diff] |
msm: kgsl: Introduce Iommu Code kgsl now supports the use of 2 types of MMU. One is the GPU's internal MMU and the other is IOMMU. Both MMU cannot be active at the same time. The MMU type can be selected at compile time via config option. A boot command line parameter can be used to override the type of MMU selected at compile time. Signed-off-by: Shubhraprakash Das <sadas@codeaurora.org>