nouveau: ensure vbo_dirty is set when buffer write transfer complete
[mesa.git] / src / gallium / drivers / nv50 / nv50_tex.c
index a76139ad37e504bd39d57f7ac62e9b53b45d96ba..4456553a8683b53ed40a823d35918f30f48a69e2 100644 (file)
@@ -269,7 +269,7 @@ nv50_validate_tsc(struct nv50_context *nv50, int s)
       if (tsc->id < 0) {
          tsc->id = nv50_screen_tsc_alloc(nv50->screen, tsc);
 
-         nv50_sifc_linear_u8(&nv50->pipe, nv50->screen->txc,
+         nv50_sifc_linear_u8(&nv50->base, nv50->screen->txc,
                              65536 + tsc->id * 32,
                              NOUVEAU_BO_VRAM, 32, tsc->tsc);
          need_flush = TRUE;