projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f354abe
)
ARM: dts: bcm2711-rpi-4-b: Fix CMA size to 512M
author
Hoegeun Kwon
<hoegeun.kwon@samsung.com>
Mon, 21 Dec 2020 04:54:55 +0000
(13:54 +0900)
committer
Hoegeun 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/bcm2711-rpi-4-b.dts
b/arch/arm/boot/dts/bcm2711-rpi-4-b.dts
index
1d51531
..
4f59244
100644
(file)
--- a/
arch/arm/boot/dts/bcm2711-rpi-4-b.dts
+++ b/
arch/arm/boot/dts/bcm2711-rpi-4-b.dts
@@
-568,7
+568,7
@@
cam0_reg: &cam_dummy_reg {
};
&cma {
- size = <0x
10000000>; /* 256
MB */
+ size = <0x
20000000>; /* 512
MB */
};
/ {