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 <brian.zhu@amlogic.com>
This commit is contained in:
Brian Zhu
2018-05-09 22:12:52 +08:00
committed by Yixun Lan
parent ccdf0e8a94
commit f5f991e58c

View File

@@ -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)