Re: [Intel-gfx] [PATCH] drm/i915/ehl: All EHL ports are combo phys (v2)

2019-04-02 Thread Lucas De Marchi
On Wed, Mar 20, 2019 at 2:20 PM Souza, Jose wrote: > > On Wed, 2019-03-20 at 14:15 -0700, Bob Paauwe wrote: > > Unlike ICL, all of the output ports are combo phys so just return > > true in intel_port_is_combophy for all EHL ports to indicate that. > > > > v2: Return false in intel_port_is_tc

Re: [Intel-gfx] [PATCH] drm/i915/ehl: All EHL ports are combo phys (v2)

2019-03-21 Thread kbuild test robot
Hi Bob, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on drm-intel/for-linux-next] [also build test WARNING on next-20190320] [cannot apply to v5.1-rc1] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [Intel-gfx] [PATCH] drm/i915/ehl: All EHL ports are combo phys (v2)

2019-03-21 Thread kbuild test robot
Hi Bob, Thank you for the patch! Yet something to improve: [auto build test ERROR on drm-intel/for-linux-next] [also build test ERROR on next-20190320] [cannot apply to v5.1-rc1] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [Intel-gfx] [PATCH] drm/i915/ehl: All EHL ports are combo phys (v2)

2019-03-20 Thread Souza, Jose
On Wed, 2019-03-20 at 14:15 -0700, Bob Paauwe wrote: > Unlike ICL, all of the output ports are combo phys so just return > true in intel_port_is_combophy for all EHL ports to indicate that. > > v2: Return false in intel_port_is_tc since no EHL ports are TC. > (Jose) Reviewed-by: José Roberto de

[Intel-gfx] [PATCH] drm/i915/ehl: All EHL ports are combo phys (v2)

2019-03-20 Thread Bob Paauwe
Unlike ICL, all of the output ports are combo phys so just return true in intel_port_is_combophy for all EHL ports to indicate that. v2: Return false in intel_port_is_tc since no EHL ports are TC. (Jose) Cc: Jose Souza Signed-off-by: Bob Paauwe Signed-off-by: Rodrigo Vivi ---