From d4c3d2833b3617eb43faf69eebf81d02395243cb Mon Sep 17 00:00:00 2001 From: MingLiang Dong Date: Tue, 27 Aug 2019 03:30:46 -0400 Subject: [PATCH] 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 --- drivers/amlogic/media/enhancement/amvecm/amcm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/amlogic/media/enhancement/amvecm/amcm.c b/drivers/amlogic/media/enhancement/amvecm/amcm.c index 7117851..af01e6f 100644 --- a/drivers/amlogic/media/enhancement/amvecm/amcm.c +++ b/drivers/amlogic/media/enhancement/amvecm/amcm.c @@ -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"); -- 2.7.4