linux/drivers/video/omap2/dss
Archit Taneja 5010be8012 OMAP: DSS2: DISPC: Prepare dispc_dump_regs() for shortening
Prepare dispc_dump_regs() to iterate over manager and overlay id's. Doing this
requires modifications of the macro "DUMPREG" which currently needs us to specify
the manager/overlay name to get the correct result. For example, in order to
print the register DISPC_TIMING_H(OMAP_DSS_CHANNEL_LCD), we can't iterate over
a varaible i and get the desired result through DUMPREG(DISPC_TIMING_H(i)).

Split the registers into 3 sections, the first with no arguments(common
registers), the second with one argument(manager/overlay id), and the third with
two arguments(overlay id and coefficient index), redefine DUMPREG macros for
each of these.

Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2011-09-14 18:08:24 +03:00
..
core.c OMAP: DSS2: Remove clk optimization at dss init 2011-07-25 10:08:14 +03:00
dispc.c OMAP: DSS2: DISPC: Prepare dispc_dump_regs() for shortening 2011-09-14 18:08:24 +03:00
dispc.h OMAP: DSS2: Add new registers for NV12 support 2011-05-23 08:29:47 +03:00
display.c OMAP: DSS2: Fix FIFO threshold and burst size for OMAP4 2011-07-01 12:07:14 +03:00
dpi.c OMAP: DSS2: check for manager when enabling display 2011-09-14 18:08:23 +03:00
dsi.c OMAP: DSS2: check for manager when enabling display 2011-09-14 18:08:23 +03:00
dss.c HACK: OMAP: DSS2: clk hack for OMAP2/3 2011-08-01 14:56:49 +03:00
dss.h HACK: OMAP: DSS2: clk hack for OMAP2/3 2011-08-01 14:56:49 +03:00
dss_features.c OMAP: DSS2: Fix FIFO threshold and burst size for OMAP4 2011-07-01 12:07:14 +03:00
dss_features.h OMAP: DSS2: Fix FIFO threshold and burst size for OMAP4 2011-07-01 12:07:14 +03:00
hdmi.c OMAP: DSS2: check for manager when enabling display 2011-09-14 18:08:23 +03:00
hdmi.h OMAP4: DSS2: HDMI: Add enums and structures for audio 2011-05-19 15:18:00 +03:00
hdmi_omap4_panel.c OMAP: DSS2: Move display.h to include/video/ 2011-05-11 14:05:07 +03:00
Kconfig OMAP: DSS2: Remove CONFIG_OMAP2_DSS_SLEEP_BEFORE_RESET 2011-07-25 10:08:16 +03:00
Makefile OMAP4: DSS2: HDMI: Add makefile and kconfig changes to enable HDMI in OMAP4 2011-03-16 11:45:50 +05:30
manager.c OMAP: DSS2: Don't allow moving managers away from enabled displays 2011-09-14 18:08:23 +03:00
overlay.c OMAP: DSS2: Use PM runtime & HWMOD support 2011-07-25 10:22:04 +03:00
rfbi.c OMAP: DSS2: check for manager when enabling display 2011-09-14 18:08:23 +03:00
sdi.c OMAP: DSS2: check for manager when enabling display 2011-09-14 18:08:23 +03:00
venc.c HACK: OMAP: DSS2: clk hack for OMAP2/3 2011-08-01 14:56:49 +03:00