gpu: ipu-v3: Restore RGB32, BGR32
authorSteve Longerbeam <slongerbeam@gmail.com>
Wed, 17 Jun 2020 22:40:36 +0000 (15:40 -0700)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 20 Jul 2020 13:16:05 +0000 (15:16 +0200)
commit22b2cfad752d4b278ea7c38c0ee961ca50198ce8
tree29bb53dfd8d404b79c63e2347c069e63858fcf2e
parent3b2a999582c467d1883716b37ffcc00178a13713
gpu: ipu-v3: Restore RGB32, BGR32

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>
drivers/gpu/ipu-v3/ipu-common.c