~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/frontends/vdpau/presentation.c

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
324
324
   mtx_lock(&pq->device->mutex);
325
325
   if (surf->fence) {
326
326
      screen = pq->device->vscreen->pscreen;
327
 
      screen->fence_finish(screen, NULL, surf->fence, PIPE_TIMEOUT_INFINITE);
 
327
      screen->fence_finish(screen, NULL, surf->fence, OS_TIMEOUT_INFINITE);
328
328
      screen->fence_reference(screen, &surf->fence, NULL);
329
329
   }
330
330
   mtx_unlock(&pq->device->mutex);