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

Commit 868e50ee authored by Nitheesh Muthuraj's avatar Nitheesh Muthuraj Committed by Gerrit - the friendly Code Review server
Browse files

msm: kgsl: Enable Preemption on A660 target



Enable Preemption feature on A660.

Change-Id: Icb69bc72c039974da5a881c98183bdafdb802f18
Signed-off-by: default avatarNitheesh Muthuraj <nmuthuraj@codeaurora.org>
parent 6c24075f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1552,7 +1552,7 @@ static const struct adreno_a6xx_core adreno_gpu_core_a660 = {
		DEFINE_ADRENO_REV(ADRENO_REV_A660, 6, 6, 0, ANY_ID),
		.features = ADRENO_RPMH | ADRENO_GPMU | ADRENO_APRIV |
				ADRENO_IOCOHERENT | ADRENO_CONTENT_PROTECTION |
				ADRENO_IFPC,
				ADRENO_IFPC | ADRENO_PREEMPTION,
		.gpudev = &adreno_a6xx_gmu_gpudev,
		.gmem_base = 0,
		.gmem_size = SZ_1M + SZ_512K,