arm64: dts: amlogic: VIM3/VIM3L/OdroidC4/OdroidN2: Use 256MB ion_cma heap 18/277218/1 accepted/tizen_7.0_unified_hotfix tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.062824 accepted/tizen/7.0/unified/hotfix/20221116.110431 accepted/tizen/unified/20220704.213049 submit/tizen/20220704.040831 tizen_7.0_m2_release
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 4 Jul 2022 02:25:18 +0000 (11:25 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 4 Jul 2022 02:25:21 +0000 (11:25 +0900)
In amlogic target, drm gem is allocated from ion_cma heap. 128MB size is
not enough, so use 256MB ion_cma heap.

Change-Id: Idd328ec1a8cea4886c5528e815164556496a3324
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
arch/arm64/boot/dts/amlogic/kvim3_linux.dts
arch/arm64/boot/dts/amlogic/kvim3l_linux.dts
arch/arm64/boot/dts/amlogic/meson64_odroidc4.dts
arch/arm64/boot/dts/amlogic/meson64_odroidn2.dtsi

index 2c18f54..630aaa3 100644 (file)
@@ -91,7 +91,7 @@
                ion_cma_reserved:linux,ion-dev {
                        compatible = "shared-dma-pool";
                        reusable;
-                       size = <0x0 0x8000000>;
+                       size = <0x0 0x10000000>;
                        alignment = <0x0 0x400000>;
                };
 
index de3e240..d1e7b56 100644 (file)
@@ -82,7 +82,7 @@
                logo_reserved:linux,meson-fb {
                        compatible = "shared-dma-pool";
                        reusable;
-                       size = <0x0 0x800000>;
+                       size = <0x0 0x1000000>;
                        alignment = <0x0 0x400000>;
                        alloc-ranges = <0x0 0x7f800000 0x0 0x800000>;
                };
index 168adbe..654703d 100644 (file)
@@ -90,7 +90,7 @@
                ion_cma_reserved:linux,ion-dev {
                        compatible = "shared-dma-pool";
                        reusable;
-                       size = <0x0 0x8000000>;
+                       size = <0x0 0x10000000>;
                        alignment = <0x0 0x400000>;
                };
 
index a07676e..1e90435 100644 (file)
@@ -55,7 +55,7 @@
                ion_cma_reserved:linux,ion-dev {
                        compatible = "shared-dma-pool";
                        reusable;
-                       size = <0x0 0x8000000>;
+                       size = <0x0 0x10000000>;
                        alignment = <0x0 0x400000>;
                };