Skip to content

Commit 3edaa38

Browse files
popcornmixpelwell
authored andcommitted
dts: 2712: Reduce default cma usage on Pi5
Significant cma shouldn't really be needed on Pi5 as the hardware blocks support iommu and can access system memory. We've migrated codec and camera support to system memory, and 3d has always (even on Pi4) used system memory. A large cma block causes issues with enabling NUMA on a low memory (2G) Pi5, as cma cannot span numa regions. Signed-off-by: Dom Cobley <popcornmix@gmail.com>
1 parent 6249d5d commit 3edaa38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/overlays/vc4-kms-v3d-pi5-overlay.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include "cma-overlay.dts"
44

55
&frag0 {
6-
size = <((320-4)*1024*1024)>;
6+
size = <(64*1024*1024)>;
77
};
88

99
/ {

0 commit comments

Comments
 (0)