mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Alexander Stein <alexander.stein@ew.tq-group.com>
To: Gary Bisson <bisson.gary@gmail.com>,
	Luca Ceresoli <luca.ceresoli@bootlin.com>,
	dri-devel@lists.freedesktop.org
Cc: Andrzej Hajda <andrzej.hajda@intel.com>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Robert Foss <rfoss@kernel.org>,
	Laurent Pinchart <Laurent.pinchart@ideasonboard.com>,
	Jonas Karlman <jonas@kwiboo.se>,
	Jernej Skrabec <jernej.skrabec@gmail.com>,
	Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Maxime Ripard <mripard@kernel.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
	dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org,
	Esben Haabendal <esben@geanix.com>,
	Frieder Schrempf <frieder.schrempf@kontron.de>
Subject: Re: [PATCH 2/2] drm/bridge: ti-sn65dsi83: Fix problem with premature PLL locking
Date: Thu, 16 Jul 2026 11:32:37 +0200	[thread overview]
Message-ID: <3962826.kQq0lBPeGt@steina-w> (raw)
In-Reply-To: <48f6f55f-43fd-4355-88b9-d2e2d0e26d07@kontron.de>

Hi,

Am Mittwoch, 15. Juli 2026, 16:14:42 CEST schrieb Frieder Schrempf:
> On 15.07.26 15:52, Gary Bisson wrote:
> > Hi Esben and Luca,
> > 
> > On Wed, Jul 15, 2026 at 10:52:18AM +0200, Luca Ceresoli wrote:
> >> On Sat, 11 Jul 2026 13:51:15 +0200, Esben Haabendal <esben@geanix.com> wrote:
> >>
> >> Hi Esben,
> >>
> >> +Cc Gary
> >>
> >>> [...]
> >>>
> >>> This is the same issue as addressed in the patch by Gary Bisson [1],
> >>> but changing the ti-sn65dsi83 driver instead, so we don't have to change
> >>> all other drivers that could potentially be used with this chip.
> >>>
> >>> [1] https://lore.kernel.org/all/20260120-mtkdsi-v1-1-b0f4094f3ac3@gmail.com/
> >>
> >> AFAICU your patch would replace Gary's one. Also Gary's patch has been
> >> reported to introduce regressions but it hasn't been reverted yet. Can you
> >> reply to that thread mentioning your patch, so everybody in the discussion
> >> is aware of your alternative proposal?
> > 
> > Thanks for including me. I just tested this change and reverted my other
> > one (mtk_dsi) and confirm that it works on my Tungsten510 + SN65DSI83 +
> > tm070jdhg30 panel.
> > 
> > Tested-by: Gary Bisson <bisson.gary@gmail.com>
> > 
> > Note that the sn65dsi83 driver wasn't changed as I thought the PLL lock
> > in pre-enable was on purpose. It was introduced by Frieder with this
> > commit. Adding him to the thread to weigh in.
> > dd9e329af723 drm/bridge: ti-sn65dsi83: Fix enable/disable flow to meet spec
> 
> Thanks for the mention. This was introduced to keep the init order
> according to the datasheet. The DSI host first needs to put the DSI
> lanes into the correct state in its pre_enable(). Then the bridge needs
> to be enabled (including the PLL) in the pre_enable() of the bridge
> driver. Only after that the DSI host is allowed to stream data.
> 
> Moving the PLL init from pre_enable() to enable() probably violates this
> order. In the past this lead to sporadic issues with some hardware
> setups (depending on the display and the DSI host). Some of this is also
> described in the docs: [1]
> 
> So from the first glance, I would assume this issue needs to be fixed in
> the DSI host driver.
> 
> [1]
> https://docs.kernel.org/gpu/drm-kms-helpers.html#mipi-dsi-bridge-operation

This link says
> Ordinarily the downstream bridge DSI peripheral pre_enable will have been
> called before the DSI host. If the DSI peripheral requires LP-11 and/or the
> clock lane to be in HS mode prior to pre_enable, then it can set the
> pre_enable_prev_first flag to request the pre_enable (and post_disable)
> order to be altered to enable the DSI host first.

So IIRC if pre_enable() already requires LP-11 on data and HS on clock,
pre_enable_prev_first should be true then.

Best regards,
Alexander
-- 
TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany
Amtsgericht München, HRB 105018
Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider
http://www.tq-group.com/



  reply	other threads:[~2026-07-16  9:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-11 11:51 [PATCH 0/2] drm/bridge: ti-sn65dsi83: Various fixes Esben Haabendal
2026-07-11 11:51 ` [PATCH 1/2] drm/bridge: ti-sn65dsi83: Support LVDS Channel B on SN65DSI84 Esben Haabendal
2026-07-15  8:52   ` Luca Ceresoli
2026-07-11 11:51 ` [PATCH 2/2] drm/bridge: ti-sn65dsi83: Fix problem with premature PLL locking Esben Haabendal
2026-07-15  8:52   ` Luca Ceresoli
2026-07-15 13:52     ` Gary Bisson
2026-07-15 14:14       ` Frieder Schrempf
2026-07-16  9:32         ` Alexander Stein [this message]
2026-07-16  9:38           ` Frieder Schrempf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3962826.kQq0lBPeGt@steina-w \
    --to=alexander.stein@ew.tq-group.com \
    --cc=Laurent.pinchart@ideasonboard.com \
    --cc=airlied@gmail.com \
    --cc=andrzej.hajda@intel.com \
    --cc=bisson.gary@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=esben@geanix.com \
    --cc=frieder.schrempf@kontron.de \
    --cc=jernej.skrabec@gmail.com \
    --cc=jonas@kwiboo.se \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luca.ceresoli@bootlin.com \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=neil.armstrong@linaro.org \
    --cc=rfoss@kernel.org \
    --cc=simona@ffwll.ch \
    --cc=tzimmermann@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome