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

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

Merge "drm/msm/dsi-staging: fix bug handling dsi cmd done interrupt delays"

parents e5276881 eeba94a1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1038,7 +1038,8 @@ static int dsi_message_tx(struct dsi_ctrl *dsi_ctrl,
				msecs_to_jiffies(DSI_CTRL_TX_TO_MS));

		if (ret == 0) {
			u32 status = 0;
			u32 status = dsi_ctrl->hw.ops.get_interrupt_status(
								&dsi_ctrl->hw);
			u32 mask = DSI_CMD_MODE_DMA_DONE;

			if (status & mask) {