i915tex: Set intel_fb->vbl_waited to current instead of what we aimed for.

This commit is contained in:
Michel Dänzer 2007-03-09 19:56:55 +01:00
parent 36b4e25da3
commit bb0760ca4f

View file

@ -730,7 +730,7 @@ void LOCK_HARDWARE( struct intel_context *intel )
vbl.request.sequence = intel_rb->vbl_pending;
drmWaitVBlank(intel->driFd, &vbl);
intel_fb->vbl_waited = intel_rb->vbl_pending;
intel_fb->vbl_waited = vbl.reply.sequence;
}
DRM_CAS(intel->driHwLock, intel->hHWContext,