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

Commit 81f003e0 authored by Kyle Piefer's avatar Kyle Piefer
Browse files

msm: kgsl: Enable IFPC on A640 v1



The IFPC feature saves power between frames.
Enable it on Adreno 640 GPUs because it is now
supported.

Change-Id: Iaf0ec1d2dd88237ba5d8ba5225138d65d0720ed2
Signed-off-by: default avatarKyle Piefer <kpiefer@codeaurora.org>
parent adc26726
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -386,7 +386,8 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
		.minor = 0,
		.patchid = 0,
		.features = ADRENO_64BIT | ADRENO_RPMH | ADRENO_GPMU |
			ADRENO_CONTENT_PROTECTION | ADRENO_IOCOHERENT,
			ADRENO_CONTENT_PROTECTION | ADRENO_IOCOHERENT |
			ADRENO_IFPC,
		.sqefw_name = "a630_sqe.fw",
		.zap_name = "a640_zap",
		.gpudev = &adreno_a6xx_gpudev,