nv50: remove nv50_bufctx_fence call in vbo_kick_notify

No idea why it is there. nvc0 doesn't do anything like it and it doesn't
regress any tests. Also removing is easier than handling the fence locking
inside the kick notify handler.

Signed-off-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10752>
This commit is contained in:
Karol Herbst 2021-07-03 10:01:52 +02:00 committed by Marge Bot
parent 88b76f8492
commit 962a09c90f

View file

@ -752,8 +752,6 @@ nv50_draw_vbo_kick_notify(struct nouveau_pushbuf *chan)
struct nv50_screen *screen = chan->user_priv;
nouveau_fence_update(&screen->base, true);
nv50_bufctx_fence(screen->cur_ctx->bufctx_3d, true);
}
void