linux/drivers/video/omap2/dss
Archit Taneja 9b372c2d9d OMAP: DSS2: Clean up DISPC overlay register definitions
Move all DISPC register definitions to a new header dispc.h. There are
separate register offset definitions for GFX, VID1 and VID2 pipeline share
register definitions by using an argument. The introduction of VID3 pipeline
on OMAP4 will not let us use the above method since VID3 pipe register offsets
don't map with VID1 and VID2 offsets.

Represent overlay registers as DISPC_OVL_XXXX(plane), where the plane argument
tells the overlay. Register offsets are calculated as:

DISPC_OVL_XXXX(plane) = DISPC_OVL_BASE(plane) + DISPC_XXXX_OFFSET(plane)

Idea suggested by Tomi Valkeinen.

Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2011-05-11 14:20:52 +03:00
..
core.c OMAP: DSS2: make omap_dss_(un)register_device static 2011-05-11 14:19:26 +03:00
dispc.c OMAP: DSS2: Clean up DISPC overlay register definitions 2011-05-11 14:20:52 +03:00
dispc.h OMAP: DSS2: Clean up DISPC overlay register definitions 2011-05-11 14:20:52 +03:00
display.c OMAP: DSS2: Convert simple/strict_strto* to kstrto* 2011-05-11 14:20:11 +03:00
dpi.c OMAP: DSS2: DSI: add option to leave DSI lanes powered on 2011-05-11 14:20:13 +03:00
dsi.c OMAP: DSS2: DSI: enable scp clock in dsi_dump_regs() 2011-05-11 14:20:51 +03:00
dss_features.c OMAP: DSS2: FEATURES: Add missing consts 2011-05-11 14:20:49 +03:00
dss_features.h OMAP: DSS2: Add FEAT_DSI_REVERSE_TXCLKESC 2011-05-11 14:20:14 +03:00
dss.c OMAP: DSS2: improve clock debugfs output 2011-05-11 14:20:11 +03:00
dss.h OMAP: DSS2: DSI: add option to leave DSI lanes powered on 2011-05-11 14:20:13 +03:00
hdmi_omap4_panel.c OMAP: DSS2: Move display.h to include/video/ 2011-05-11 14:05:07 +03:00
hdmi.c OMAP: DSS2: HDMI: Use dss_device clock configuration for HDMI PLL parameters 2011-05-11 14:20:10 +03:00
hdmi.h OMAP: DSS2: Move display.h to include/video/ 2011-05-11 14:05:07 +03:00
Kconfig OMAP: DSS2: DSI: enable interface for omap4 2011-05-11 14:20:50 +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: Move display.h to include/video/ 2011-05-11 14:05:07 +03:00
overlay.c OMAP: DSS2: Convert simple/strict_strto* to kstrto* 2011-05-11 14:20:11 +03:00
rfbi.c OMAP: DSS2: Move display.h to include/video/ 2011-05-11 14:05:07 +03:00
sdi.c OMAP: DSS2: Move display.h to include/video/ 2011-05-11 14:05:07 +03:00
venc.c OMAP: DSS2: VENC: Add missing start/stop_device calls 2011-05-11 14:19:25 +03:00