Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276734
b: refs/heads/master
c: 03d00ac
h: refs/heads/master
v: v3
  • Loading branch information
Paulo Zanoni authored and Keith Packard committed Dec 16, 2011
1 parent 679b061 commit 7ecc013
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: 3573c4103f7a486838bb6b5b8353788103f91802
refs/heads/master: 03d00ac53f9bcde06ff7e33d6676083c18d569a4
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 @@ -62,6 +62,7 @@ static int i915_capabilities(struct seq_file *m, void *data)
const struct intel_device_info *info = INTEL_INFO(dev);

seq_printf(m, "gen: %d\n", info->gen);
seq_printf(m, "pch: %d\n", INTEL_PCH_TYPE(dev));
#define B(x) seq_printf(m, #x ": %s\n", yesno(info->x))
B(is_mobile);
B(is_i85x);
Expand Down

0 comments on commit 7ecc013

Please sign in to comment.