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

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

Merge "msm: kgsl: Enable L1A preemption level for A608"

parents 85bb8750 7914c7ad
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -718,11 +718,6 @@ int a6xx_preemption_init(struct adreno_device *adreno_dev)
	if (kgsl_mmu_get_mmutype(device) != KGSL_MMU_TYPE_IOMMU)
		return -ENODEV;

	if (adreno_is_a608(adreno_dev)) {
		adreno_dev->preempt.preempt_level = 0;
		adreno_dev->preempt.skipsaverestore = 0;
	}

	INIT_WORK(&preempt->work, _a6xx_preemption_worker);

	setup_timer(&preempt->timer, _a6xx_preemption_timer,