Re: [PATCH 2/3] drm/i915: Include the AUX CH name in the debug messages

2020-01-27 Thread Ville Syrjälä
On Thu, Jan 23, 2020 at 09:19:04AM -0800, Matt Roper wrote: > On Thu, Jan 23, 2020 at 05:45:41PM +0200, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > To make it easier to figure out what caused a particular debug > > message let's print out aux->name. > > > > Signed-off-by: Ville Syrjälä

Re: [PATCH 2/3] drm/i915: Include the AUX CH name in the debug messages

2020-01-23 Thread Matt Roper
On Thu, Jan 23, 2020 at 05:45:41PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > To make it easier to figure out what caused a particular debug > message let's print out aux->name. > > Signed-off-by: Ville Syrjälä It might be worth adding commas to some of these messages too while

[PATCH 2/3] drm/i915: Include the AUX CH name in the debug messages

2020-01-23 Thread Ville Syrjala
From: Ville Syrjälä To make it easier to figure out what caused a particular debug message let's print out aux->name. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_dp.c | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git