radeonsi: stop command submission with PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET only
[mesa.git] / src / gallium / drivers / radeon / radeon_vcn_dec.c
index 75ef4a5d401d52f9f676a4092cd53a2d8f9985a5..1ee85ae3d3f799668cbcb73dcf4e569c5c314a16 100644 (file)
@@ -1507,7 +1507,7 @@ struct pipe_video_codec *radeon_create_decoder(struct pipe_context *context,
        dec->stream_handle = si_vid_alloc_stream_handle();
        dec->screen = context->screen;
        dec->ws = ws;
-       dec->cs = ws->cs_create(sctx->ctx, ring, NULL, NULL);
+       dec->cs = ws->cs_create(sctx->ctx, ring, NULL, NULL, false);
        if (!dec->cs) {
                RVID_ERR("Can't get command submission context.\n");
                goto error;