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

Commit 39cbdd82 authored by Kyle Piefer's avatar Kyle Piefer
Browse files

msm: kgsl: Disable IFPC on Adreno A630



Disable the inter-frame power collapse feature on
the Adreno A630 GPU. This feature saves power, but is
currently unstable.

Change-Id: Iec0937742881ab6b19978aa4d088e434a00942dc
Signed-off-by: default avatarKyle Piefer <kpiefer@codeaurora.org>
parent cc8c86a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -346,7 +346,7 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
		.major = 3,
		.minor = 0,
		.patchid = ANY_ID,
		.features = ADRENO_64BIT | ADRENO_RPMH | ADRENO_IFPC |
		.features = ADRENO_64BIT | ADRENO_RPMH |
			ADRENO_GPMU | ADRENO_CONTENT_PROTECTION | ADRENO_LM,
		.sqefw_name = "a630_sqe.fw",
		.zap_name = "a630_zap",