drm/vc4: dsi: Remove splitting the bridge chain from the driver
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Wed, 7 Dec 2022 10:22:46 +0000 (11:22 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Thu, 15 Dec 2022 07:57:17 +0000 (08:57 +0100)
commitf79522e438897b34b7bc7d068bc8b355c99d709a
tree90965abee34a4f728237798dd35b7e70783458af
parentc9a396cf6094dd83892c9932582b4b9801254daf
drm/vc4: dsi: Remove splitting the bridge chain from the driver

Splitting the bridge chain fails for atomic bridges as the
framework can't add the relevant state in
drm_atomic_add_encoder_bridges.
The chain was split because we needed to power up before
calling pre_enable, but that is now done in mode_set, and will
move into the framework.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
Link: https://lore.kernel.org/r/20221207-rpi-dsi-bridge-v1-3-8f68ee0b0adb@cerno.tech
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
drivers/gpu/drm/vc4/vc4_dsi.c