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

Commit f8db1156 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mdss: use post init delay to control backlight update delay"

parents c11d6aad 78015428
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1441,9 +1441,9 @@ static int mdp3_ctrl_display_commit_kickoff(struct msm_fb_data_type *mfd,

	if (mdp3_session->first_commit) {
		/*wait to ensure frame is sent to panel*/
		if (panel_info->mipi.init_delay)
		if (panel_info->mipi.post_init_delay)
			msleep(((1000 / panel_info->mipi.frame_rate) + 1) *
					panel_info->mipi.init_delay);
					panel_info->mipi.post_init_delay);
		else
			msleep(1000 / panel_info->mipi.frame_rate);
		mdp3_session->first_commit = false;