Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205123
b: refs/heads/master
c: 43b27f4
h: refs/heads/master
i:
  205121: 5e69593
  205119: 0329420
v: v3
  • Loading branch information
Chris Wilson authored and Eric Anholt committed Aug 2, 2010
1 parent 0851f83 commit 6fa0221
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: 0544edfdc3b8f172944c26b9961ca120feb04798
refs/heads/master: 43b27f40ebc40758a4acad03ea9fa717ba65d76e
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 @@ -3645,6 +3645,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 @@ -3792,7 +3793,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 6fa0221

Please sign in to comment.