ARM: dts: bcm2711-rpi-4-b: Fix CMA size to 512M
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 21 Dec 2020 04:54:55 +0000 (13:54 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 7 Feb 2022 08:01:41 +0000 (17:01 +0900)
Increase cma size to 512 for use 4k GL on tizen platform.

When using RPI4 1GB model + 4k UHD, reclaim occurs a lot and it is slow.

Change-Id: Iac60a9fa0d5f76085e60cbf3db9a90585597de57
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
arch/arm/boot/dts/bcm2711-rpi-4-b.dts

index 84a401a..b841390 100644 (file)
@@ -753,7 +753,7 @@ cam0_reg: &cam_dummy_reg {
 };
 
 &cma {
-       size = <0x10000000>; /* 256MB */
+       size = <0x20000000>; /* 512MB */
 };
 
 / {