diff options
author | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2007-01-10 15:09:47 +0800 |
---|---|---|
committer | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2007-01-10 15:09:47 +0800 |
commit | 5857b4a1693085b8b42dd9560a7c4f5c3c82f862 (patch) | |
tree | 4d77e1d04f697bdfddcb40a39de0809c8e0ede9d /src/i915_video.c | |
parent | ee52c0ec4e95fa6e5f35c9cd75005a0c0003fd97 (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.c | 3 |
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); } |