• Archit Taneja's avatar
    OMAPDSS: RFBI: Configure dss_lcd_mgr_config struct with lcd manager parameters · bc2e60a6
    Archit Taneja authored
    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: default avatarArchit Taneja <archit@ti.com>
    bc2e60a6
rfbi.c 23.5 KB