[Intel-gfx] [PATCH 1/3] drm/i915: Make number of ddi ports explicit.

2018-10-26 Thread Rodrigo Vivi
Instead of a simple bool that shows if we have ddi ports or not, let's highlight the number of ddi ports. So we can use this information to determine the code path instead of using platforms codenames. v2: s/ddi_ports/num_ddi_ports (Ville) Cc: Ville Syrjälä Signed-off-by: Rodrigo Vivi ---

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Make number of ddi ports explicit.

2018-10-22 Thread Ville Syrjälä
On Fri, Oct 19, 2018 at 01:19:43PM -0700, Rodrigo Vivi wrote: > Instead of a simple bool that shows if we have ddi ports > or not, let's highlight the number of ddi ports. > > So we can use this information to determine the code > path instead of using platforms codenames. > > Signed-off-by:

[Intel-gfx] [PATCH 1/3] drm/i915: Make number of ddi ports explicit.

2018-10-19 Thread Rodrigo Vivi
Instead of a simple bool that shows if we have ddi ports or not, let's highlight the number of ddi ports. So we can use this information to determine the code path instead of using platforms codenames. Signed-off-by: Rodrigo Vivi --- drivers/gpu/drm/i915/i915_drv.h | 2 +-