OSDN Git Service

OMAPDSS: RFBI: Configure dss_lcd_mgr_config struct with lcd manager parameters
authorArchit Taneja <archit@ti.com>
Mon, 25 Jun 2012 05:54:10 +0000 (11:24 +0530)
committerArchit Taneja <archit@ti.com>
Fri, 29 Jun 2012 09:16:49 +0000 (14:46 +0530)
commitbc2e60a69fead72cfff97ddccb4cca5ce75164a8
treeb18ed02bbbb926a6273941c6d5a2976c55086923
parent5cf9a264115da9b69a2cdbe43ea0e741844bfef6
OMAPDSS: RFBI: Configure dss_lcd_mgr_config struct with lcd manager parameters

Create a dss_lcd_mgr_config struct instance in RFBI. Fill up all the parameters
of the struct with configurations held by the panel, and the configurations
required by RFBI.

Use these to write to the DISPC registers. These direct register writes would be
later replaced by a function which applies the configuration using the shadow
register programming model.

Create function rfbi_config_lcd_manager() which fills up the mgr_config
parameters and writes to the DISPC regs.

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