Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166013
b: refs/heads/master
c: 725ceaa
h: refs/heads/master
i:
  166011: a87098b
v: v3
  • Loading branch information
Chris Wilson authored and Jesse Barnes committed Sep 17, 2009
1 parent b0c04b8 commit bb44d43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: e67b8ce1b59006ba41245838db60b6fcda365ba8
refs/heads/master: 725ceaa08a98fcdb1ec1c302700e33b629aece4b
6 changes: 4 additions & 2 deletions trunk/drivers/gpu/drm/i915/i915_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,13 @@ static int i915_gem_object_list_info(struct seq_file *m, void *data)
{
struct drm_gem_object *obj = obj_priv->obj;

seq_printf(m, " %p: %s %08x %08x %d",
seq_printf(m, " %p: %s %8zd %08x %08x %d %s",
obj,
get_pin_flag(obj_priv),
obj->size,
obj->read_domains, obj->write_domain,
obj_priv->last_rendering_seqno);
obj_priv->last_rendering_seqno,
obj_priv->dirty ? "dirty" : "");

if (obj->name)
seq_printf(m, " (name: %d)", obj->name);
Expand Down

0 comments on commit bb44d43

Please sign in to comment.