<div dir="ltr"><font face="monospace">Hi Rob,<br><br>After some internal discussions, we decided to drop this series because the driver is trying to do runtime routing of the display signals, which is not supported by the current DRM system, even if we can describe the design in the device tree. I'm explaining our use case as a record, and I can follow up on the mtk_hdmi.c change if anyone is interested.<br><br>The more detailed schematics looks like:<br>   +----------+    +----------------+    +-----------+<br>   |   MTK    |    |                |    |   HDMI    |<br>   |   HDMI   +--->|    TS3DV642    +--->| connector |<br>   |  bridge  |    |                |    +-----------+<br>   +----------+    |                |<br>                   |    HDMI MUX    |    +-------------+<br>                   |                |    |  anx7688    |   +-----------+<br>   +----------+    |                |    |  HDMI to DP |   |  USB-C    |<br>   | cros EC  +--->|                +--->|  bridge     +-->| connector |<br>   +----------+    +----------------+    +-------------+   +-----------+<br><br>The TS3DV642 HDMI MUX is controlled by the CrOS EC to switch the HDMI signal between two output ports, and the generic-display-mux driver was trying to control the downstream bridges according to the GPIO status reported by EC. However, as far as I know, this kind of runtime routing is not supported by DRM.</font><div><font face="monospace"><br></font></div><div><font face="monospace">And, it can work fine if we only describe the following design in DT:<br><br>  +---------+   +-------------+   +-----------+<br>  |  MTK    |   |  anx7688    |   |  USB-C    |<br>  |  HDMI   +-->|  HDMI to DP +-->| connector |<br>  |  bridge |   |  bridge     |   +-----------+<br>  +---------+   +-------------+<br><br>This can work because the anx7688 driver won't reject any display modes when the DP lane count is 0 ([1]), which is true when the HDMI connector is used.<br><br>Thanks for your time for reviewing this series and sorry for not explaining everything clearly at the beginning.</font></div><div><font face="monospace"><br></font></div><div><font face="monospace">[1]: <a href="https://elixir.bootlin.com/linux/v6.2/source/drivers/gpu/drm/bridge/cros-ec-anx7688.c#L87">https://elixir.bootlin.com/linux/v6.2/source/drivers/gpu/drm/bridge/cros-ec-anx7688.c#L87</a><br><br>Regards,<br>Pin-yen</font><br></div></div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Feb 21, 2023 at 11:41 PM Rob Herring <<a href="mailto:robh@kernel.org">robh@kernel.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Sat, Feb 18, 2023 at 07:17:08PM +0800, Pin-yen Lin wrote:<br>
> Introduce a optional "ddc-i2c-bus" property for anx7688 bridge. This<br>
> allows the bridge to register a .get_edid callback.<br>
<br>
What's .get_edid? This is a binding and is independent of Linux.<br>
<br>
> <br>
> Signed-off-by: Pin-yen Lin <<a href="mailto:treapking@chromium.org" target="_blank">treapking@chromium.org</a>><br>
> ---<br>
> <br>
> Changes in v3:<br>
> - New in v3<br>
> <br>
>  .../bindings/display/bridge/google,cros-ec-anx7688.yaml      | 5 +++++<br>
>  1 file changed, 5 insertions(+)<br>
> <br>
> diff --git a/Documentation/devicetree/bindings/display/bridge/google,cros-ec-anx7688.yaml b/Documentation/devicetree/bindings/display/bridge/google,cros-ec-anx7688.yaml<br>
> index a44d025d33bd..9d5ce8172e88 100644<br>
> --- a/Documentation/devicetree/bindings/display/bridge/google,cros-ec-anx7688.yaml<br>
> +++ b/Documentation/devicetree/bindings/display/bridge/google,cros-ec-anx7688.yaml<br>
> @@ -25,6 +25,10 @@ properties:<br>
>      maxItems: 1<br>
>      description: I2C address of the device.<br>
>  <br>
> +  ddc-i2c-bus:<br>
> +    description: phandle link to the I2C controller used for DDC EDID probing<br>
> +    $ref: /schemas/types.yaml#/definitions/phandle<br>
> +<br>
<br>
No, this belongs in the connector node. The DDC signals are routed to <br>
the connector, not the bridge chip.<br>
<br>
Rob<br>
</blockquote></div>