Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306973
b: refs/heads/master
c: 1a8c55d
h: refs/heads/master
i:
  306971: 7e2bafd
v: v3
  • Loading branch information
Ben Widawsky authored and Daniel Vetter committed Mar 22, 2012
1 parent 2e32138 commit 77f82dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eb2c0c818a4109489de53fd7334c21f1f26f6635
refs/heads/master: 1a8c55d37268d8b7ab7797e6d378caa697dbd029
1 change: 1 addition & 0 deletions trunk/drivers/gpu/drm/i915/i915_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,7 @@ static void i915_ring_error_state(struct seq_file *m,
struct drm_i915_error_state *error,
unsigned ring)
{
BUG_ON(ring > VCS); /* shut up confused gcc */
seq_printf(m, "%s command stream:\n", ring_str(ring));
seq_printf(m, " HEAD: 0x%08x\n", error->head[ring]);
seq_printf(m, " TAIL: 0x%08x\n", error->tail[ring]);
Expand Down

0 comments on commit 77f82dc

Please sign in to comment.