diff options
author | Eric Anholt <eric@anholt.net> | 2008-06-10 16:14:06 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-06-10 22:50:01 -0700 |
commit | 339f00e340c3a9c8ac8f17147e37906494ef370b (patch) | |
tree | eed6c6e3303b055089f792abab07e9da45b7c7e2 /src/i830_batchbuffer.c | |
parent | e930c0dc5b5f98d256a4167ed70ba813c88924d2 (diff) |
[gem] Don't set up the ring in GEM mode, as that'll be handled by the kernel.
Diffstat (limited to 'src/i830_batchbuffer.c')
-rw-r--r-- | src/i830_batchbuffer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i830_batchbuffer.c b/src/i830_batchbuffer.c index 416f4d05..2f53d2ff 100644 --- a/src/i830_batchbuffer.c +++ b/src/i830_batchbuffer.c @@ -115,8 +115,6 @@ intel_batch_flush(ScrnInfoPtr pScrn) exec, sizeof(*exec)); if (ret != 0) FatalError("Failed to submit batchbuffer: %s\n", strerror(errno)); - - i830_refresh_ring(pScrn); } else { dri_process_relocs(pI830->batch_bo); |