summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2009-01-07 13:12:05 +1100
committerBen Skeggs <skeggsb@gmail.com>2009-01-07 13:12:05 +1100
commitb71b21604ce4022108621e3096f74433dcd1fcfd (patch)
tree873022bd902309dcbbe78fb87eac5bf9b37028b8
parent0d72b551895ba09cae16d12e6b30e5a8b55c7425 (diff)
nv50: ensure all composite state setup makes it into a single pushbuf
-rw-r--r--src/nv50_exa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nv50_exa.c b/src/nv50_exa.c
index 4e0c5aa..5528d7f 100644
--- a/src/nv50_exa.c
+++ b/src/nv50_exa.c
@@ -652,6 +652,8 @@ NV50EXAPrepareComposite(int op,
{
NV50EXA_LOCALS(pspix);
+ RING_SPACE(chan, 100);
+
BEGIN_RING(chan, eng2d, 0x0110, 1);
OUT_RING (chan, 0);