• Archit Taneja's avatar
    OMAPDSS: Displays: Add locking in generic DPI panel driver · e19d659b
    Archit Taneja authored
    The generic DPI panel driver doesn't currently have locking to ensure that
    the display states and the driver data is maintained correctly. Add mutex
    locking to take care of this. Add a new get_timings driver op to override the
    default get_timings op. The new driver op contains locking to ensure the correct
    panel timings are seen when a DSS2 user calls device->driver->get_timings.
    Signed-off-by: default avatarArchit Taneja <archit@ti.com>
    e19d659b
panel-generic-dpi.c 15.9 KB