diff options
author | Eric Anholt <eric@anholt.net> | 2009-04-20 15:58:35 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-04-27 17:05:59 -0700 |
commit | 393abc15b76804580bfee0760ddbd1fb77e66c02 (patch) | |
tree | 06818761f69e2a570d48987e75d3e9c1505479ab /src/i915_video.c | |
parent | dc71573292c215f49716f4dc1ebc416c6b172995 (diff) |
Now that video destination pixmaps are always in BOs, no more MarkSync.
Diffstat (limited to 'src/i915_video.c')
-rw-r--r-- | src/i915_video.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i915_video.c b/src/i915_video.c index 93e0c86a..1d1fa018 100644 --- a/src/i915_video.c +++ b/src/i915_video.c @@ -415,7 +415,5 @@ I915DisplayVideoTextured(ScrnInfoPtr pScrn, I830PortPrivPtr pPriv, int id, } intel_batch_end_atomic(pScrn); - - i830MarkSync(pScrn); } |