]> git.baikalelectronics.ru Git - kernel.git/commit
drm/bridge: Document the probe issue with MIPI-DSI bridges
authorMaxime Ripard <maxime@cerno.tech>
Fri, 10 Sep 2021 10:11:56 +0000 (12:11 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Fri, 24 Sep 2021 17:25:23 +0000 (19:25 +0200)
commitf8bdc80bac9aa9525411bc1ad45f4cc061d3ecaf
tree3a852d9cb3145b5fdbbe598f514c015a72b1565a
parentd78b44dd796fcf0cfd23e5c8eddaf847639fd13d
drm/bridge: Document the probe issue with MIPI-DSI bridges

Interactions between bridges, panels, MIPI-DSI host and the component
framework are not trivial and can lead to probing issues when
implementing a display driver. Let's document the various cases we need
too consider, and the solution to support all the cases.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210910101218.1632297-3-maxime@cerno.tech
Documentation/gpu/drm-kms-helpers.rst
drivers/gpu/drm/drm_bridge.c