Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262541
b: refs/heads/master
c: e0e3fb4
h: refs/heads/master
i:
  262539: 2e91493
v: v3
  • Loading branch information
Keith Packard committed Jul 29, 2011
1 parent 853286b commit 5c30801
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b055c8f3ef9f7bc6ba415d900f298d7801a9d1d4
refs/heads/master: e0e3fb482105c65ce6f5480a86092e966a29ed79
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/i915_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -3019,7 +3019,7 @@ i915_gem_object_set_to_display_plane(struct drm_i915_gem_object *obj,
/* Currently, we are always called from an non-interruptible context. */
if (pipelined != obj->ring) {
ret = i915_gem_object_wait_rendering(obj);
if (ret)
if (ret == -ERESTARTSYS)
return ret;
}

Expand Down

0 comments on commit 5c30801

Please sign in to comment.