From f5f991e58c5de79ffdb556c2d5d8acd7095bbda6 Mon Sep 17 00:00:00 2001 From: Brian Zhu Date: Wed, 9 May 2018 22:12:52 +0800 Subject: [PATCH] vpp: fix the bypass pps condition for non-linear scaler PD#164896: vpp: fix the bypass pps condition for non-linear scaler Change-Id: Ie4e30499b6fe12253da52194d2b89002faf28bd2 Signed-off-by: Brian Zhu --- drivers/amlogic/media/video_sink/video.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/amlogic/media/video_sink/video.c b/drivers/amlogic/media/video_sink/video.c index aac682980fdb..75515f8ae8e9 100644 --- a/drivers/amlogic/media/video_sink/video.c +++ b/drivers/amlogic/media/video_sink/video.c @@ -5361,6 +5361,8 @@ SET_FILTER: /* for bypass pps debug */ if ((vpp_filter->vpp_hsc_start_phase_step == 0x1000000) && (vpp_filter->vpp_vsc_start_phase_step == 0x1000000) && + (vpp_filter->vpp_hsc_start_phase_step == + vpp_filter->vpp_hf_start_phase_step) && !vpp_filter->vpp_pre_vsc_en && !vpp_filter->vpp_pre_hsc_en && bypass_pps)