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

Commit f473a4b2 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: Remove duplicate rotator call"

parents fb5d34bc e0ff6cc8
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -274,9 +274,6 @@ static void mdss_mdp_rotator_commit_wq_handler(struct work_struct *work)
	rot = container_of(work, struct mdss_mdp_rotator_session, commit_work);

	mutex_lock(&rotator_lock);
	ret = mdss_mdp_rotator_queue_helper(rot);

	atomic_inc(&rot->rot_sync_pt_data->commit_cnt);

	ret = mdss_mdp_rotator_queue_helper(rot);
	if (ret) {
@@ -285,6 +282,8 @@ static void mdss_mdp_rotator_commit_wq_handler(struct work_struct *work)
		return;
	}

	atomic_inc(&rot->rot_sync_pt_data->commit_cnt);

	if (rot->rot_sync_pt_data)
		mdss_fb_signal_timeline(rot->rot_sync_pt_data);
	else