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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user