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

Commit 1264c444 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: send DCS commands in LP mode by default"

parents ea82031f 484e0c25
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -525,7 +525,7 @@ void mdss_dsi_op_mode_config(int mode,
			DSI_INTR_CMD_MDP_DONE_MASK | DSI_INTR_BTA_DONE_MASK;
			DSI_INTR_CMD_MDP_DONE_MASK | DSI_INTR_BTA_DONE_MASK;
	}
	}


	dma_ctrl = BIT(28);	/* embedded mode */
	dma_ctrl = BIT(28) | BIT(26);	/* embedded mode & LP mode */
	if (mdss_dsi_sync_wait_enable(ctrl_pdata))
	if (mdss_dsi_sync_wait_enable(ctrl_pdata))
		dma_ctrl |= BIT(31);
		dma_ctrl |= BIT(31);