Skip to content

Commit

Permalink
LOCAL: set meson-g12 cma pool to 896MB
Browse files Browse the repository at this point in the history
This change sets the CMA pool to a larger 896MB! value for vdec use

Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
  • Loading branch information
chewitt committed Aug 14, 2022
1 parent d08f1a8 commit b926869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
linux,cma {
compatible = "shared-dma-pool";
reusable;
size = <0x0 0x10000000>;
size = <0x0 0x38000000>;
alignment = <0x0 0x400000>;
linux,cma-default;
};
Expand Down

0 comments on commit b926869

Please sign in to comment.