commit | 2b61bea013033bf7e420bb351d67f6134d2f6125 | [log] [tgz] |
---|---|---|
author | Kyle Piefer <kpiefer@codeaurora.org> | Tue May 23 17:33:41 2017 -0700 |
committer | Kyle Piefer <kpiefer@codeaurora.org> | Tue May 23 17:35:31 2017 -0700 |
tree | a19c8e1fcc71ddf2bbd93b8a2fe720e5ab1bdbad | |
parent | a25de292a5525cf0f719d06c02a333cf07399b14 [diff] |
msm: kgsl: Do not request_mem_region for GMU The register range that is being mapped by the GMU will be changed to include a range that is already requested by the clock driver. Only remap during probe so that there are no conflicts when the range is changed. CRs-Fixed: 2017390 Change-Id: Iaf9ad769d0ebfd56ba8d375db62f9942b017fc68 Signed-off-by: Kyle Piefer <kpiefer@codeaurora.org>