diff options
author | Keith Packard <keithp@keithp.com> | 2008-06-13 19:37:44 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-06-13 19:37:44 -0700 |
commit | 732b1960742042eb33f49c2b3cdd2d36eadbc920 (patch) | |
tree | dde7d4535a29f1806e11fc88dc3538ac90af733e | |
parent | a7139cb8511a9d31d9f79bcaae62020d30e09f90 (diff) |
[intel-gem] whitespace fixes
-rw-r--r-- | linux-core/i915_gem.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux-core/i915_gem.c b/linux-core/i915_gem.c index e07cf1b9..78d0d952 100644 --- a/linux-core/i915_gem.c +++ b/linux-core/i915_gem.c @@ -66,7 +66,7 @@ i915_gem_init_ioctl(struct drm_device *dev, void *data, args->gtt_end - args->gtt_start); dev->gtt_total = (uint32_t) (args->gtt_end - args->gtt_start); - + mutex_unlock(&dev->struct_mutex); return 0; @@ -500,7 +500,7 @@ i915_gem_retire_requests(struct drm_device *dev) list_del(&request->list); drm_free(request, sizeof(*request), DRM_MEM_DRIVER); } else - break; + break; } } @@ -858,7 +858,7 @@ i915_gem_evict_something(struct drm_device *dev) list); ret = i915_wait_request(dev, request->seqno); - + /* if waiting caused an object to become inactive, * then loop around and wait for it. Otherwise, we * assume that waiting freed and unbound something, |