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

Commit 795fbe36 authored by Nirmal Abraham's avatar Nirmal Abraham Committed by Gerrit - the friendly Code Review server
Browse files

drm/msm/dsi-staging : Update DSI PLL delay calculation



This is a minor correction on top of previous change
done through commit ff50b197 ("disp: msm: dsi:
Update pll delay calculation as per latest DSI HPG").

Change-Id: I7d8844e8430a58bdc09f0a26ee761f5ed23b8a15
Signed-off-by: default avatarNirmal Abraham <nabrah@codeaurora.org>
parent 3013716f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4072,7 +4072,7 @@ static void _dsi_display_calc_pipe_delay(struct dsi_display *display,
	else
		delay->pll_delay = 25;

	delay->pll_delay = ((delay->pll_delay * esc_clk_rate_hz) / 1000000) * 2;
	delay->pll_delay = (delay->pll_delay * esc_clk_rate_hz) / 1000000;
}

static int _dsi_display_dyn_update_clks(struct dsi_display *display,