mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-11 23:48:08 +09:00
This reverts commite351e4d5ea("drm/bridge: Add the necessary bits to support bus format negotiation"). Commit6ed7e9625f("drm/bridge: Add a drm_bridge_state object") introduced a circular dependency between drm.ko and drm_kms_helper.ko which uncovered a misdesign in how the whole thing was implemented. Let's revert all patches depending on the bridge_state infrastructure for now. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Acked-by: Neil Armstrong <narmstrong@baylibre.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200107185807.606999-3-boris.brezillon@collabora.com