Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253201
b: refs/heads/master
c: bf3301a
h: refs/heads/master
i:
  253199: 5a0695d
v: v3
  • Loading branch information
Daniel Vetter authored and Keith Packard committed Jun 4, 2011
1 parent 45cceae commit fd835ff
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: c8cbbb8ba9f9f6d2d63513a715700127598e7f86
refs/heads/master: bf3301abba31ee71ed8dc87f18fcaebd27dc3b3e
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/i915_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ static int i915_error_state(struct seq_file *m, void *unused)
seq_printf(m, " INSTPM: 0x%08x\n", error->instpm);
seq_printf(m, " seqno: 0x%08x\n", error->seqno);

for (i = 0; i < 16; i++)
for (i = 0; i < dev_priv->num_fence_regs; i++)
seq_printf(m, " fence[%d] = %08llx\n", i, error->fence[i]);

if (error->active_bo)
Expand Down

0 comments on commit fd835ff

Please sign in to comment.