gpu: ipu-v3: ipu-ic: Fix saturation bit offset in TPMEM
authorSteve Longerbeam <slongerbeam@gmail.com>
Wed, 22 May 2019 01:03:13 +0000 (18:03 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Jul 2019 05:28:41 +0000 (07:28 +0200)
commit3ee5a2fb29de0be33bc7391d67092719a7e6586f
treefea7d12a1535844151262b213dfe380e1380c1c9
parente30e6c09d26021ed95ade1675efb0191292517ec
gpu: ipu-v3: ipu-ic: Fix saturation bit offset in TPMEM

commit 3d1f62c686acdedf5ed9642b763f3808d6a47d1e upstream.

The saturation bit was being set at bit 9 in the second 32-bit word
of the TPMEM CSC. This isn't correct, the saturation bit is bit 42,
which is bit 10 of the second word.

Fixes: 1aa8ea0d2bd5d ("gpu: ipu-v3: Add Image Converter unit")

Signed-off-by: Steve Longerbeam <slongerbeam@gmail.com>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Cc: stable@vger.kernel.org
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/ipu-v3/ipu-ic.c