Skip to content

drivers:gpu:drm:mediatek:mtk_dsi.c: dsi-driver repaired to support bridges

Dietmar Muscholik requested to merge mtk-v5.15-seco_lvds into mtk-v5.15-seco
  • component_add() must be called by probe() to make things work at all
  • the determination of the next bridge has been moved from host_attach() to bridge_attach() because in host_attach() it is to late

Merge request reports