diff --git a/drivers/amlogic/media/deinterlace/deinterlace.c b/drivers/amlogic/media/deinterlace/deinterlace.c index 883050650e2d..522818b9a21b 100644 --- a/drivers/amlogic/media/deinterlace/deinterlace.c +++ b/drivers/amlogic/media/deinterlace/deinterlace.c @@ -263,7 +263,7 @@ static long same_field_bot_count; * 1, keep 4 buffers in pre_ready_list for checking; */ -static int post_hold_line = 17;/* for m8 1080i/50 output */ +static int post_hold_line = 8; /*2019-01-10: from VLSI feijun from 17 to 8*/ static int post_urgent = 1; /*pre process speed debug */ @@ -7413,6 +7413,7 @@ static void set_di_flag(void) (is_meson_g12a_cpu() || is_meson_g12b_cpu() || is_meson_tl1_cpu())?10:17; } else { + post_hold_line = 8; /*2019-01-10: from VLSI feijun*/ mcpre_en = false; pulldown_enable = false; di_pre_rdma_enable = false;