drm/i915: Include the AUX CH name in the debug messages
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 23 Jan 2020 15:45:41 +0000 (17:45 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 27 Jan 2020 16:02:59 +0000 (18:02 +0200)
commit264c0247d8889124ec8aa08b03cc2bdb2544e249
treedcce8907ebe931c129d3f4668cd7d9ba54b0d0f9
parentac0e331a628b5ded087eab09fad2ffb082ac61ba
drm/i915: Include the AUX CH name in the debug messages

To make it easier to figure out what caused a particular debug
message let's print out aux->name.

v2: Rebase for drm_err() & co.
    Add some punctuation to the messages (Matt)

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200123154542.12271-2-ville.syrjala@linux.intel.com
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
drivers/gpu/drm/i915/display/intel_dp.c