]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00290659 IPUv3: Fix a flashing vert. line when downsizing 1080i to 300x400.
authorOliver Brown <oliver.brown@freescale.com>
Wed, 19 Feb 2014 23:32:48 +0000 (17:32 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 20 Aug 2014 08:06:56 +0000 (10:06 +0200)
commitf038347edb010863c8f03c6e0547c405ab623693
tree50865596f94ebbdc0f6c7b23d8f5b897892afef0
parent248495de78cc1fb0b8902392bce1ebba2d84cdb8
ENGR00290659 IPUv3: Fix a flashing vert. line when downsizing 1080i to 300x400.

When split mode deinterlacing is the ipu_calc_stripes_sizes() was failing due
to an unnecessary test. Added logic to use the maximal_stripe_width only if
the flag parameter has the bit 0 clear for not equal stripe sizes.

Signed-off-by: Oliver Brown <oliver.brown@freescale.com>
drivers/mxc/ipu3/ipu_calc_stripes_sizes.c