summaryrefslogtreecommitdiff
path: root/src/nv30_exa.c
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2009-01-29 10:13:57 +1000
committerBen Skeggs <skeggsb@gmail.com>2009-01-29 10:13:57 +1000
commit7e644265267b4e35a05328b1c4cb1f2ef5beea58 (patch)
treeaac131c37d33e983cffa17a2f32549d93b8b96c5 /src/nv30_exa.c
parent34fc4461a6f612e4e00db483effe3a2b9760e70c (diff)
downloadxorg-driver-xf86-video-nouveau-7e644265267b4e35a05328b1c4cb1f2ef5beea58.tar.gz
remove unconditional FIRE_RING() in DoneComposite() hooks
Far, far too much flushing. Will completely destroy performance with kernel command submission.
Diffstat (limited to 'src/nv30_exa.c')
-rw-r--r--src/nv30_exa.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nv30_exa.c b/src/nv30_exa.c
index b5cbbdf..213f26f 100644
--- a/src/nv30_exa.c
+++ b/src/nv30_exa.c
@@ -596,8 +596,6 @@ NV30EXADoneComposite(PixmapPtr pdPix)
BEGIN_RING(chan, rankine, NV34TCL_VERTEX_BEGIN_END, 1);
OUT_RING (chan, 0);
-
- FIRE_RING (chan);
}
Bool