summaryrefslogtreecommitdiff
path: root/src/i915_video.c
diff options
context:
space:
mode:
authorWang Zhenyu <zhenyu.z.wang@intel.com>2007-01-10 15:09:47 +0800
committerWang Zhenyu <zhenyu.z.wang@intel.com>2007-01-10 15:09:47 +0800
commit5857b4a1693085b8b42dd9560a7c4f5c3c82f862 (patch)
tree4d77e1d04f697bdfddcb40a39de0809c8e0ede9d /src/i915_video.c
parentee52c0ec4e95fa6e5f35c9cd75005a0c0003fd97 (diff)
Formalize sync interface
We should just call i830MarkSync/i830WaitSync in places we need, which care for both XAA and EXA.
Diffstat (limited to 'src/i915_video.c')
-rw-r--r--src/i915_video.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/i915_video.c b/src/i915_video.c
index 52fe1a51..591b6f82 100644
--- a/src/i915_video.c
+++ b/src/i915_video.c
@@ -433,7 +433,6 @@ I915DisplayVideoTextured(ScrnInfoPtr pScrn, I830PortPrivPtr pPriv, int id,
ADVANCE_LP_RING();
}
- if (pI830->AccelInfoRec)
- pI830->AccelInfoRec->NeedToSync = TRUE;
+ i830MarkSync(pScrn);
}