Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51c167d7 authored by Ajay Singh Parmar's avatar Ajay Singh Parmar Committed by Stephen Boyd
Browse files

msm_fb: display: Increase wait for VSYNC



Wait time for VSYNC needs to be increased to accomodate 1080p
24HZ resolution which requires around 41ms.

CRs-Fixed: 368521
Change-Id: Ideda24bb83e32a6d5035c6193ef3dfd5e0c947fc
Signed-off-by: default avatarAjay Singh Parmar <aparmar@codeaurora.org>
parent a41890f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -520,7 +520,7 @@ static void mdp4_overlay_dtv_wait4_ov_done(struct msm_fb_data_type *mfd,
	}

	wait_for_completion_timeout(&dtv_pipe->comp,
			msecs_to_jiffies(VSYNC_PERIOD*2));
			msecs_to_jiffies(VSYNC_PERIOD * 3));
	mdp_disable_irq(MDP_OVERLAY1_TERM);

	if (dtv_pipe->blt_addr)