drm/vc4: hdmi: Move XBAR setup to csc_setup
authorMaxime Ripard <maxime@cerno.tech>
Thu, 20 Jan 2022 15:16:16 +0000 (16:16 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Tue, 25 Jan 2022 09:02:41 +0000 (10:02 +0100)
commit0cbb53b283d325fb90c3ab39c300c085bb7ac2f8
tree4497e47036eba3c05cdb1ec8f4396e3df36951ed
parentdccb4d74e06dd7ef758e8dd69a5420d0f3a9fb9f
drm/vc4: hdmi: Move XBAR setup to csc_setup

On the BCM2711, the HDMI_VEC_INTERFACE_XBAR register configuration
depends on whether we're using an RGB or YUV output. Let's move that
configuration to the CSC setup.

Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20220120151625.594595-8-maxime@cerno.tech
drivers/gpu/drm/vc4/vc4_hdmi.c