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

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

Merge "msm: kgsl: Add more info in GBIF/VBIF halt ack timeout log"

parents fc17c4bb 47c90bbf
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -1815,7 +1815,8 @@ static inline int adreno_wait_for_halt_ack(struct kgsl_device *device,
			break;
			break;
		if (time_after(jiffies, wait_for_vbif)) {
		if (time_after(jiffies, wait_for_vbif)) {
			dev_err(device->dev,
			dev_err(device->dev,
				"Wait limit reached for GBIF/VBIF Halt\n");
				"GBIF/VBIF Halt ack timeout: reg=%08X mask=%08X status=%08X\n",
				ack_reg, mask, val);
			ret = -ETIMEDOUT;
			ret = -ETIMEDOUT;
			break;
			break;
		}
		}