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

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

Merge "drm/msm/sde: remove signaled fences from local fence list"

parents 7532f4ba 43bd725e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -305,6 +305,7 @@ static void _sde_fence_trigger(struct sde_fence_context *ctx, ktime_t ts)
		spin_unlock_irqrestore(&ctx->lock, flags);

		if (is_signaled) {
			list_del_init(&fc->fence_list);
			fence_put(&fc->base);
			kref_put(&ctx->kref, sde_fence_destroy);
		} else {