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

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

Merge "msm: kgsl: Do not clear dispatcher fault when adreno reset fails"

parents eb4b022f e7cfb4d3
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -2251,12 +2251,13 @@ static int dispatcher_do_fault(struct adreno_device *adreno_dev)
	ret = adreno_reset(device, fault);

	mutex_unlock(&device->mutex);
	/* if any other fault got in until reset then ignore */
	atomic_set(&dispatcher->fault, 0);

	/* If adreno_reset() fails then what hope do we have for the future? */
	BUG_ON(ret);

	/* if any other fault got in until reset then ignore */
	atomic_set(&dispatcher->fault, 0);

	/* recover all the dispatch_q's starting with the one that hung */
	if (dispatch_q)
		recover_dispatch_q(device, dispatch_q, fault, base);