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>
Thu, 3 Aug 2023 08:46:09 +0000 (17:46 +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 1d51531..4f59244 100644 (file)
@@ -568,7 +568,7 @@ cam0_reg: &cam_dummy_reg {
 };
 
 &cma {
-       size = <0x10000000>; /* 256MB */
+       size = <0x20000000>; /* 512MB */
 };
 
 / {