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

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

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

parents 660e6d52 f8b1d28c
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 */