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

Commit d2213015 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: update the dynamic refresh registers only for PLL0"

parents 343e30f7 dc320b98
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -948,6 +948,11 @@ static int __mdss_dsi_dfps_update_clks(struct mdss_panel_data *pdata,
	if (pdata->panel_info.dfps_update
			== DFPS_IMMEDIATE_CLK_UPDATE_MODE) {

		if (mdss_dsi_is_ctrl_clk_slave(ctrl_pdata)) {
			pr_debug("%s DFPS already updated.\n", __func__);
			return rc;
		}

		__mdss_dsi_dyn_refresh_config(ctrl_pdata);
		__mdss_dsi_calc_dfps_delay(pdata);
		ctrl_pdata->pclk_rate =