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:
committed by
Marge Bot
parent
729ce08815
commit
94e867e4a6
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user