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

2018-11-13 Thread Imre Deak
On Mon, Nov 12, 2018 at 06:45:02PM -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 checks for combo phy ports the same way everywhere. > > v2: define

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

2018-11-12 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 checks for combo phy ports the same way everywhere. v2: define for_each_combo_port() helper to check the ports Signed-off-by: Lucas De Marchi --- v2 of