mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
debian: fix meson-fb can not allocate memory [1/1]
PD#SWPL-131625 Problem: meson-fb can not allocate memory Solution: fix allocate address Verify: local Signed-off-by: qiang.cheng <qiang.cheng@amlogic.com> Change-Id: I0f9ec98bda6a35e06e358ae0f9d955c0eae6b110
This commit is contained in:
committed by
gerrit autosubmit
parent
84eb3c9a6a
commit
0157cfe92e
@@ -79,7 +79,7 @@
|
||||
reusable;
|
||||
size = <0x0 0x800000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
alloc-ranges = <0x0 0x7f800000 0x0 0x800000>;
|
||||
alloc-ranges = <0x0 0x3e800000 0x0 0x800000>;
|
||||
};
|
||||
ion_cma_reserved:linux,ion-dev {
|
||||
compatible = "shared-dma-pool";
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
reusable;
|
||||
size = <0x0 0x800000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
alloc-ranges = <0x0 0x7f800000 0x0 0x800000>;
|
||||
alloc-ranges = <0x0 0x3e800000 0x0 0x800000>;
|
||||
};
|
||||
ion_cma_reserved:linux,ion-dev {
|
||||
compatible = "shared-dma-pool";
|
||||
|
||||
Reference in New Issue
Block a user