drm: vc4: Fix colour order for xRGB1555 on HVS5
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Fri, 3 Jun 2022 15:45:10 +0000 (16:45 +0100)
committerPhil Elwell <8911409+pelwell@users.noreply.github.com>
Mon, 6 Jun 2022 19:33:59 +0000 (20:33 +0100)
commitec3f4d441cb32a365f9f189c7aa0d9fbec5fe97f
treeae2a1128484ac37ed64a70050cce563458075e6b
parent46feb7d7241b3f568910a054c1c39a41ab515477
drm: vc4: Fix colour order for xRGB1555 on HVS5

Same as the xRGB8888 formats, HVS5 has managed to swap the colour
channels for the xRGB1555 formats as well. Add the relevant
config for pixel_order_hvs5.

Reported-by: vrazzer <teamvraz@pipmail.net>
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
drivers/gpu/drm/vc4/vc4_plane.c