]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: DISPC: fix check_horiz_timing_omap3 args
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 17 Mar 2015 13:31:09 +0000 (15:31 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 17 Jun 2015 12:38:43 +0000 (15:38 +0300)
commit32592c2637f61f438f0dca5176a89243e354a6d2
treeec49200adef717a40b7f2a4c3bb9ea83d3e2e076
parentfc51b9b5983a9555b7f4043cc2d36f7bf59426ef
OMAPDSS: DISPC: fix check_horiz_timing_omap3 args

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: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/omap2/dss/dispc.c