Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

Commit

Permalink
sdm845: increase linux,cma from 32M to 128M
Browse files Browse the repository at this point in the history
We hit insufficient CMA memory quite frequently.

Increase the default Linux CMA allocation memory from 32M to 128M
as we have plenty of RAM.

This increases total CMA memory from 200M to 296M.

Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
Signed-off-by: Adam W. Willis <return.of.octobot@gmail.com>
  • Loading branch information
arter97 authored and 0ctobot committed Apr 14, 2019
1 parent 2c6d56c commit f91fb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/sdm845.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@
alloc-ranges = <0 0x00000000 0 0xffffffff>;
reusable;
alignment = <0 0x400000>;
size = <0 0x2000000>;
size = <0 0x8000000>;
linux,cma-default;
};
};
Expand Down

0 comments on commit f91fb5d

Please sign in to comment.