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

Commit 5b14b215 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "disp: msm: dsi: Add support to skip constant fps for command mode"

parents 10feb0ac 4612e202
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6013,6 +6013,10 @@ void dsi_display_adjust_mode_timing(
{
	u64 new_htotal, new_vtotal, htotal, vtotal, old_htotal, div;

	/* Constant FPS is not supported on command mode */
	if (dsi_mode->panel_mode == DSI_OP_CMD_MODE)
		return;

	if (!dyn_clk_caps->maintain_const_fps)
		return;
	/*