drm/mediatek: mtk_dpi: Create connector for bridges
authorHsin-Yi Wang <hsinyi@chromium.org>
Thu, 3 Dec 2020 08:24:45 +0000 (16:24 +0800)
committerChun-Kuang Hu <chunkuang.hu@kernel.org>
Thu, 4 Feb 2021 14:53:39 +0000 (22:53 +0800)
commitf011951489678a9c679489136f5df064a86c84dd
treec515741d280ae7b63f42e6fd1c998b25f5d76d2c
parentb59fa7a060b1194fc31413507b89e30fa29aea06
drm/mediatek: mtk_dpi: Create connector for bridges

Similar to commit a9d9fea74be2
("drm/mediatek: mtk_dsi: Create connector for bridges"):

Use the drm_bridge_connector helper to create a connector for pipelines
that use drm_bridge. This allows splitting connector operations across
multiple bridges when necessary, instead of having the last bridge in
the chain creating the connector and handling all connector operations
internally.

Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
drivers/gpu/drm/mediatek/mtk_dpi.c