diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-07-14 17:59:55 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-07-14 17:59:55 -0700 |
| commit | f99b15bc116525bb84fff23829ed49994a992ba8 (patch) | |
| tree | 88e3149f32f6bcbacea5e372496b4cee0c2f895c | |
| parent | 5d33d4985a9c820fbd7b47fc88003da210a870ba (diff) | |
| parent | 07a9d67a5e6a8c34088368f01d0f46b5469054ea (diff) | |
Merge "msm: mdss: do not resynchronize DSI FIFO if during device boot up"
| -rw-r--r-- | drivers/video/fbdev/msm/msm_mdss_io_8974.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/fbdev/msm/msm_mdss_io_8974.c b/drivers/video/fbdev/msm/msm_mdss_io_8974.c index 80dbe83972d7..bb3b4b3fa929 100644 --- a/drivers/video/fbdev/msm/msm_mdss_io_8974.c +++ b/drivers/video/fbdev/msm/msm_mdss_io_8974.c @@ -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) { |
