diff options
author | Akhil P Oommen <akhilpo@codeaurora.org> | 2017-06-15 16:12:05 +0530 |
---|---|---|
committer | Akhil P Oommen <akhilpo@codeaurora.org> | 2017-06-15 16:15:04 +0530 |
commit | 97bbab07b888626889eff9daa69c2fcf85bf8933 (patch) | |
tree | db58f659080ea98c47f97a81d3bdb350acec70cd /arch | |
parent | ccde34ffb3f4e58f6885a6489c7e2eaeb7eca5e9 (diff) |
ARM: dts: msm: Enable use of 64K page pool for SDM630
64K page pool is currently unused because it doesn't have
any reserved pages and also dynamic page allocation for
this pool is disabled.
Add qcom,mempool-allocate property to allow pool to grow
dynamically and hence being used.
Change-Id: I4036032758ec12500854562d6a92d73742952dcb
Signed-off-by: Akhil P Oommen <akhilpo@codeaurora.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/qcom/sdm630-gpu.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm630-gpu.dtsi b/arch/arm/boot/dts/qcom/sdm630-gpu.dtsi index e0d51db067c9..72b89a7e7c47 100644 --- a/arch/arm/boot/dts/qcom/sdm630-gpu.dtsi +++ b/arch/arm/boot/dts/qcom/sdm630-gpu.dtsi @@ -152,6 +152,7 @@ qcom,gpu-mempool@1 { reg = <1>; qcom,mempool-page-size = <65536>; + qcom,mempool-allocate; }; }; |