Allow longer sequence lifetimes.
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Mon, 21 Aug 2006 19:37:43 +0000 (21:37 +0200)
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Mon, 21 Aug 2006 19:37:43 +0000 (21:37 +0200)
linux-core/i915_drv.c

index d1b8d2d..56ac5fc 100644 (file)
@@ -41,7 +41,7 @@ static struct pci_device_id pciidlist[] = {
 static drm_fence_driver_t i915_fence_driver = {
        .no_types = 2,
        .wrap_diff = (1 << 30),
-       .flush_diff = 200,
+       .flush_diff = (1 << 29),
        .sequence_mask = 0xffffffffU,
        .lazy_capable = 1,
        .emit = i915_fence_emit_sequence,