]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2d6bcc80b6e00559301f18c9ca66ebf7610d6c83
treedcce8907ebe931c129d3f4668cd7d9ba54b0d0f9
parentcc087c08bca92d690fddb9dcf826d9b32285f4b4
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