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

Commit 8c9cabb0 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: confiure the dynamic fps correctly"

parents 0bba95ff 7d66435f
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);