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