dts: modify android_u S905Y5 codec_mm_cma size to 364MB. [1/1]

PD#SWPL-165368

Problem:
Adjust the size of codec_mm cma to 364M for CTS.

Solution:
Adjust the size of codec_mm cma to 364M for CTS.

Verify:
S905Y5

Change-Id: Ibccabafe9b9f007892ba903db5d960ae5dece210
Signed-off-by: yu.xie <yu.xie@amlogic.com>
This commit is contained in:
yu.xie
2024-04-19 07:37:04 +00:00
committed by gerrit autosubmit
parent f89a87d466
commit a44557e2df
3 changed files with 6 additions and 6 deletions
@@ -133,8 +133,8 @@
codec_mm_cma:linux,codec_mm_cma {
compatible = "shared-dma-pool";
reusable;
/* ion_codec_mm max can alloc size 80M*/
size = <0x0 0x19000000>;
/* The CTS test is the largest scenario, requiring 364MB */
size = <0x0 0x16C00000>;
alignment = <0x0 0x400000>;
linux,contiguous-region;
};
@@ -133,8 +133,8 @@
codec_mm_cma:linux,codec_mm_cma {
compatible = "shared-dma-pool";
reusable;
/* ion_codec_mm max can alloc size 80M*/
size = <0x0 0x19000000>;
/* The CTS test is the largest scenario, requiring 364MB */
size = <0x0 0x16C00000>;
alignment = <0x0 0x400000>;
linux,contiguous-region;
};
@@ -133,8 +133,8 @@
codec_mm_cma:linux,codec_mm_cma {
compatible = "shared-dma-pool";
reusable;
/* ion_codec_mm max can alloc size 80M*/
size = <0x0 0x19000000>;
/* The CTS test is the largest scenario, requiring 364MB */
size = <0x0 0x16C00000>;
alignment = <0x0 0x400000>;
linux,contiguous-region;
};