projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f878133
)
drm/i915/debugfs: Correct format after changing type of err object 'size'
author
Chris Wilson
<chris@chris-wilson.co.uk>
Wed, 12 Jan 2011 12:14:13 +0000
(12:14 +0000)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Wed, 12 Jan 2011 20:24:50 +0000
(20:24 +0000)
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/i915_debugfs.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/i915_debugfs.c
b/drivers/gpu/drm/i915/i915_debugfs.c
index 19a3d58044dd7667c5498cf373cc68f9629cd0f2..3601466c55027391c355fe1c11186913394fbf2d 100644
(file)
--- a/
drivers/gpu/drm/i915/i915_debugfs.c
+++ b/
drivers/gpu/drm/i915/i915_debugfs.c
@@
-703,7
+703,7
@@
static void print_error_buffers(struct seq_file *m,
seq_printf(m, "%s [%d]:\n", name, count);
while (count--) {
- seq_printf(m, " %08x %8
zd
%04x %04x %08x%s%s%s%s%s%s",
+ seq_printf(m, " %08x %8
u
%04x %04x %08x%s%s%s%s%s%s",
err->gtt_offset,
err->size,
err->read_domains,