Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262511
b: refs/heads/master
c: f0b69ef
h: refs/heads/master
i:
  262509: 41310f0
  262507: 5ba794f
  262503: 3ff591f
  262495: 80ebc0c
v: v3
  • Loading branch information
Keith Packard committed Jul 22, 2011
1 parent 778c0ae commit cb31c50
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: a5071c2fd91f320bc40952df59517053a7346fa9
refs/heads/master: f0b69efc29b024747a88ce020dada425e3193d5a
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 @@ -3113,7 +3113,7 @@ i915_gem_object_pin_to_display_plane(struct drm_i915_gem_object *obj,

if (pipelined != obj->ring) {
ret = i915_gem_object_wait_rendering(obj);
if (ret)
if (ret == -ERESTARTSYS)
return ret;
}

Expand Down

0 comments on commit cb31c50

Please sign in to comment.