Re: [Intel-gfx] [PATCH 3/3] drm/i915: Collect aux ch vfunc setup into intel_dp_aux_init()

2018-02-20 Thread Rodrigo Vivi
On Tue, Feb 20, 2018 at 07:05:24PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Collect all the aux ch vfunc assignments into intel_dp_aux_init() > instead of having it spread around. Makes sense and seems cleaner and right. > > Signed-off-by: Ville Syrjälä Reviewed-by: Rodrigo Vivi

Re: [Intel-gfx] [PATCH 3/3] drm/i915: Collect aux ch vfunc setup into intel_dp_aux_init()

2018-02-20 Thread Chris Wilson
Quoting Ville Syrjala (2018-02-20 17:05:24) > From: Ville Syrjälä > > Collect all the aux ch vfunc assignments into intel_dp_aux_init() > instead of having it spread around. > > Signed-off-by: Ville Syrjälä Reviewed-by: Chris Wilson -Chris ___ Intel-

[Intel-gfx] [PATCH 3/3] drm/i915: Collect aux ch vfunc setup into intel_dp_aux_init()

2018-02-20 Thread Ville Syrjala
From: Ville Syrjälä Collect all the aux ch vfunc assignments into intel_dp_aux_init() instead of having it spread around. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_dp.c | 53 +++-- 1 file changed, 24 insertions(+), 29 deletions(-) diff --g