diff options
author | Steve Longerbeam <slongerbeam@gmail.com> | 2019-06-11 18:16:57 -0700 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2019-06-14 14:06:16 +0200 |
commit | 912bbf7e9ca422099935dd69d3ff0fd62db24882 (patch) | |
tree | 043ac031cca36f1a02054d3ae891ca57363cebeb /arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts | |
parent | bca4d70cf1b8f6478a711c448a3a1e47b794b162 (diff) | |
download | linux-912bbf7e9ca422099935dd69d3ff0fd62db24882.tar.bz2 |
gpu: ipu-v3: image-convert: Fix image downsize coefficients
The output of the IC downsizer unit in both dimensions must be <= 1024
before being passed to the IC resizer unit. This was causing corrupted
images when:
input_dim > 1024, and
input_dim / 2 < output_dim < input_dim
Some broken examples were 1920x1080 -> 1024x768 and 1920x1080 ->
1280x1080.
Fixes: 70b9b6b3bcb21 ("gpu: ipu-v3: image-convert: calculate per-tile
resize coefficients")
Signed-off-by: Steve Longerbeam <slongerbeam@gmail.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts')
0 files changed, 0 insertions, 0 deletions