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

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

Merge "msm: kgsl: Relax adreno spin idle tight loop"

parents c094d738 80fa8589
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3123,6 +3123,9 @@ int adreno_spin_idle(struct adreno_device *adreno_dev, unsigned int timeout)
		if (adreno_isidle(KGSL_DEVICE(adreno_dev)))
			return 0;

		/* relax tight loop */
		cond_resched();

	} while (time_before(jiffies, wait));

	/*