Re: [Intel-gfx] [PATCH 1/3] drm/i915/ddi: Move DDI port detection to the corresponding helper

2018-12-21 Thread Jani Nikula
On Thu, 20 Dec 2018, Imre Deak wrote: > We have already a function to detect DDI ports using VBT, so instead of > opencoding the DDI specific version of this, move the opencoded part to > the existing helper. > > Cc: Jani Nikula > Cc: Mika Kahola > Signed-off-by: Imre Deak > --- > drivers/gpu/

[Intel-gfx] [PATCH 1/3] drm/i915/ddi: Move DDI port detection to the corresponding helper

2018-12-20 Thread Imre Deak
We have already a function to detect DDI ports using VBT, so instead of opencoding the DDI specific version of this, move the opencoded part to the existing helper. Cc: Jani Nikula Cc: Mika Kahola Signed-off-by: Imre Deak --- drivers/gpu/drm/i915/intel_bios.c| 9 + drivers/gpu/drm/