OSDN Git Service

drm/i915: Use plane->name in debug prints
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 27 May 2016 17:59:20 +0000 (20:59 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 30 May 2016 14:01:37 +0000 (17:01 +0300)
commit72660ce0202601c092f83604326aa7cfd25b5a4d
treed62dd518d0eddfaa0bf0a23d20524aef0e6c4366
parent78108b7c0aeda8a764dc4c3d50e522b6bb7f358b
drm/i915: Use plane->name in debug prints

We have plane->name, so let's use that in debug messages instead
of just printing the more or less useless object ID.

v2: slap on a commit message

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1464371966-15190-3-git-send-email-ville.syrjala@linux.intel.com
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_display.c