]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/bridge: add transparent bridge helper
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Sun, 3 Dec 2023 11:43:28 +0000 (14:43 +0300)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Mon, 4 Dec 2023 14:07:29 +0000 (16:07 +0200)
commit2a04739139b2b2761571e18937e2400e71eff664
treebc162276f72f8453be8519881195f8e947c47a98
parentaa041111311d35cb311543f43bc60b825b8cd109
drm/bridge: add transparent bridge helper

Define a helper for creating simple transparent bridges which serve the
only purpose of linking devices into the bridge chain up to the last
bridge representing the connector. This is especially useful for
DP/USB-C bridge chains, which can span across several devices, but do
not require any additional functionality from the intermediate bridges.

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20231203114333.1305826-2-dmitry.baryshkov@linaro.org
drivers/gpu/drm/bridge/Kconfig
drivers/gpu/drm/bridge/Makefile
drivers/gpu/drm/bridge/aux-bridge.c [new file with mode: 0644]
include/drm/bridge/aux-bridge.h [new file with mode: 0644]