commit | 8e968c7f2af3e52271f961e32e0ecc15794d8c4e | [log] [tgz] |
---|---|---|
author | Tarun Karra <tkarra@codeaurora.org> | Fri Oct 04 16:24:23 2013 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Oct 09 11:16:14 2013 -0700 |
tree | c3ac28195ff26ce1f374480f8615fe0adac6304b | |
parent | 9ac2b16db9f18bfe9b99a4746f2a0348bcc98bef [diff] |
msm: kgsl: Change the order of GPU global mappings Move frequently accessed memories like read write pointers, memstore and mmu setstate memory together. This helps TLB prefetcher to always keep these entries in TLB. If they are far apart they are going in and out of TLB and causing XPU violations. CRs-Fixed: 548223 Change-Id: I4aa72481ebab839745e4ad9b4dc9912925100dad Signed-off-by: Tarun Karra <tkarra@codeaurora.org>