gpu: ipu-v3: Restore RGB32, BGR32
authorSteve Longerbeam <slongerbeam@gmail.com>
Wed, 17 Jun 2020 22:40:36 +0000 (15:40 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Aug 2020 06:23:56 +0000 (08:23 +0200)
commit09d89bf0e0be4593a31250b8b72b045fba4e5bad
treee0a4e06abb464055f303a4ef6ae5fc2a1b093d0b
parent004ff658bef7cb6463877e8b73399da593ce68a4
gpu: ipu-v3: Restore RGB32, BGR32

[ Upstream commit 22b2cfad752d4b278ea7c38c0ee961ca50198ce8 ]

RGB32 and BGR32 formats were inadvertently removed from the switch
statement in ipu_pixelformat_to_colorspace(). Restore them.

Fixes: a59957172b0c ("gpu: ipu-v3: enable remaining 32-bit RGB V4L2 pixel formats")
Signed-off-by: Steve Longerbeam <slongerbeam@gmail.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/ipu-v3/ipu-common.c