• T
    OMAPDSS: Fix writes to DISPC_POL_FREQ · d80e02ef
    Tomi Valkeinen 提交于
    When omapdss writes to DISPC_POL_FREQ register, it always ORs the bits
    with the current contents of the register, never clearing the old ones,
    causing wrong signal polarity settings.
    
    As we write all the bits in DISPC_POL_FREQ, we don't need to care about
    the current contents of the register. So fix the issue by constructing
    new register value from scratch.
    Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
    d80e02ef
dispc.c 94.4 KB