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

Commit e1d2995d 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 a9bc920a 38ea9f0e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2024,7 +2024,8 @@ static inline int adreno_wait_for_halt_ack(struct kgsl_device *device,
			break;
		if (time_after(jiffies, wait_for_vbif)) {
			KGSL_DRV_ERR(device,
				"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;
			break;
		}