yocto: CF1 modify di buffer num and codec_mm_cma size [1/1]

PD#SWPL-137477

Problem:
modify di buffer num to 5 and codec_mm_cma size to 96M

Solution:
modify di buffer num to 5 and codec_mm_cma size to 96M

Verify:
Local

Change-Id: I18ea6d610c2490cb81abef254dcf7963efba2baf
Signed-off-by: yanmei.yang <yanmei.yang@amlogic.com>
This commit is contained in:
yanmei.yang
2023-08-23 15:28:32 +08:00
committed by gerrit autosubmit
parent 1830663a0d
commit 4a01354217
2 changed files with 4 additions and 4 deletions
@@ -127,7 +127,7 @@
compatible = "shared-dma-pool";
reusable;
/* ion_codec_mm max can alloc size 80M*/
size = <0x5000000>;
size = <0x6000000>;
alignment = <0x400000>;
linux,contiguous-region;
};
@@ -379,7 +379,7 @@
nr10bit-support = <1>;
nrds-enable = <1>;
pps-enable = <1>;
post_nub = <4>;
post_nub = <5>;
};
aml_dtv_demod {
@@ -127,7 +127,7 @@
compatible = "shared-dma-pool";
reusable;
/* ion_codec_mm max can alloc size 80M*/
size = <0x5000000>;
size = <0x6000000>;
alignment = <0x400000>;
linux,contiguous-region;
};
@@ -408,7 +408,7 @@
nr10bit-support = <1>;
nrds-enable = <1>;
pps-enable = <1>;
post_nub = <4>;
post_nub = <5>;
};
aml_dtv_demod {