mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
amlbian: increase ion-fb buffer size [1/1]
PD#SWPL-116259 Problem: Stuck when switching users. Solution: increase ion-fb buffer size. Verify: local Signed-off-by: yi.liu <yi.liu@amlogic.com> Change-Id: I82b82cc370afa48ae0bd04fca60bf67308789797
This commit is contained in:
committed by
gerrit autosubmit
parent
ea2660a4d9
commit
c5ea8ef261
@@ -169,7 +169,7 @@
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
/* 1920x1080x4x6+3840x2160x4x3 round up 4M align */
|
||||
size = <0x0 0x12000000>;
|
||||
size = <0x0 0x20000000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
alloc-ranges = <0x0 0x0 0x0 0xe0000000>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user