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

Commit a8bc7e5a authored by Amit Kushwaha's avatar Amit Kushwaha
Browse files

msm: kgsl: Enable preemption for A608 GPU



Enable preemption support for A608 to allow
switching between ringbuffers.

Change-Id: Iaacfb5cc05b028be53e107e323dbc9e24827293a
Signed-off-by: default avatarAmit Kushwaha <kushwaha@codeaurora.org>
parent 47cb4b24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -448,7 +448,7 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
		.minor = 8,
		.patchid = ANY_ID,
		.features = ADRENO_64BIT | ADRENO_CONTENT_PROTECTION |
			ADRENO_IOCOHERENT,
			ADRENO_IOCOHERENT | ADRENO_PREEMPTION,
		.sqefw_name = "a630_sqe.fw",
		.zap_name = "a608_zap",
		.gpudev = &adreno_a6xx_gpudev,