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

Commit 2271776e 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: Pass the right timeout to adreno_drawctxt_wait()"

parents 5c992776 a5f1e730
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2848,7 +2848,7 @@ static int adreno_waittimestamp(struct kgsl_device *device,
		return -EINVAL;

	ret = adreno_drawctxt_wait(ADRENO_DEVICE(device), context,
		timestamp, msecs_to_jiffies(msecs));
		timestamp, msecs);

	/* If the context got invalidated then return a specific error */
	drawctxt = ADRENO_CONTEXT(context);