gfx config: s6 bl204 need config 1080p UI [1/1]

PD#SWPL-198339

Problem:
s6 bl204 need config 1080p UI

Solution:
config heap-fb heap-gfx for 1080p UI

Verify:
S6 BL204

Change-Id: Ib90093776f39b5f5f6e8df22f1f45344df3fdf51
Signed-off-by: fuqing.chen <fuqing.chen@amlogic.com>
This commit is contained in:
fuqing.chen
2024-12-30 11:01:06 +00:00
committed by Fuqing Chen
parent 10353985d3
commit b24c8da715
3 changed files with 12 additions and 12 deletions
@@ -116,15 +116,15 @@
dmaheap_cma_reserved:heap-gfx {
compatible = "shared-dma-pool";
reusable;
/* 4k STB androidU size 320M */
size = <0x0 0x14000000>;
/* 1080p STB androidU size 88M */
size = <0x0 0x5800000>;
alignment = <0x0 0x400000>;
};
dmaheap_fb_reserved:heap-fb {
compatible = "shared-dma-pool";
reusable;
/* 4k STB androidU size 212M */
size = <0x0 0xd400000>;
/* 1080p STB androidU size 56M */
size = <0x0 0x3800000>;
alignment = <0x0 0x400000>;
};
dmaheap_secure_reserved:heap-secure {
@@ -109,15 +109,15 @@
dmaheap_cma_reserved:heap-gfx {
compatible = "shared-dma-pool";
reusable;
/* 4k STB androidU size 320M */
size = <0x0 0x14000000>;
/* 1080p STB androidU size 88M */
size = <0x0 0x5800000>;
alignment = <0x0 0x400000>;
};
dmaheap_fb_reserved:heap-fb {
compatible = "shared-dma-pool";
reusable;
/* 4k STB androidU size 212M */
size = <0x0 0xd400000>;
/* 1080p STB androidU size 56M */
size = <0x0 0x3800000>;
alignment = <0x0 0x400000>;
};
dmaheap_secure_reserved:heap-secure {
@@ -116,15 +116,15 @@
dmaheap_cma_reserved:heap-gfx {
compatible = "shared-dma-pool";
reusable;
/* 4k STB androidU size 320M */
size = <0x0 0x14000000>;
/* 1080p STB androidU size 88M */
size = <0x0 0x5800000>;
alignment = <0x0 0x400000>;
};
dmaheap_fb_reserved:heap-fb {
compatible = "shared-dma-pool";
reusable;
/* 4k STB androidU size 212M */
size = <0x0 0xd400000>;
/* 1080p STB androidU size 56M */
size = <0x0 0x3800000>;
alignment = <0x0 0x400000>;
};
dmaheap_secure_reserved:heap-secure {