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

Commit 76c5e078 authored by Deepak Kumar's avatar Deepak Kumar
Browse files

msm: kgsl: Enable ACD feature support for A660 variant



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

Change-Id: Ic2517010726caa33f3e9d08ed7bd66466bead730
Signed-off-by: default avatarDeepak Kumar <dkumar@codeaurora.org>
parent 4afb6696
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1654,7 +1654,7 @@ static const struct adreno_a6xx_core adreno_gpu_core_a660_shima = {
		.compatible = "qcom,adreno-gpu-a660-shima",
		.features = ADRENO_RPMH | ADRENO_GPMU | ADRENO_APRIV |
				ADRENO_IOCOHERENT | ADRENO_CONTENT_PROTECTION |
				ADRENO_IFPC | ADRENO_PREEMPTION,
				ADRENO_IFPC | ADRENO_PREEMPTION | ADRENO_ACD,
		.gpudev = &adreno_a6xx_gmu_gpudev,
		.perfcounters = &adreno_a6xx_perfcounters,
		.gmem_base = 0,