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:
6098909
)
drm/armada: s/drm_mm_dump_table/drm_mm_print/
author
Chris Wilson
<
[email protected]
>
Fri, 30 Dec 2016 14:55:10 +0000
(14:55 +0000)
committer
Daniel Vetter
<
[email protected]
>
Fri, 30 Dec 2016 16:35:13 +0000
(17:35 +0100)
Missed rename during v2 of
b5c3714fe878
("drm/mm: Convert to
drm_printer")
Reported-by: kbuild test robot <
[email protected]
>
Fixes: b5c3714fe878 ("drm/mm: Convert to drm_printer")
Signed-off-by: Chris Wilson <
[email protected]
>
Cc: Daniel Vetter <
[email protected]
>
Signed-off-by: Daniel Vetter <
[email protected]
>
Link:
http://patchwork.freedesktop.org/patch/msgid/
[email protected]
drivers/gpu/drm/armada/armada_debugfs.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/armada/armada_debugfs.c
b/drivers/gpu/drm/armada/armada_debugfs.c
index 0c7b915be08227a80f92377b0fe881c211b56ded..a8020cf9da2ef1a7fc34f0048684f801e6787407 100644
(file)
--- a/
drivers/gpu/drm/armada/armada_debugfs.c
+++ b/
drivers/gpu/drm/armada/armada_debugfs.c
@@
-22,7
+22,7
@@
static int armada_debugfs_gem_linear_show(struct seq_file *m, void *data)
struct drm_printer p = drm_seq_file_printer(m);
mutex_lock(&priv->linear_lock);
- drm_mm_
dump_table(&p, &priv->linear
);
+ drm_mm_
print(&priv->linear, &p
);
mutex_unlock(&priv->linear_lock);
return 0;