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

Commit cf46f5d3 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "disp: msm: dsi: Clear slave dma status only for broadcast command"

parents 7701aecc 81d15ab5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1553,7 +1553,8 @@ static int dsi_message_tx(struct dsi_ctrl *dsi_ctrl,
	if (dsi_ctrl->dma_wait_queued)
		dsi_ctrl_flush_cmd_dma_queue(dsi_ctrl);

	if (!(*flags & DSI_CTRL_CMD_BROADCAST_MASTER))
	if ((*flags & DSI_CTRL_CMD_BROADCAST) &&
			(!(*flags & DSI_CTRL_CMD_BROADCAST_MASTER)))
		dsi_ctrl_clear_slave_dma_status(dsi_ctrl, *flags);

	if (*flags & DSI_CTRL_CMD_NON_EMBEDDED_MODE) {