mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
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:
parent
af67e8627c
commit
c5d7ce9251
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user