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

Commit 8f3eef57 authored by Rajkumar Subbiah's avatar Rajkumar Subbiah
Browse files

msm: mdss: dsi: Remove redundant opmode configuration



The DSI opmode config is done as part of dsi_on, if required.
The additional call in LINK_READY is not protected and could
clobber the DSI control register during early wakeup.
Removing this call to avoid that situation.

Change-Id: I9a1bfe3f616568d0ff4d1a88311d9d5cbe807ea2
Signed-off-by: default avatarRajkumar Subbiah <rsubbia@codeaurora.org>
parent a5706c4f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2710,8 +2710,6 @@ static int mdss_dsi_event_handler(struct mdss_panel_data *pdata,
				ctrl_pdata->update_phy_timing);

		rc = mdss_dsi_on(pdata);
		mdss_dsi_op_mode_config(pdata->panel_info.mipi.mode,
							pdata);
		break;
	case MDSS_EVENT_UNBLANK:
		if (ctrl_pdata->on_cmds.link_state == DSI_LP_MODE)