mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
vrr: delay 9 frame when freesync switch [1/1]
PD#SWPL-175842 Problem: frame rate error Solution: delay 9 frame when freesync switch Verify: t3x Change-Id: I03dab86eaafe519da4bd22d016f86f60b978f825 Signed-off-by: Xiangyu Cai <xiangyu.cai@amlogic.com>
This commit is contained in:
committed by
gerrit autosubmit
parent
e00ef0d1bf
commit
7c3566fd39
@@ -443,7 +443,7 @@ static enum tvin_sg_chg_flg vdin_hdmirx_fmt_chg_detect(struct vdin_dev_s *devp)
|
||||
|
||||
if (devp->pre_prop.fps != devp->prop.fps &&
|
||||
IS_HDMI_SRC(devp->parm.port)) {
|
||||
if (devp->sg_chg_fps_cnt > 4) {
|
||||
if (devp->sg_chg_fps_cnt > 8) {
|
||||
devp->sg_chg_fps_cnt = 0;
|
||||
signal_chg |= TVIN_SIG_CHG_VS_FRQ;
|
||||
pr_info("%s fps chg:(%d->%d)\n", __func__,
|
||||
|
||||
Reference in New Issue
Block a user