Re: [PATCH 2/4] drm/dp: Add a way to init/add a connector in separate steps

2024-11-18 Thread Imre Deak
On Mon, Nov 18, 2024 at 02:09:29PM +0200, Jani Nikula wrote: > On Fri, 15 Nov 2024, Imre Deak wrote: > > Atm when the connector is added to the drm_mode_config::connector_list, > > the connector may not be fully initialized yet. This is not a problem > > for user space, which will see the connecto

Re: [PATCH 2/4] drm/dp: Add a way to init/add a connector in separate steps

2024-11-18 Thread Jani Nikula
On Fri, 15 Nov 2024, Imre Deak wrote: > Atm when the connector is added to the drm_mode_config::connector_list, > the connector may not be fully initialized yet. This is not a problem > for user space, which will see the connector only after it's registered > later, it could be a problem for in-ke

Re: [PATCH 2/4] drm/dp: Add a way to init/add a connector in separate steps

2024-11-15 Thread Rodrigo Vivi
On Fri, Nov 15, 2024 at 06:41:57PM +0200, Imre Deak wrote: > Atm when the connector is added to the drm_mode_config::connector_list, > the connector may not be fully initialized yet. This is not a problem > for user space, which will see the connector only after it's registered > later, it could be

[PATCH 2/4] drm/dp: Add a way to init/add a connector in separate steps

2024-11-15 Thread Imre Deak
Atm when the connector is added to the drm_mode_config::connector_list, the connector may not be fully initialized yet. This is not a problem for user space, which will see the connector only after it's registered later, it could be a problem for in-kernel users looking up connectors via the above