commit | 5fb8b650cc1170f5e7a0f1a4ab3bb2042c007102 | [log] [tgz] |
---|---|---|
author | Philipp Zabel <p.zabel@pengutronix.de> | Tue Aug 13 14:39:50 2019 +0200 |
committer | Philipp Zabel <p.zabel@pengutronix.de> | Mon Aug 19 16:25:30 2019 +0200 |
tree | abba89342e8ef511b763724afbe33d1c0a420a18 | |
parent | de2564c70fcc1dfee89fff92eccba5a711a921cc [diff] |
gpu: ipu-v3: image-convert: bail on invalid tile sizes If we managed to create tiles sized 0x0 because of a bug in the seam calculation, return with an error message instead of letting the driver run into a division by zero later. Also check for tile sizes that are larger than supported by the hardware. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>