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

Commit 31289c9b authored by Deepak Kumar's avatar Deepak Kumar Committed by Gerrit - the friendly Code Review server
Browse files

msm: kgsl: Enable inter-frame power collapse on A615



Enable the inter-frame power collapse feature for the
Adreno 615 device. This feature can save power when
the GPU is idle.

Change-Id: I9f8e5cf73f9a8ef00f923c4550b8ec2e10f4f64e
Signed-off-by: default avatarDeepak Kumar <dkumar@codeaurora.org>
Signed-off-by: default avatarUrvashi Agrawal <urvaagra@codeaurora.org>
parent d73c754d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -368,7 +368,7 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
		.minor = 5,
		.patchid = ANY_ID,
		.features = ADRENO_64BIT | ADRENO_RPMH |
			ADRENO_GPMU | ADRENO_CONTENT_PROTECTION,
			ADRENO_GPMU | ADRENO_CONTENT_PROTECTION | ADRENO_IFPC,
		.sqefw_name = "a630_sqe.fw",
		.zap_name = "a615_zap",
		.gpudev = &adreno_a6xx_gpudev,