Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178852
b: refs/heads/master
c: e3d8aff
h: refs/heads/master
v: v3
  • Loading branch information
Chris Wilson authored and Eric Anholt committed Jan 6, 2010
1 parent c6d87b7 commit a4ace71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 9ea8d05932c082a7ccbd9dc2e10687c88a70bd13
refs/heads/master: e3d8affb0d2d95f2da61e30ce86b33177feb91e8
3 changes: 0 additions & 3 deletions trunk/drivers/gpu/drm/i915/i915_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -2582,9 +2582,6 @@ i915_gem_object_bind_to_gtt(struct drm_gem_object *obj, unsigned alignment)
bool retry_alloc = false;
int ret;

if (dev_priv->mm.suspended)
return -EBUSY;

if (obj_priv->madv != I915_MADV_WILLNEED) {
DRM_ERROR("Attempting to bind a purgeable object\n");
return -EINVAL;
Expand Down

0 comments on commit a4ace71

Please sign in to comment.