]> asedeno.scripts.mit.edu Git - linux.git/commit
gpu: ipu-v3: image-convert: only sample into the next tile if necessary
authorPhilipp Zabel <p.zabel@pengutronix.de>
Wed, 14 Aug 2019 08:53:30 +0000 (10:53 +0200)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 19 Aug 2019 14:25:30 +0000 (16:25 +0200)
commit4d24376370fbfc87231d54434a683f2913abcce4
treec8b4714f70c5cbebb147adb58c3a71d054506d1a
parentfbefb84dd142c7d75232ae9d446ae36829c2dc97
gpu: ipu-v3: image-convert: only sample into the next tile if necessary

The first pixel of the next tile is only sampled by the hardware if the
fractional input position corresponding to the last written output pixel
is not an integer position.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/gpu/ipu-v3/ipu-image-convert.c