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

Commit f91d37e9 authored by Pankaj Gupta's avatar Pankaj Gupta Committed by Gerrit - the friendly Code Review server
Browse files

msm: kgsl: Enable ACD feature support for A635 GPU



Adaptive Clock Distribution (ACD) is a power saving feature
to mitigate voltage droops.

Change-Id: Ia29f7cb159a3edd35b47ea008b1040d6b20de72d
Signed-off-by: default avatarPankaj Gupta <gpankaj@codeaurora.org>
parent 3ecdedce
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1719,7 +1719,8 @@ static const struct adreno_a6xx_core adreno_gpu_core_a635 = {
		DEFINE_ADRENO_REV(ADRENO_REV_A635, 6, 3, 5, ANY_ID),
		.features = ADRENO_RPMH | ADRENO_GPMU | ADRENO_APRIV |
				ADRENO_IOCOHERENT | ADRENO_CONTENT_PROTECTION |
				ADRENO_PREEMPTION | ADRENO_IFPC | ADRENO_BCL,
				ADRENO_PREEMPTION | ADRENO_IFPC | ADRENO_BCL |
				ADRENO_ACD,
		.gpudev = &adreno_a6xx_gmu_gpudev,
		.perfcounters = &adreno_a6xx_perfcounters,
		.gmem_size = SZ_512K,