diff options
Diffstat (limited to 'src/gallium/frontends/dri/kopper.c')
-rw-r--r-- | src/gallium/frontends/dri/kopper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/frontends/dri/kopper.c b/src/gallium/frontends/dri/kopper.c index 637b25d3539..5dc178d63cd 100644 --- a/src/gallium/frontends/dri/kopper.c +++ b/src/gallium/frontends/dri/kopper.c @@ -713,7 +713,7 @@ kopper_flush_frontbuffer(struct dri_context *ctx, } /* throttle on the previous fence */ if (drawable->throttle_fence) { - screen->fence_finish(screen, NULL, drawable->throttle_fence, PIPE_TIMEOUT_INFINITE); + screen->fence_finish(screen, NULL, drawable->throttle_fence, OS_TIMEOUT_INFINITE); screen->fence_reference(screen, &drawable->throttle_fence, NULL); } drawable->throttle_fence = new_fence; |