deinterlace: enable pulldown for G12A/G12B [1/1]

PD#SWPL-10047

Problem:
enable pulldown for G12A/G12B

Solution:
enable pulldown;

Verify:
U212

Change-Id: I25f19868d64326ffba6694e6d3e365b3d6da7c00
Signed-off-by: Jihong Sui <jihong.sui@amlogic.com>
This commit is contained in:
Jihong Sui
2019-06-21 16:23:35 +08:00
committed by Luan Yuan
parent ec5ab0000a
commit f75b370234

View File

@@ -7773,8 +7773,12 @@ static void set_di_flag(void)
use_2_interlace_buff = 0;
di_force_bit_mode = 8;
}
if (is_meson_tl1_cpu() || is_meson_tm2_cpu())
if (is_meson_tl1_cpu() || is_meson_tm2_cpu()
|| is_meson_g12a_cpu()
|| is_meson_g12b_cpu()
|| is_meson_sm1_cpu())
pulldown_enable = true;
if (cpu_after_eq(MESON_CPU_MAJOR_ID_G12A))
intr_mode = 3;
if (di_pre_rdma_enable) {