]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: Add struct to hold LCD overlay manager configuration
authorArchit Taneja <archit@ti.com>
Fri, 29 Jun 2012 08:33:48 +0000 (14:03 +0530)
committerArchit Taneja <archit@ti.com>
Fri, 29 Jun 2012 08:33:48 +0000 (14:03 +0530)
commitff8d66fb7f408acc06c06b16dcc0bc69c7a58fc8
tree87ec314d4dad6f036133a2576926f55b69d70537
parent93a565fcecbc7f59e209414fc5ed4c9465c36502
OMAPDSS: Add struct to hold LCD overlay manager configuration

Create a struct dss_lcd_mgr_config which holds LCD overlay manager related
parameters. These are currently partially contained in the omap_dss_device
connected to the manager, and the rest are in the interface driver.

The parameters are directly written to the DISPC registers in the interface
drivers. These should eventually be applied at the correct time using the
shadow register programming model. This struct would help in grouping these
parameters so that they can be applied together.

Signed-off-by: Archit Taneja <archit@ti.com>
drivers/video/omap2/dss/dss.h