Skip to content
  • Archit Taneja's avatar
    OMAPDSS: Apply manager timings instead of direct DISPC writes · 41721163
    Archit Taneja authored
    
    
    Replace the function dispc_mgr_set_timings() with dss_mgr_set_timings() in the
    interface drivers. The latter function ensures that the timing related DISPC
    registers are configured according to the shadow register programming model.
    
    Remove the call to dispc_mgr_go() in dpi_set_timings() as the manager's go bit
    is set by dss_mgr_set_timings().
    
    Signed-off-by: default avatarArchit Taneja <archit@ti.com>
    41721163