Re: [PATCH v3 3/4] drm/bridge: ti-sn65dsi86: Read EDID blob over DDC

2021-03-23 Thread Laurent Pinchart
Hi Doug, On Tue, Mar 23, 2021 at 12:07:27PM -0700, Doug Anderson wrote: > On Mon, Mar 22, 2021 at 8:17 PM Stephen Boyd wrote: > > > > Quoting Laurent Pinchart (2021-03-17 17:20:43) > > > Hi Stephen, > > > > > > Reviving a bit of an old thread, for a question. > > > > > > On Mon, Nov 02, 2020 at 1

Re: [PATCH v3 3/4] drm/bridge: ti-sn65dsi86: Read EDID blob over DDC

2021-03-23 Thread Doug Anderson
Hi, On Mon, Mar 22, 2021 at 8:17 PM Stephen Boyd wrote: > > Quoting Laurent Pinchart (2021-03-17 17:20:43) > > Hi Stephen, > > > > Reviving a bit of an old thread, for a question. > > > > On Mon, Nov 02, 2020 at 10:11:43AM -0800, Stephen Boyd wrote: > > > @@ -265,6 +267,23 @@ connector_to_ti_sn_b

Re: [PATCH v3 3/4] drm/bridge: ti-sn65dsi86: Read EDID blob over DDC

2021-03-22 Thread Stephen Boyd
Quoting Laurent Pinchart (2021-03-17 17:20:43) > Hi Stephen, > > Reviving a bit of an old thread, for a question. > > On Mon, Nov 02, 2020 at 10:11:43AM -0800, Stephen Boyd wrote: > > @@ -265,6 +267,23 @@ connector_to_ti_sn_bridge(struct drm_connector > > *connector) > > static int ti_sn_bridge

Re: [PATCH v3 3/4] drm/bridge: ti-sn65dsi86: Read EDID blob over DDC

2021-03-17 Thread Laurent Pinchart
Hi Stephen, Reviving a bit of an old thread, for a question. On Mon, Nov 02, 2020 at 10:11:43AM -0800, Stephen Boyd wrote: > Use the DDC connection to read the EDID from the eDP panel instead of > relying on the panel to tell us the modes. > > Reviewed-by: Douglas Anderson > Reviewed-by: Lauren

[PATCH v3 3/4] drm/bridge: ti-sn65dsi86: Read EDID blob over DDC

2020-11-02 Thread Stephen Boyd
Use the DDC connection to read the EDID from the eDP panel instead of relying on the panel to tell us the modes. Reviewed-by: Douglas Anderson Reviewed-by: Laurent Pinchart Cc: Jonas Karlman Cc: Jernej Skrabec Cc: Sean Paul Acked-by: Sam Ravnborg Signed-off-by: Stephen Boyd --- drivers/gpu