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

Commit e994cb44 authored by Pankaj Gupta's avatar Pankaj Gupta Committed by Hareesh Gundu
Browse files

msm: kgsl: Enable Preemption on A635 GPU



Enable Preemption feature on A635 GPU.

Change-Id: Ieea4cde2fd8678fc50d7d67b3233527a78cfae7a
Signed-off-by: default avatarPankaj Gupta <gpankaj@codeaurora.org>
parent dabe1619
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1685,7 +1685,8 @@ static const struct adreno_a6xx_core adreno_gpu_core_a635 = {
	.base = {
		DEFINE_ADRENO_REV(ADRENO_REV_A635, 6, 3, 5, ANY_ID),
		.features = ADRENO_RPMH | ADRENO_GPMU | ADRENO_APRIV |
				ADRENO_IOCOHERENT | ADRENO_CONTENT_PROTECTION,
				ADRENO_IOCOHERENT | ADRENO_CONTENT_PROTECTION |
				ADRENO_PREEMPTION,
		.gpudev = &adreno_a6xx_gmu_gpudev,
		.perfcounters = &adreno_a6xx_perfcounters,
		.gmem_base = 0,