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

Commit 7d828d06 authored by Camera Software Integration's avatar Camera Software Integration Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: cpas: Updated new api to limit gpu fmax" into camera-kernel.lnx.3.1

parents af87936b d98dba68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1339,7 +1339,7 @@ static int cam_cpas_hw_start(void *hw_priv, void *start_args,
		soc_private->gpu_pwr_limit =
			kgsl_pwr_limits_add(KGSL_DEVICE_3D0);
		if (soc_private->gpu_pwr_limit) {
			rc = kgsl_pwr_limits_set_freq(
			rc = kgsl_pwr_limits_set_gpu_fmax(
				soc_private->gpu_pwr_limit,
				soc_private->cx_ipeak_gpu_limit);
			if (rc) {