diff options
author | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2006-08-31 21:42:29 +0200 |
---|---|---|
committer | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2006-08-31 21:42:29 +0200 |
commit | 44f6d08988a77a640bea40d09cb61eec7566a5ce (patch) | |
tree | 0ce4e08474993190dd3065edb96b8976b04242df /linux-core/i915_fence.c | |
parent | 03c137c5f8d44c374406efe19c01105fcf34d583 (diff) |
Validation and fencing.
Diffstat (limited to 'linux-core/i915_fence.c')
-rw-r--r-- | linux-core/i915_fence.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/i915_fence.c b/linux-core/i915_fence.c index 452d4ee8..673ebd0e 100644 --- a/linux-core/i915_fence.c +++ b/linux-core/i915_fence.c @@ -121,3 +121,4 @@ void i915_fence_handler(drm_device_t * dev) i915_perform_flush(dev); write_unlock(&fm->lock); } + |