[PATCH] drm/doc: describe PATH format for DP MST

Ville Syrjälä ville.syrjala at linux.intel.com
Tue Oct 24 13:37:45 UTC 2023


On Tue, Oct 24, 2023 at 04:12:34PM +0300, Pekka Paalanen wrote:
> On Tue, 24 Oct 2023 16:03:27 +0300
> Ville Syrjälä <ville.syrjala at linux.intel.com> wrote:
> 
> > On Tue, Oct 24, 2023 at 09:03:22AM +0000, Simon Ser wrote:
> > > On Tuesday, October 24th, 2023 at 09:36, Pekka Paalanen <ppaalanen at gmail.com> wrote:
> > >   
> > > > Are DP MST port numbers guaranteed to be tied to the physical hardware
> > > > configuration (e.g. how cables are connected) and therefore stable
> > > > across reboots? What about stable across kernel upgrades?
> > > > 
> > > > If I knew that, I could perhaps manufacture a stable identifier in
> > > > userspace by replacing the parent connector ID with a stable connector
> > > > designator.  
> > > 
> > > Hm, my assumption is that these are stable, but maybe that's also wrong?
> > > Ville, Dmitry, do you know whether the DP MST port numbers are
> > > guaranteed stable across reboots when retaining the exact same hardware
> > > configuration (not the software, maybe the user upgraded the kernel)?  
> > 
> > I suspect in practice those should remain the same as long as the
> > topology didn't change, but I don't think there's anything in the
> > DP spec that actually guarantees that (eg. some branch device
> > could in theory reshuffle its port numbers on a whim).
> > 
> > But there is no stable identifier for the corresponding SST
> > connector anyway so I don't know what you would even do with
> > stable port numbers.
> 
> You mean the index in the array of connectors exposed to userspace is
> not stable either for the root DP connector?

It just depends on the order the driver probes the outputs, which
could change when the code changes (or perhaps even across reboots
with the same kernel due to randomness in deferred probe?).

> 
> KMS device bus path + connector array index for hardwired connectors is
> what I've been imagining as stable enough for all end users.

I once posted a patch to add a path property to all connector
which could give you a more stable identifier. But IIRC the
discussion didn't really end in any kind of useful conclusion.

Seems to be this one:
https://lore.kernel.org/all/20190613184335.7970-1-ville.syrjala@linux.intel.com/

-- 
Ville Syrjälä
Intel


More information about the wayland-devel mailing list