mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user