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

Commit cd16e4b3 authored by Kyle Piefer's avatar Kyle Piefer
Browse files

msm: kgsl: Enable Adaptive Clock Distribution on A640



Adaptive Clock Distribution (ACD) is now supported on
the A640 GPU, so enable it.

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