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