Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201240
b: refs/heads/master
c: 6f772d7
h: refs/heads/master
v: v3
  • Loading branch information
Chris Wilson authored and Eric Anholt committed Jul 5, 2010
1 parent 268921f commit caafa45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1073af33fdd4e960c70b828e899b1291b44f0b3d
refs/heads/master: 6f772d7e2f4105470b9f3d0f0b26f06f61b1278d
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/i915/i915_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -3646,6 +3646,7 @@ i915_gem_wait_for_pending_flip(struct drm_device *dev,
return ret;
}


int
i915_gem_do_execbuffer(struct drm_device *dev, void *data,
struct drm_file *file_priv,
Expand Down Expand Up @@ -3793,7 +3794,7 @@ i915_gem_do_execbuffer(struct drm_device *dev, void *data,
unsigned long long total_size = 0;
int num_fences = 0;
for (i = 0; i < args->buffer_count; i++) {
obj_priv = object_list[i]->driver_private;
obj_priv = to_intel_bo(object_list[i]);

total_size += object_list[i]->size;
num_fences +=
Expand Down

0 comments on commit caafa45

Please sign in to comment.