mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
di: disable deghost refresh according to motion [1/1]
PD#SWPL-6423 Problem: deghost refresh according to motion Solution: disable deghost refresh according to motion Verify: verify on TL1 Change-Id: Ic3647462e5f5686f6cc182c30797752ea72c013c Signed-off-by: MingLiang Dong <mingliang.dong@amlogic.com>
This commit is contained in:
committed by
Luan Yuan
parent
19106ef31a
commit
c74cc036d1
@@ -600,8 +600,9 @@ static void set_combing_regs(int lvl, int bit_mode)
|
||||
DI_Wr_reg_bits(DI_MTN_1_CTRL1,
|
||||
((*combing_setting_values[lvl])[0] &
|
||||
combing_setting_masks[i]), 0, 24);
|
||||
if (bit_mode != 10 &&
|
||||
combing_setting_registers[i] == NR2_MATNR_DEGHOST)
|
||||
/*working on db, driver don't handle this*/
|
||||
if (((bit_mode != 10) || cpu_after_eq(MESON_CPU_MAJOR_ID_TL1))
|
||||
&& combing_setting_registers[i] == NR2_MATNR_DEGHOST)
|
||||
break;
|
||||
else if (i < GXTVBB_REG_START) {
|
||||
/* TODO: need change to check if
|
||||
|
||||
Reference in New Issue
Block a user