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:
48074fc
)
drm/pl111: Add all registers to debugfs
author
Linus Walleij
<
[email protected]
>
Fri, 8 Sep 2017 12:47:04 +0000
(14:47 +0200)
committer
Linus Walleij
<
[email protected]
>
Sun, 10 Sep 2017 21:57:57 +0000
(23:57 +0200)
This adds all the main control registers to the debugfs
register file. This was helpful for my debugging so it will
likely help others as well.
Reviewed-by: Eric Anholt <
[email protected]
>
Signed-off-by: Linus Walleij <
[email protected]
>
Link:
https://patchwork.freedesktop.org/patch/msgid/
[email protected]
drivers/gpu/drm/pl111/pl111_debugfs.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/pl111/pl111_debugfs.c
b/drivers/gpu/drm/pl111/pl111_debugfs.c
index 0d9dee199b2cc9792abe9c04db379323b9017267..7ddc7e3b9e7dca8191f047b035805f6f090b0c19 100644
(file)
--- a/
drivers/gpu/drm/pl111/pl111_debugfs.c
+++ b/
drivers/gpu/drm/pl111/pl111_debugfs.c
@@
-22,8
+22,14
@@
static const struct {
REGDEF(CLCD_TIM2),
REGDEF(CLCD_TIM3),
REGDEF(CLCD_UBAS),
+ REGDEF(CLCD_LBAS),
REGDEF(CLCD_PL111_CNTL),
REGDEF(CLCD_PL111_IENB),
+ REGDEF(CLCD_PL111_RIS),
+ REGDEF(CLCD_PL111_MIS),
+ REGDEF(CLCD_PL111_ICR),
+ REGDEF(CLCD_PL111_UCUR),
+ REGDEF(CLCD_PL111_LCUR),
};
int pl111_debugfs_regs(struct seq_file *m, void *unused)