• Tomi Valkeinen's avatar
    OMAPDSS: DISPC: fix check_horiz_timing_omap3 args · f5a73482
    Tomi Valkeinen authored
    After calculating the required decimation for scaling, the dispc driver
    checks once more if the resulting configuration is valid by calling
    check_horiz_timing_omap3().
    
    Earlier calls to this function have correctly used in_width and
    in_height as parameters, but the last call uses width and height. This
    causes the driver to possibly reject scaling that would work.
    
    This patch fixes the parameters.
    Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
    f5a73482
dispc.c 99.1 KB