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

Commit 699a3a16 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: clear previous DSI_VIDEO_DONE interrupt"

parents 903fc26c 0987f703
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2306,7 +2306,8 @@ void mdss_dsi_wait4video_done(struct mdss_dsi_ctrl_pdata *ctrl)

	/* DSI_INTL_CTRL */
	data = MIPI_INP((ctrl->ctrl_base) + 0x0110);
	data &= DSI_INTR_TOTAL_MASK;
	/* clear previous VIDEO_DONE interrupt as well */
	data &= (DSI_INTR_TOTAL_MASK | DSI_INTR_VIDEO_DONE);
	data |= DSI_INTR_VIDEO_DONE_MASK;

	MIPI_OUTP((ctrl->ctrl_base) + 0x0110, data);