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

Commit 0b821ea0 authored by Kyle Piefer's avatar Kyle Piefer
Browse files

Revert "msm: kgsl: Disable IFPC on Adreno A630"



This reverts commit 39cbdd82.
Inter-frame power collapse saves a significant amount of power.
Re-enable it.

Change-Id: Ia40cf780aaac74f3920ba8c5dc36fb2d71500756
Signed-off-by: default avatarKyle Piefer <kpiefer@codeaurora.org>
parent 0620a466
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 |
		.features = ADRENO_64BIT | ADRENO_RPMH | ADRENO_IFPC |
			ADRENO_GPMU | ADRENO_CONTENT_PROTECTION | ADRENO_LM,
		.sqefw_name = "a630_sqe.fw",
		.zap_name = "a630_zap",