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

Commit 36a07fa5 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "staging: android/sync: Signal fences if timeline is destroyed"

parents 9fbd68e8 6693b0ba
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -451,6 +451,8 @@ static bool android_fence_signaled(struct fence *fence)
	int ret;

	ret = parent->ops->has_signaled(pt);
	if (!ret && parent->destroyed)
		ret = -ENOENT;
	if (ret < 0)
		fence->status = ret;
	return ret;