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

Commit b8ec7498 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: Dump snapshot for long IB timeout"

parents 59071cbb 3c47a8ff
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -992,9 +992,6 @@ static int dispatcher_do_fault(struct kgsl_device *device)
		adreno_readreg(adreno_dev, ADRENO_REG_CP_ME_CNTL, &reg);
		reg |= (1 << 27) | (1 << 28);
		adreno_writereg(adreno_dev, ADRENO_REG_CP_ME_CNTL, reg);

		/* Skip the PM dump for a timeout because it confuses people */
		set_bit(KGSL_FT_SKIP_PMDUMP, &cmdbatch->fault_policy);
	}

	adreno_readreg(adreno_dev, ADRENO_REG_CP_IB1_BASE, &base);