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

Commit bd51effc authored by Akhil P Oommen's avatar Akhil P Oommen Committed by Gerrit - the friendly Code Review server
Browse files

msm: kgsl: Enable LM support for A620 GPU



Enable Limits Management support for A620 GPU to avoid
GPU peak current limits violation.

Change-Id: Iad9c6cb4a2435b48fed35f140e5e9834c439b0cf
Signed-off-by: default avatarAkhil P Oommen <akhilpo@codeaurora.org>
parent f8b00cea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1042,7 +1042,7 @@ static const struct adreno_a6xx_core adreno_gpu_core_a620 = {
		.features = ADRENO_64BIT | ADRENO_RPMH | ADRENO_GPMU |
			ADRENO_CONTENT_PROTECTION | ADRENO_IOCOHERENT |
			ADRENO_IFPC | ADRENO_PREEMPTION | ADRENO_ACD |
			ADRENO_APRIV,
			ADRENO_APRIV | ADRENO_LM,
		.gpudev = &adreno_a6xx_gpudev,
		.gmem_size = SZ_512K,
		.busy_mask = 0xfffffffe,