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

Commit 6c1f3f57 authored by Nitheesh Muthuraj's avatar Nitheesh Muthuraj
Browse files

msm: kgsl: Enable IFPC on A660 target



Enable IFPC in A660 target features. IFPC stands for
Inter-Frame Power Collapse which is power saving feature.

Change-Id: I13ec90a09df5e974ff2f4c7e989cc49c6f8082f8
Signed-off-by: default avatarNitheesh Muthuraj <nmuthuraj@codeaurora.org>
parent 59d94c3a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1546,7 +1546,8 @@ static const struct adreno_a6xx_core adreno_gpu_core_a660 = {
	.base = {
		DEFINE_ADRENO_REV(ADRENO_REV_A660, 6, 6, 0, ANY_ID),
		.features = ADRENO_RPMH | ADRENO_GPMU | ADRENO_APRIV |
				ADRENO_IOCOHERENT | ADRENO_CONTENT_PROTECTION,
				ADRENO_IOCOHERENT | ADRENO_CONTENT_PROTECTION |
				ADRENO_IFPC,
		.gpudev = &adreno_a6xx_gpudev,
		.gmem_base = 0,
		.gmem_size = SZ_1M + SZ_512K,