Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293553
b: refs/heads/master
c: 39965b3
h: refs/heads/master
i:
  293551: dd3fb1e
v: v3
  • Loading branch information
Daniel Vetter committed Jan 29, 2012
1 parent b40a730 commit 92eeb68
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: 1690e1eb7a9021826853e181baa48dd77090da28
refs/heads/master: 39965b376601314ba374b8fa3944f5957d4ff2de
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 @@ -2566,7 +2566,7 @@ i915_gem_object_get_fence(struct drm_i915_gem_object *obj,

reg = i915_find_fence_reg(dev, pipelined);
if (reg == NULL)
return -ENOSPC;
return -EDEADLK;

ret = i915_gem_object_flush_fence(obj, pipelined);
if (ret)
Expand Down

0 comments on commit 92eeb68

Please sign in to comment.