]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7ebb65d30036095ec2fc1b8b3952db3121a55bf2
treec515741d280ae7b63f42e6fd1c998b25f5d76d2c
parent62a370276b6075bf7e88ecc20be13e89db93e38f
drm/mediatek: mtk_dpi: Create connector for bridges

Similar to commit c8516d4f090a
("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