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

Commit f99b15bc 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: do not resynchronize DSI FIFO if during device boot up"

parents 5d33d498 07a9d67a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2587,7 +2587,8 @@ int mdss_dsi_post_clkon_cb(void *priv,
	}
	if (clk & MDSS_DSI_LINK_CLK) {
		/* toggle the resync FIFO everytime clock changes */
		if (ctrl->shared_data->phy_rev == DSI_PHY_REV_30)
		if ((ctrl->shared_data->phy_rev == DSI_PHY_REV_30) &&
				!pdata->panel_info.cont_splash_enabled)
			mdss_dsi_phy_v3_toggle_resync_fifo(ctrl);

		if (ctrl->ulps) {