drm/vc4: hdmi: Correct CSC setup for YCbCr4:4:4
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Mon, 14 Nov 2022 19:30:27 +0000 (19:30 +0000)
committerPhil Elwell <8911409+pelwell@users.noreply.github.com>
Thu, 12 Jan 2023 18:05:01 +0000 (18:05 +0000)
commitf52e9005a72fa8cc6b34b4cec3150411bef7aa24
treeb29c20aa4fd6c7c76fe4f0452e4824dbed9b83eb
parent8ea2a2c47001d3d195ba311ebc0068f59315c00c
drm/vc4: hdmi: Correct CSC setup for YCbCr4:4:4

The CSC requires the coefficients to be swapped around for
4:4:4 mode, but the swap was incorrectly defined.

Correct the swap.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
drivers/gpu/drm/vc4/vc4_hdmi.c