]> git.baikalelectronics.ru Git - kernel.git/commit
drm/bridge: ti-sn65dsi86: Avoid creating multiple connectors
authorRob Clark <robdclark@chromium.org>
Wed, 11 Aug 2021 23:52:47 +0000 (16:52 -0700)
committerDouglas Anderson <dianders@chromium.org>
Thu, 12 Aug 2021 16:56:09 +0000 (09:56 -0700)
commit2f2dd2dbd7396d04c1c6f39ae5431e91b79a1278
treecdaa38df6604e91c12e0ebb98e591d30d25f87e0
parentf61a86a676f2595c4b12b1a79346d88667e8fb92
drm/bridge: ti-sn65dsi86: Avoid creating multiple connectors

If we created our own connector because the driver does not support the
NO_CONNECTOR flag, we don't want the downstream bridge to *also* create
a connector.  And if this driver did pass the NO_CONNECTOR flag (and we
supported that mode) this would change nothing.

Fixes: 789f9a5b480d ("drm/bridge: ti-sn65dsi86: Wrap panel with panel-bridge")
Reported-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Rob Clark <robdclark@chromium.org>
Tested-by: Stephen Boyd <swboyd@chromium.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Tested-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210811235253.924867-2-robdclark@gmail.com
drivers/gpu/drm/bridge/ti-sn65dsi86.c