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

Commit ff7a5e08 authored by Kyle Piefer's avatar Kyle Piefer Committed by Mohammed Mirza Mandayappurath Manzoor
Browse files

msm: kgsl: Enable Adaptive Clock Distribution on A640 v2



Adaptive Clock Distribution (ACD) is a power saving
feature.

Change-Id: I232c3552124e552bf8755da3623ba92de74f28aa
Signed-off-by: default avatarKyle Piefer <kpiefer@codeaurora.org>
Signed-off-by: default avatarMohammed Mirza Mandayappurath Manzoor <mmandaya@codeaurora.org>
parent 638362f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -429,7 +429,7 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
		.patchid = ANY_ID,
		.features = ADRENO_64BIT | ADRENO_RPMH | ADRENO_GPMU |
			ADRENO_CONTENT_PROTECTION | ADRENO_IOCOHERENT |
			ADRENO_IFPC | ADRENO_PREEMPTION,
			ADRENO_IFPC | ADRENO_PREEMPTION | ADRENO_ACD,
		.sqefw_name = "a630_sqe.fw",
		.zap_name = "a640_zap",
		.gpudev = &adreno_a6xx_gpudev,