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

Commit 2ae38e8b 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: Continue stopping GMU if it cannot idle"

parents 65ae6d7b cfce3d5b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1477,8 +1477,7 @@ void gmu_stop(struct kgsl_device *device)

	if (!idle || (gpudev->wait_for_gmu_idle &&
			gpudev->wait_for_gmu_idle(adreno_dev))) {
		dev_err(&gmu->pdev->dev, "Failure to stop GMU");
		return;
		dev_err(&gmu->pdev->dev, "Stopping GMU before it is idle\n");
	}

	/* Pending message in all queues are abandoned */