amvecm: cm parameters curve is wrong after disable/enable [1/1]

PD#SWPL-3809

Problem:
cm parameters curve is wrong after disable/enable

Solution:
TV cm parameters from pq db, don't need set by kernel

Verify:
verify on TL1

Change-Id: I9c87c414e009d04c6a4fdf8caf8e9bb429376d56
Signed-off-by: MingLiang Dong <mingliang.dong@amlogic.com>
This commit is contained in:
MingLiang Dong
2019-01-02 05:11:43 -05:00
committed by Dongjin Kim
parent 9901bddd3f
commit 5ffd77d70d

View File

@@ -422,7 +422,10 @@ void cm_latch_process(void)
} while (0);
if (cm_en && (cm_level_last != cm_level)) {
cm_level_last = cm_level;
if ((!is_meson_gxtvbb_cpu()) && (!is_meson_txl_cpu()))
if ((!is_meson_gxtvbb_cpu()) &&
(!is_meson_txl_cpu()) &&
(!is_meson_txlx_cpu()) &&
(!is_meson_tl1_cpu()))
amcm_level_sel(cm_level);
amcm_enable();
pr_amcm_dbg("\n[amcm..] set cm2 load OK!!!\n");