mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user