Re: [Intel-gfx] [PATCH v3 00/22] drm/i915: Init DDI ports in VBT order

2023-05-25 Thread Kai-Heng Feng
On Wed, Feb 22, 2023 at 7:02 AM Ville Syrjala wrote: > > From: Ville Syrjälä > > I just wanted to init DDI ports in VBT child device order > without any up front assumptions about which conflicting > child device defition is valid. That is pretty much what > we need to do for the ADL laptops with

Re: [Intel-gfx] [PATCH v3 00/22] drm/i915: Init DDI ports in VBT order

2023-02-22 Thread Ville Syrjälä
On Wed, Feb 22, 2023 at 01:02:05AM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > I just wanted to init DDI ports in VBT child device order > without any up front assumptions about which conflicting > child device defition is valid. That is pretty much what > we need to do for the ADL lapt

[Intel-gfx] [PATCH v3 00/22] drm/i915: Init DDI ports in VBT order

2023-02-21 Thread Ville Syrjala
From: Ville Syrjälä I just wanted to init DDI ports in VBT child device order without any up front assumptions about which conflicting child device defition is valid. That is pretty much what we need to do for the ADL laptops with the phantom eDP vs. native HDMI on DDI B. However that approach d