radeonsi: stop command submission with PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET only
[mesa.git] / src / gallium / drivers / r600 / r600_pipe.c
index 2680396c3d608e8fbc23f03b105a0cf5fc797d5a..9e8501ff3336605eeb911880a929f8dcccf30283 100644 (file)
@@ -206,7 +206,7 @@ static struct pipe_context *r600_create_context(struct pipe_screen *screen,
        }
 
        rctx->b.gfx.cs = ws->cs_create(rctx->b.ctx, RING_GFX,
-                                      r600_context_gfx_flush, rctx);
+                                      r600_context_gfx_flush, rctx, false);
        rctx->b.gfx.flush = r600_context_gfx_flush;
 
        rctx->allocator_fetch_shader =