mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-24 23:20:23 +01:00
i915tex: Set intel_fb->vbl_waited to current instead of what we aimed for.
This commit is contained in:
parent
36b4e25da3
commit
bb0760ca4f
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue