mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
display: fix logo address missmatch problem [1/1]
PD#TV-1083 Problem: When bootimg, logo display become blur due to logo address is not match Solution: Correct CMA address of logo Verify: p321 Change-Id: I3996635c4fc9cee1751c75aff3f8224adb2accde Signed-off-by: tao zeng <tao.zeng@amlogic.com>
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
reusable;
|
||||
size = <0x400000>;
|
||||
alignment = <0x400000>;
|
||||
alloc-ranges = <0x0 0x30000000>;
|
||||
alloc-ranges = <0x2FC00000 0x400000>;
|
||||
};
|
||||
codec_mm_cma:linux,codec_mm_cma {
|
||||
compatible = "shared-dma-pool";
|
||||
@@ -233,7 +233,7 @@
|
||||
/*1280*720*4*3 = 0xA8C000*/
|
||||
display_size_default = <1280 720 1280 2160 32>;
|
||||
pxp_mode = <0>; /** 0:normal mode 1:pxp mode */
|
||||
logo_addr = "0x3fc00000";
|
||||
logo_addr = "0x2FC00000";
|
||||
};
|
||||
|
||||
picdec {
|
||||
|
||||
Reference in New Issue
Block a user