mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
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:
committed by
gerrit autosubmit
parent
f89a87d466
commit
a44557e2df
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user