ARM: dts: bcm2711-rpi-4-b: Fix CMA size to 512M 27/250127/1 accepted/tizen/unified/20201222.122545 submit/tizen/20201222.024625
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 21 Dec 2020 04:54:55 +0000 (13:54 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 21 Dec 2020 04:55:40 +0000 (13:55 +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 d0fab24..8c2b616 100644 (file)
 };
 
 &cma {
-       size = <0x10000000>; /* 256MB */
+       size = <0x20000000>; /* 512MB */
 };
 
 / {