drm/vc4: txp: Initialise the CRTC before the encoder and connector
authorMaxime Ripard <maxime@cerno.tech>
Wed, 23 Nov 2022 15:25:58 +0000 (16:25 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 28 Nov 2022 10:51:07 +0000 (11:51 +0100)
commit5676105188f8931c838342f2827ed9c3bd8593d7
tree393291bf0246acfbe4572bee2054564260c781b4
parentb998eb4fda0087f64bd068af758ae611188c7c9e
drm/vc4: txp: Initialise the CRTC before the encoder and connector

It makes more sense to register the CRTC before the encoder and
connectors, so let's move our call around.

Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20221123-rpi-kunit-tests-v1-16-051a0bb60a16@cerno.tech
drivers/gpu/drm/vc4/vc4_txp.c