]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: MANAGER: Check LCD related overlay manager parameters
authorArchit Taneja <archit@ti.com>
Wed, 23 May 2012 11:31:35 +0000 (17:01 +0530)
committerArchit Taneja <archit@ti.com>
Fri, 29 Jun 2012 10:57:57 +0000 (16:27 +0530)
commitd8b32f02ed850d8797ccb6f6678b0594e87a58c9
tree705e1909f51c8b02641ee2c084c63399241af45a
parent0970c9a3eafbc2941aa6b7c9be94c6fa93a8fa69
OMAPDSS: MANAGER: Check LCD related overlay manager parameters

The LCD related manager configurations are a part of the manager's private data
in APPLY. Pass this to dss_lcd_mgr_config to dss_mgr_check and create a function
to check the validity of some of the configurations.

To check some of the configurations, we require information of interface to
which the manager output is connected. These can be added once interfaces are
represented as an entity.

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