commit | 0c811269372d83d18538c74ace76554ac77ce933 | [log] [tgz] |
---|---|---|
author | Shubhraprakash Das <sadas@codeaurora.org> | Wed Jun 06 23:22:19 2012 -0600 |
committer | Jordan Crouse <jcrouse@codeaurora.org> | Tue Jul 03 16:48:55 2012 -0600 |
tree | 8af78739b8c606e8c7ac648d3a494941630e781a | |
parent | 3335f14d31f5078f1de12774e08e1321e40d093a [diff] |
msm: kgsl: For IOMMU only decide to flush when memory is unmapped In case of IOMMU memory needs to only be flushed when it is unmapped and not mappped. Also, when an application is running the number of unmaps would in most cases be less than number of maps, so this way the number of flushes wil be fewer. Change-Id: Id4107631c343045edbc744125035202844405910 Signed-off-by: Shubhraprakash Das <sadas@codeaurora.org>