mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
dts: Optimize ion memory to 36MB for Android P 720P Project [1/1]
PD#SWPL-3324 Problem: Ion's memory configuration is unreasonable for Android P 720P Project , resulting in waste. Solution: More reasonable memory size configuration,Optimize ion memory to 36MB for Android P 720P Project Verify: Verify by Android P 720P Project Change-Id: Ibf13989f91c1cce5e030d900de2a30b0a16f7994 Signed-off-by: qingwei.xu <qingwei.xu@amlogic.com>
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
ion_reserved:linux,ion-dev {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
size = <0x4C00000>;
|
||||
size = <0x2400000>;
|
||||
alignment = <0x400000>;
|
||||
alloc-ranges = <0x0 0x30000000>;
|
||||
};
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
ion_reserved:linux,ion-dev {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
size = <0x4C00000>;
|
||||
size = <0x2400000>;
|
||||
alignment = <0x400000>;
|
||||
alloc-ranges = <0x0 0x30000000>;
|
||||
};
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
ion_reserved:linux,ion-dev {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
size = <0x4C00000>;
|
||||
size = <0x2400000>;
|
||||
alignment = <0x400000>;
|
||||
/* alloc by self */
|
||||
alloc-ranges = <0x0 0x30000000>;
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
ion_reserved:linux,ion-dev {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
size = <0x4C00000>;
|
||||
size = <0x2400000>;
|
||||
alignment = <0x400000>;
|
||||
alloc-ranges = <0x0 0x30000000>;
|
||||
};
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
ion_reserved:linux,ion-dev {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
size = <0x0 0x4C00000>;
|
||||
size = <0x0 0x2400000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
};
|
||||
|
||||
|
||||
@@ -101,7 +101,7 @@
|
||||
ion_reserved:linux,ion-dev {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
size = <0x0 0x4C00000>;
|
||||
size = <0x0 0x2400000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
};
|
||||
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
ion_reserved:linux,ion-dev {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
size = <0x0 0x4C00000>;
|
||||
size = <0x0 0x2400000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
};
|
||||
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
ion_reserved:linux,ion-dev {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
size = <0x0 0x4C00000>;
|
||||
size = <0x0 0x2400000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user