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

Commit 484e0c25 authored by Sandeep Panda's avatar Sandeep Panda
Browse files

msm: mdss: send DCS commands in LP mode by default



Recent commit 391a24fe sets
default power mode for DCS commands to HS, because of which
on nt35590_720p video mode and command mode panel suspend resume
fails. So, set the default power mode to LP as it was earlier.

Change-Id: Ifa5090ddc92cc953acc61024d0bdc3d6e93cbb10
Signed-off-by: default avatarSandeep Panda <spanda@codeaurora.org>
parent e03ec8b2
Loading
Loading
Loading
Loading
+1 −1
Original line number 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;
	}

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