diff options
author | Keith Packard <keithp@keithp.com> | 2008-04-09 02:02:56 -0500 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-04-10 16:58:11 -0500 |
commit | 3fc3d1a701bae257b70aa7b7654c722f30e71399 (patch) | |
tree | 233c1c830a4c73ddc2e3eed882a335bb0854b657 /src/i965_video.c | |
parent | 825d9e50c59450f07178a54fed2616e551dc0455 (diff) |
Remove sync after 965 video put.
The hardware has been marked as needing a sync, so the next video put will
block waiting for the previous one to complete. Adding a sync here just
stalls the video playback for no good reason.
Diffstat (limited to 'src/i965_video.c')
-rw-r--r-- | src/i965_video.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i965_video.c b/src/i965_video.c index 63f11929..464f2e31 100644 --- a/src/i965_video.c +++ b/src/i965_video.c @@ -923,7 +923,6 @@ I965DisplayVideoTextured(ScrnInfoPtr pScrn, I830PortPrivPtr pPriv, int id, i830MarkSync(pScrn); } - i830WaitSync(pScrn); #if WATCH_STATS i830_dump_error_state(pScrn); #endif |