present: fix bad logic in cancelling scheduled operations.

If we present several pixmaps in advance for different msc, the later one
shouldn't cancel the previous ones.

This reverts a change made by commit
e6f5d9d7b7

Without this fix, vblank_mode=0 glxgears doesn't update
with the present fallback.

Signed-off-by: Axel Davy <axel.davy@ens.fr>
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Axel Davy 2014-06-18 22:22:09 -04:00 committed by Keith Packard
parent adb7bc3386
commit ce581ac3fa

View File

@ -771,7 +771,7 @@ present_pixmap(WindowPtr window,
if (!vblank->queued)
continue;
if (vblank->crtc != target_crtc || vblank->target_msc > target_msc)
if (vblank->crtc != target_crtc || vblank->target_msc != target_msc)
continue;
DebugPresent(("\tx %lld %p %8lld: %08lx -> %08lx (crtc %p)\n",