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

Commit c19915c2 authored by Urvashi Agrawal's avatar Urvashi Agrawal
Browse files

msm: kgsl: Enable GPU preemption on A650



Enable preemmption in A650 GPU.

Change-Id: I3ada3f4536ee47366e238703bf53c5bd7c35b1ce
Signed-off-by: default avatarUrvashi Agrawal <urvaagra@codeaurora.org>
parent 6a39b7be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1122,7 +1122,7 @@ static const struct adreno_a6xx_core adreno_gpu_core_a650 = {
		DEFINE_ADRENO_REV(ADRENO_REV_A650, 6, 5, 0, ANY_ID),
		.features = ADRENO_64BIT | ADRENO_RPMH | ADRENO_GPMU |
			ADRENO_IOCOHERENT | ADRENO_CONTENT_PROTECTION |
			ADRENO_IFPC,
			ADRENO_IFPC | ADRENO_PREEMPTION,
		.gpudev = &adreno_a6xx_gpudev,
		.gmem_base = 0,
		.gmem_size = SZ_1M + SZ_128K, /* verified 1152kB */