mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
zink: Disable TC syncs for get_device_reset_status()
zmike said it should work. Signed-off-by: Rob Clark <robdclark@chromium.org> Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13163>
This commit is contained in:
parent
5b7c81fd13
commit
53917ab403
1 changed files with 1 additions and 1 deletions
|
|
@ -4215,7 +4215,7 @@ zink_context_create(struct pipe_screen *pscreen, void *priv, unsigned flags)
|
|||
struct threaded_context *tc = (struct threaded_context*)threaded_context_create(&ctx->base, &screen->transfer_pool,
|
||||
zink_context_replace_buffer_storage,
|
||||
zink_create_tc_fence_for_tc,
|
||||
zink_context_is_resource_busy, true, false, &ctx->tc);
|
||||
zink_context_is_resource_busy, true, true, &ctx->tc);
|
||||
|
||||
if (tc && (struct zink_context*)tc != ctx) {
|
||||
threaded_context_init_bytes_mapped_limit(tc, 4);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue