mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 05:50:11 +01:00
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:
parent
88b76f8492
commit
962a09c90f
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue