RPi5: reduce CMA memory in distroconfig.txt to 64MB

ffmpeg and kodi can now happily use the system memory so it's no
longer necessary to reserve a huge block for CMA.

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2024-07-31 17:50:57 +02:00
parent af67e8627c
commit c5d7ce9251
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ arm_64bit=1
kernel=kernel.img
display_auto_detect=1
enable_tvout=1
dtoverlay=vc4-kms-v3d,cma-512,composite=1
dtoverlay=vc4-kms-v3d,cma-64,composite=1
dtoverlay=
disable_overscan=1
disable_fw_kms_setup=1

View File

@ -6,7 +6,7 @@ arm_boost=1
arm_64bit=1
kernel=kernel.img
display_auto_detect=1
dtoverlay=vc4-kms-v3d,cma-512
dtoverlay=vc4-kms-v3d,cma-64
dtoverlay=
disable_overscan=1
disable_fw_kms_setup=1