Commit 21d9ca90 authored by Tomi Valkeinen's avatar Tomi Valkeinen

OMAPDSS: DISPC: fix debugfs reg dump

DISPC reg dump prints a few registers twice. Remove the extra prints.
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent cb6ec182
...@@ -3257,13 +3257,10 @@ static void dispc_dump_regs(struct seq_file *s) ...@@ -3257,13 +3257,10 @@ static void dispc_dump_regs(struct seq_file *s)
if (i == OMAP_DSS_CHANNEL_DIGIT) if (i == OMAP_DSS_CHANNEL_DIGIT)
continue; continue;
DUMPREG(i, DISPC_DEFAULT_COLOR);
DUMPREG(i, DISPC_TRANS_COLOR);
DUMPREG(i, DISPC_TIMING_H); DUMPREG(i, DISPC_TIMING_H);
DUMPREG(i, DISPC_TIMING_V); DUMPREG(i, DISPC_TIMING_V);
DUMPREG(i, DISPC_POL_FREQ); DUMPREG(i, DISPC_POL_FREQ);
DUMPREG(i, DISPC_DIVISORo); DUMPREG(i, DISPC_DIVISORo);
DUMPREG(i, DISPC_SIZE_MGR);
DUMPREG(i, DISPC_DATA_CYCLE1); DUMPREG(i, DISPC_DATA_CYCLE1);
DUMPREG(i, DISPC_DATA_CYCLE2); DUMPREG(i, DISPC_DATA_CYCLE2);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment