mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
dts: logo addr overflows the max size in 1g platform.[1/1]
PD#SWPL-9938 Problem: logo addr overflows the max size in 1g platform. Solution: fixed it Verify: verify by fermi Change-Id: Ic1edc545c702b10d88cd03ddc4b761f142457b43 Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
This commit is contained in:
@@ -838,7 +838,7 @@
|
||||
status = "okay";
|
||||
display_size_default = <1920 1080 1920 2160 32>;
|
||||
mem_size = <0x00800000 0x1980000 0x100000 0x100000 0x800000>;
|
||||
logo_addr = "0x7f800000";
|
||||
logo_addr = "0x3f800000";
|
||||
mem_alloc = <0>;
|
||||
pxp_mode = <0>; /** 0:normal mode 1:pxp mode */
|
||||
};
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
reusable;
|
||||
size = <0x800000>;
|
||||
alignment = <0x400000>;
|
||||
alloc-ranges = <0x7f800000 0x800000>;
|
||||
alloc-ranges = <0x3f800000 0x800000>;
|
||||
};
|
||||
//don't put other dts in front of logo_reserved
|
||||
|
||||
@@ -771,7 +771,7 @@
|
||||
/** 0:VPU free scale 1:OSD free scale 2:OSD super scale */
|
||||
display_size_default = <1920 1080 1920 3240 32>;
|
||||
/*1920*1080*4*3 = 0x17BB000*/
|
||||
logo_addr = "0x7f800000";
|
||||
logo_addr = "0x3f800000";
|
||||
};
|
||||
ge2d {
|
||||
compatible = "amlogic, ge2d-gxm";
|
||||
|
||||
@@ -833,7 +833,7 @@
|
||||
status = "okay";
|
||||
display_size_default = <1920 1080 1920 2160 32>;
|
||||
mem_size = <0x00800000 0x1980000 0x100000 0x100000 0x800000>;
|
||||
logo_addr = "0x7f800000";
|
||||
logo_addr = "0x3f800000";
|
||||
mem_alloc = <0>;
|
||||
pxp_mode = <0>; /** 0:normal mode 1:pxp mode */
|
||||
};
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
reusable;
|
||||
size = <0x0 0x800000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
alloc-ranges = <0x0 0x7f800000 0x0 0x800000>;
|
||||
alloc-ranges = <0x0 0x3f800000 0x0 0x800000>;
|
||||
};
|
||||
//don't put other dts in front of logo_reserved
|
||||
|
||||
@@ -771,7 +771,7 @@
|
||||
/** 0:VPU free scale 1:OSD free scale 2:OSD super scale */
|
||||
display_size_default = <1920 1080 1920 3240 32>;
|
||||
/*1920*1080*4*3 = 0x17BB000*/
|
||||
logo_addr = "0x7f800000";
|
||||
logo_addr = "0x3f800000";
|
||||
};
|
||||
ge2d {
|
||||
compatible = "amlogic, ge2d-gxm";
|
||||
|
||||
Reference in New Issue
Block a user