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

Commit 7d66435f authored by Ashish Garg's avatar Ashish Garg Committed by Gerrit - the friendly Code Review server
Browse files

msm: mdss: confiure the dynamic fps correctly



Dynamic fps should be set to max fps supported if it is out of
range. Configure the clocks based on the max fps set.

Change-Id: Ied2d4803c0840be00929b7093601aab39930b3e9
Signed-off-by: default avatarAshish Garg <ashigarg@codeaurora.org>
parent 995bb603
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2950,6 +2950,7 @@ int mdss_mdp_dfps_update_params(struct msm_fb_data_type *mfd,
		pr_warn("Unsupported FPS. Configuring to max_fps = %d\n",
				pdata->panel_info.max_fps);
		dfps = pdata->panel_info.max_fps;
		dfps_data->fps = dfps;
	}

	dfps_update_panel_params(pdata, dfps_data);