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

Commit 92058fab authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Change check for gpu idle"

parents 7fbd7efa 70a5e468
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2611,7 +2611,7 @@ bool adreno_hw_isidle(struct kgsl_device *device)
	adreno_readreg(adreno_dev, ADRENO_REG_RBBM_STATUS,
		&reg_rbbm_status);

	if (reg_rbbm_status & 0x80000000)
	if (reg_rbbm_status & ~0x80000001)
		return false;

	/* Don't consider ourselves idle if there is an IRQ pending */