zink: Fix waiting for texture commit semaphores.

The commit was always being treated as failed...

Fixes: d1456a6b0a ("zink: add semaphore handling for sparse binds")
Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26171>
This commit is contained in:
Tatsuyuki Ishi 2023-11-14 16:30:24 +09:00 committed by Marge Bot
parent 729ce08815
commit 94e867e4a6

View file

@ -1139,8 +1139,8 @@ zink_bo_commit(struct zink_context *ctx, struct zink_resource *res, unsigned lev
fprintf(stderr, "zink: leaking sparse backing memory\n");
}
}
ok = false;
}
ok = false;
}
out: