Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231086
b: refs/heads/master
c: c37d9a5
h: refs/heads/master
v: v3
  • Loading branch information
Chris Wilson committed Jan 13, 2011
1 parent 321a58e commit cc7a9b2
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: a76150302d6e7ebc43e1a1ddaee7fd51db8da3b3
refs/heads/master: c37d9a5de94a6fe60a756af350cd21aa9bbbc8a1
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/i915_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ i915_error_first_batchbuffer(struct drm_i915_private *dev_priv,
if (obj->ring != ring)
continue;

if (!i915_seqno_passed(obj->last_rendering_seqno, seqno))
if (i915_seqno_passed(seqno, obj->last_rendering_seqno))
continue;

if ((obj->base.read_domains & I915_GEM_DOMAIN_COMMAND) == 0)
Expand Down

0 comments on commit cc7a9b2

Please sign in to comment.