Re: [Intel-gfx] [PATCH 8/9] drm/i915/bios: check port presence based on child device

2020-01-21 Thread Jani Nikula
On Fri, 17 Jan 2020, Ville Syrjälä wrote: > On Fri, Jan 17, 2020 at 05:28:23PM +0200, Jani Nikula wrote: >> On Fri, 17 Jan 2020, Ville Syrjälä wrote: >> > On Fri, Jan 17, 2020 at 05:12:38PM +0200, Ville Syrjälä wrote: >> >> On Fri, Jan 17, 2020 at 04:29:28PM +0200, Jani Nikula wrote: >> >> > Affe

Re: [Intel-gfx] [PATCH 8/9] drm/i915/bios: check port presence based on child device

2020-01-17 Thread Ville Syrjälä
On Fri, Jan 17, 2020 at 05:28:23PM +0200, Jani Nikula wrote: > On Fri, 17 Jan 2020, Ville Syrjälä wrote: > > On Fri, Jan 17, 2020 at 05:12:38PM +0200, Ville Syrjälä wrote: > >> On Fri, Jan 17, 2020 at 04:29:28PM +0200, Jani Nikula wrote: > >> > Affects only two calls in output setup, and ddi init

Re: [Intel-gfx] [PATCH 8/9] drm/i915/bios: check port presence based on child device

2020-01-17 Thread Jani Nikula
On Fri, 17 Jan 2020, Ville Syrjälä wrote: > On Fri, Jan 17, 2020 at 05:12:38PM +0200, Ville Syrjälä wrote: >> On Fri, Jan 17, 2020 at 04:29:28PM +0200, Jani Nikula wrote: >> > Affects only two calls in output setup, and ddi init will check the >> > features in more fine grained way. >> > >> > Thi

Re: [Intel-gfx] [PATCH 8/9] drm/i915/bios: check port presence based on child device

2020-01-17 Thread Ville Syrjälä
On Fri, Jan 17, 2020 at 05:13:25PM +0200, Ville Syrjälä wrote: > On Fri, Jan 17, 2020 at 05:12:38PM +0200, Ville Syrjälä wrote: > > On Fri, Jan 17, 2020 at 04:29:28PM +0200, Jani Nikula wrote: > > > Affects only two calls in output setup, and ddi init will check the > > > features in more fine grai

Re: [Intel-gfx] [PATCH 8/9] drm/i915/bios: check port presence based on child device

2020-01-17 Thread Ville Syrjälä
On Fri, Jan 17, 2020 at 05:12:38PM +0200, Ville Syrjälä wrote: > On Fri, Jan 17, 2020 at 04:29:28PM +0200, Jani Nikula wrote: > > Affects only two calls in output setup, and ddi init will check the > > features in more fine grained way. > > > > This will make future changes easier. > > > > Signed

Re: [Intel-gfx] [PATCH 8/9] drm/i915/bios: check port presence based on child device

2020-01-17 Thread Ville Syrjälä
On Fri, Jan 17, 2020 at 04:29:28PM +0200, Jani Nikula wrote: > Affects only two calls in output setup, and ddi init will check the > features in more fine grained way. > > This will make future changes easier. > > Signed-off-by: Jani Nikula > --- > drivers/gpu/drm/i915/display/intel_bios.c | 4

[Intel-gfx] [PATCH 8/9] drm/i915/bios: check port presence based on child device

2020-01-17 Thread Jani Nikula
Affects only two calls in output setup, and ddi init will check the features in more fine grained way. This will make future changes easier. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/display/intel_bios.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/gp