Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119394
b: refs/heads/master
c: 6133047
h: refs/heads/master
v: v3
  • Loading branch information
Keith Packard authored and Dave Airlie committed Nov 24, 2008
1 parent ed19629 commit 68a003d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 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: 05eff845a28499762075d3a72e238a31f4d2407c
refs/heads/master: 6133047aa64d2fd5b3b79dff74f696ded45615b2
11 changes: 0 additions & 11 deletions trunk/drivers/gpu/drm/i915/i915_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -1866,17 +1866,6 @@ i915_gem_execbuffer(struct drm_device *dev, void *data,

for (i = 0; i < args->buffer_count; i++) {
struct drm_gem_object *obj = object_list[i];
struct drm_i915_gem_object *obj_priv = obj->driver_private;

if (obj_priv->gtt_space == NULL) {
/* We evicted the buffer in the process of validating
* our set of buffers in. We could try to recover by
* kicking them everything out and trying again from
* the start.
*/
ret = -ENOMEM;
goto err;
}

/* make sure all previous memory operations have passed */
ret = i915_gem_object_set_domain(obj,
Expand Down

0 comments on commit 68a003d

Please sign in to comment.