Re: [Intel-gfx] [PATCH] drm/i915/icl: replace check for combo phy

2018-11-12 Thread Lucas De Marchi
On 11/8/18 4:06 PM, Imre Deak wrote: On Thu, Nov 08, 2018 at 03:34:39PM -0800, Lucas De Marchi wrote: These are the only places that assume ports A and B are the ones with combo phy. Let's use intel_port_is_combophy() there to make sure it check for combo phy ports the same way everywhere.

Re: [Intel-gfx] [PATCH] drm/i915/icl: replace check for combo phy

2018-11-08 Thread Imre Deak
On Thu, Nov 08, 2018 at 03:34:39PM -0800, Lucas De Marchi wrote: > These are the only places that assume ports A and B are the ones with > combo phy. Let's use intel_port_is_combophy() there to make sure > it check for combo phy ports the same way everywhere. > > Signed-off-by: Lucas De Marchi

[Intel-gfx] [PATCH] drm/i915/icl: replace check for combo phy

2018-11-08 Thread Lucas De Marchi
These are the only places that assume ports A and B are the ones with combo phy. Let's use intel_port_is_combophy() there to make sure it check for combo phy ports the same way everywhere. Signed-off-by: Lucas De Marchi --- drivers/gpu/drm/i915/intel_combo_phy.c | 4 ++-- 1 file changed, 2