From c30c1880a2005174cfd9974e824c2895e04c65b0 Mon Sep 17 00:00:00 2001
From: Liang Ji <liang.ji@amlogic.com>
Date: Tue, 10 Aug 2021 14:47:05 +0800
Subject: [PATCH] Increase framebuffer memory pool so it can hold 6
 framebuffers [1/1]

PD#GH-1202
BUG=190485198

Problem:
Increase framebuffer memory pool so it can hold 6 framebuffers

Solution:
Increase framebuffer memory pool so it can hold 6 framebuffers

Verify:
adt3

Signed-off-by: Liang Ji <liang.ji@amlogic.com>
Change-Id: I2711107539efacdb810e8e10ca1f14f3e3d14533
---
 arch/arm64/boot/dts/amlogic/g12a_s905y2_deadpool.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/amlogic/g12a_s905y2_deadpool.dts b/arch/arm64/boot/dts/amlogic/g12a_s905y2_deadpool.dts
index 94347f68c550..6ebec4e510df 100644
--- a/arch/arm64/boot/dts/amlogic/g12a_s905y2_deadpool.dts
+++ b/arch/arm64/boot/dts/amlogic/g12a_s905y2_deadpool.dts
@@ -90,8 +90,8 @@
 		ion_fb_reserved:linux,ion-fb {
 			compatible = "amlogic, ion-fb-mem";
 			reusable;
-			/* 1920x1080x4x3 round up 4M align */
-			size = <0x0 0x1c00000>;
+			/* 1920x1080x4x6 round up 4M align */
+			size = <0x0 0x3400000>;
 			alignment = <0x0 0x400000>;
 		};
 		//di_reserved:linux,di {
-- 
GitLab