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

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

Merge "msm: kgsl: set GMU fault when fence does not come to allow mode"

parents ad336f80 912b561a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -627,6 +627,10 @@ static irqreturn_t adreno_irq_handler(struct kgsl_device *device)
					"Status=0x%x Unmasked status=0x%x Mask=0x%x\n",
					shadow_status & irq_params->mask,
					shadow_status, irq_params->mask);
				adreno_set_gpu_fault(adreno_dev,
						ADRENO_GMU_FAULT);
				adreno_dispatcher_schedule(KGSL_DEVICE
						(adreno_dev));
				goto done;
			}
			fence_retries++;