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

Commit 790d6fac authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "PM / devfreq: Set the is_64 flag in the adreno init function"

parents 13bd1fdb 8be9f076
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -160,6 +160,8 @@ static int tz_init(struct devfreq_msm_adreno_tz_data *priv,
		ret = scm_call2(SCM_SIP_FNID(SCM_SVC_DCVS, TZ_V2_INIT_ID_64),
				&desc);
		*version = desc.ret[0];
		if (!ret)
			priv->is_64 = true;
		kzfree(tz_buf);
	} else
		ret = -EINVAL;