Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155261
b: refs/heads/master
c: a01c75b
h: refs/heads/master
i:
  155259: 86ce894
v: v3
  • Loading branch information
Ben Gamari authored and Eric Anholt committed Jul 7, 2009
1 parent 9a53cd8 commit 9f448ab
Show file tree
Hide file tree
Showing 2 changed files with 5 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: b5323599af68caa2da08b7041400b62049afb91e
refs/heads/master: a01c75b338d7c743a8982011f01a4714ad2956de
5 changes: 4 additions & 1 deletion trunk/drivers/gpu/drm/i915/i915_gem_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,10 @@ static int i915_gem_object_list_info(struct seq_file *m, void *data)
if (obj->name)
seq_printf(m, " (name: %d)", obj->name);
if (obj_priv->fence_reg != I915_FENCE_REG_NONE)
seq_printf(m, " (fence: %d)\n", obj_priv->fence_reg);
seq_printf(m, " (fence: %d)", obj_priv->fence_reg);
if (obj_priv->gtt_space != NULL)
seq_printf(m, " (gtt_offset: %08x)", obj_priv->gtt_offset);

seq_printf(m, "\n");
}

Expand Down

0 comments on commit 9f448ab

Please sign in to comment.