OSDN Git Service

drm/mediatek: mtk_dsi: Create connector for bridges
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>
Mon, 15 Jun 2020 20:31:08 +0000 (22:31 +0200)
committerChun-Kuang Hu <chunkuang.hu@kernel.org>
Sun, 5 Jul 2020 00:06:28 +0000 (08:06 +0800)
commita9d9fea74be285a2885d8f3395042cc4dde27e6a
tree53b55c8f48d60e636d0f49737b98aa699219d034
parent2dd8075d21857b838f8223879f4b845e4a171fd4
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: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
drivers/gpu/drm/mediatek/mtk_dsi.c