mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
amvecm: remove tm2 cm curve setting [1/1]
PD#SWPL-13141 Problem: The first time the video is played after booting, the probability flashes a pink screen Solution: remove tm2 cm curve setting Verify: verify on TM2 Change-Id: I8d99e6ee203fbbb48154ed0aaf101465a0f18cb4 Signed-off-by: MingLiang Dong <mingliang.dong@amlogic.com>
This commit is contained in:
@@ -470,7 +470,8 @@ void cm_latch_process(void)
|
||||
if ((!is_meson_gxtvbb_cpu()) &&
|
||||
(!is_meson_txl_cpu()) &&
|
||||
(!is_meson_txlx_cpu()) &&
|
||||
(!is_meson_tl1_cpu()))
|
||||
(!is_meson_tl1_cpu()) &&
|
||||
(!is_meson_tm2_cpu()))
|
||||
amcm_level_sel(cm_level);
|
||||
amcm_enable();
|
||||
pr_amcm_dbg("\n[amcm..] set cm2 load OK!!!\n");
|
||||
|
||||
Reference in New Issue
Block a user