Merge "disp: msm: dsi: defer clk setting when doing const_fps RFI"

This commit is contained in:
qctecmdr
2021-03-24 14:16:57 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 4 additions and 2 deletions

View File

@@ -1138,6 +1138,9 @@ int dsi_conn_post_kickoff(struct drm_connector *connector,
ctrl->ctrl);
if (rc)
DSI_ERR("wait4dfps refresh failed\n");
dsi_phy_dynamic_refresh_clear(ctrl->phy);
dsi_clk_disable_unprepare(&display->clock_info.pll_clks);
}
}