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

Commit f8b7824b authored by Kasin Li's avatar Kasin Li
Browse files

msm: kgsl: Enable preemption for A680 GPU



Enable preemption support for SA8195 platform

Change-Id: I82268092317c93e8f3a6448b409a5c381f5b4d08
Signed-off-by: default avatarKasin Li <donglil@codeaurora.org>
parent 62de385d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -466,7 +466,7 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
		.patchid = ANY_ID,
		.features = ADRENO_64BIT | ADRENO_RPMH | ADRENO_GPMU |
			ADRENO_CONTENT_PROTECTION | ADRENO_IOCOHERENT |
			ADRENO_IFPC,
			ADRENO_IFPC | ADRENO_PREEMPTION,
		.sqefw_name = "a630_sqe.fw",
		.zap_name = "a640_zap",
		.gpudev = &adreno_a6xx_gpudev,