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

Commit f8b1d28c authored by Kyle Piefer's avatar Kyle Piefer Committed by Gerrit - the friendly Code Review server
Browse files

msm: kgsl: Clear OOB for CP init if HFI start fails



If the HFI start message fails, the outstanding OOB
must be cleared in the error path. If it does not get
cleared, the GMU will never idle on the way to slumber.

Change-Id: I242d8aac6def483999d35efc70bd6e23be1648dd
Signed-off-by: default avatarKyle Piefer <kpiefer@codeaurora.org>
parent 5cd75ce7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1841,7 +1841,7 @@ static int _adreno_start(struct adreno_device *adreno_dev)
	if (gmu_dev_ops->hfi_start_msg) {
		status = gmu_dev_ops->hfi_start_msg(adreno_dev);
		if (status)
			goto error_mmu_off;
			goto error_oob_clear;
	}

	/* Enable 64 bit gpu addr if feature is set */