diff --git a/src/gallium/drivers/zink/zink_context.c b/src/gallium/drivers/zink/zink_context.c index 89bf9d0d5b8..0c76dd79969 100644 --- a/src/gallium/drivers/zink/zink_context.c +++ b/src/gallium/drivers/zink/zink_context.c @@ -3379,7 +3379,8 @@ zink_flush_resource(struct pipe_context *pctx, ctx->needs_present = res; } ctx->batch.swapchain = res; - } + } else if (res->dmabuf) + res->dmabuf_acquire = true; } void