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