Merge "Apply LCD manager related parameters" from Archit
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 29 Jun 2012 11:13:07 +0000 (14:13 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 29 Jun 2012 11:13:07 +0000 (14:13 +0300)
commit974a65825e0b5fbda49605f0416a2c975d66e9e6
tree72188f07c300e04f30d059bf502f651d2cbeb829
parent465698ee7bf457d1a3f35f0cb6e1e8fa144946f5
parent6c6f510afb86e3c77c351dfa20cbb8ca834abad9
Merge "Apply LCD manager related parameters" from Archit

The LCD interface drivers(DPI, DSI, RFBI, SDI) do some direct DISPC register
writes to configure LCD manager related fields. This series groups these fields
into a single struct, and let's the interface driver apply these parameters.

This allows us to:

- Check the LCD manager related parameters before applying them.
- Remove some omap_dss_device references as APPLY holds the applied parameters.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>