diff options
author | Ben Skeggs <[email protected]> | 2009-02-05 18:40:38 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2009-02-05 18:42:17 +1000 |
commit | 75f0b38d9ea4a7318b0d661712dda15e24707395 (patch) | |
tree | f139e7ba0692cabad7b59fc5a0af55fa1befda39 /src/gallium/drivers/nv50/nv50_context.c | |
parent | ff8dff017e537c6db4c86aad43e92b768cb187e4 (diff) |
nv50: stop using nouveau_push.h, it's evil
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_context.c')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/nv50_context.c b/src/gallium/drivers/nv50/nv50_context.c index 99776239d2b..565a5da668c 100644 --- a/src/gallium/drivers/nv50/nv50_context.c +++ b/src/gallium/drivers/nv50/nv50_context.c @@ -33,7 +33,7 @@ nv50_flush(struct pipe_context *pipe, unsigned flags, { struct nv50_context *nv50 = (struct nv50_context *)pipe; - FIRE_RING(fence); + FIRE_RING(nv50->screen->nvws->channel); } static void |