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

Commit 56e218a7 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: restore ROI update after idle power collapse"

parents 13253b9f 5fc98301
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1628,6 +1628,9 @@ static int mdp3_ctrl_display_commit_kickoff(struct msm_fb_data_type *mfd,
			pr_err("fail to reset display\n");
			return -EINVAL;
		}
		if ((mdp3_session->dma->roi.x || mdp3_session->dma->roi.y) &&
			panel_info->partial_update_enabled)
			mdp3_session->dma->update_src_cfg = true;
	}

	cancel_work_sync(&mdp3_session->clk_off_work);