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

Commit c511abcf authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Enable HW Preemption for Adreno A620"

parents c49b1645 8c40489c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1026,7 +1026,7 @@ static const struct adreno_a6xx_core adreno_gpu_core_a620 = {
		DEFINE_ADRENO_REV(ADRENO_REV_A620, 6, 2, 0, 0),
		.features = ADRENO_64BIT | ADRENO_RPMH | ADRENO_GPMU |
			ADRENO_CONTENT_PROTECTION | ADRENO_IOCOHERENT |
			ADRENO_IFPC,
			ADRENO_IFPC | ADRENO_PREEMPTION,
		.gpudev = &adreno_a6xx_gpudev,
		.gmem_base = 0,
		.gmem_size = SZ_512K,