• Archit Taneja's avatar
    OMAPDSS: Add struct to hold LCD overlay manager configuration · c56fb3ef
    Archit Taneja authored
    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: default avatarArchit Taneja <archit@ti.com>
    c56fb3ef
dss.h 15.8 KB