mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
dts: CF1 adjust the size of codec_mm cma for android oppen. [1/3]
PD#SWPL-155060 Problem: Evaluate memory requirements based on actual scenarios Solution: Adjust cma size from 540M to 364M Verify: ap222 Change-Id: Idec689a2a54833aa33d0a9368edff0dfbe9e5be0 Signed-off-by: lele xiang <lele.xiang@amlogic.com>
This commit is contained in:
committed by
gerrit autosubmit
parent
e934d0f0f9
commit
c4aebaff45
@@ -142,7 +142,7 @@
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
/* ion_codec_mm max can alloc size 80M*/
|
||||
size = <0x21C00000>;
|
||||
size = <0x16C00000>;
|
||||
alignment = <0x400000>;
|
||||
alloc-ranges = <0x30000000 0x50000000>;
|
||||
linux,contiguous-region;
|
||||
|
||||
@@ -140,7 +140,7 @@
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
/* ion_codec_mm max can alloc size 80M*/
|
||||
size = <0x0 0x21C00000>;
|
||||
size = <0x0 0x16C00000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
linux,contiguous-region;
|
||||
};
|
||||
|
||||
@@ -140,7 +140,7 @@
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
/* ion_codec_mm max can alloc size 80M*/
|
||||
size = <0x0 0x21C00000>;
|
||||
size = <0x0 0x16C00000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
linux,contiguous-region;
|
||||
};
|
||||
|
||||
@@ -140,7 +140,7 @@
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
/* ion_codec_mm max can alloc size 80M*/
|
||||
size = <0x0 0x21C00000>;
|
||||
size = <0x0 0x16C00000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
linux,contiguous-region;
|
||||
};
|
||||
|
||||
@@ -140,7 +140,7 @@
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
/* ion_codec_mm max can alloc size 80M*/
|
||||
size = <0x0 0x21C00000>;
|
||||
size = <0x0 0x16C00000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
linux,contiguous-region;
|
||||
};
|
||||
|
||||
@@ -140,7 +140,7 @@
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
/* ion_codec_mm max can alloc size 80M*/
|
||||
size = <0x0 0x21C00000>;
|
||||
size = <0x0 0x16C00000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
linux,contiguous-region;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user