drm/meson: remove useless recursive components matching
authorNeil Armstrong <narmstrong@baylibre.com>
Wed, 20 Oct 2021 12:39:43 +0000 (14:39 +0200)
committerNeil Armstrong <narmstrong@baylibre.com>
Fri, 12 Nov 2021 09:07:12 +0000 (10:07 +0100)
commitd235a7c426b1a4867d2db8f640b46843251edd26
treee32b7ccb4032dc67be64c44d5e0665c7a759b3b3
parent7cd70656d1285b79c001f041a017fcfee4292ff9
drm/meson: remove useless recursive components matching

The initial design was recursive to cover all port/endpoints, but only the first layer
of endpoints should be covered by the components list.
This also breaks the MIPI-DSI init/bridge attach sequence, thus only parse the
first endpoints instead of recursing.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211020123947.2585572-3-narmstrong@baylibre.com
drivers/gpu/drm/meson/meson_drv.c