drm/i915: Print the pipe on which the vblank wait times out
authorDamien Lespiau <damien.lespiau@intel.com>
Mon, 18 Aug 2014 12:51:00 +0000 (13:51 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 3 Sep 2014 09:03:50 +0000 (11:03 +0200)
commit31e4b89acbd7b19c9a8557e6e660a583a0b97daa
treee210fa3d4d5b8ae905f9d20b1d0027fd94c76fc9
parent055e393fa3ade8cb91d8229f1c76ca9a7b23b8b3
drm/i915: Print the pipe on which the vblank wait times out

Improve the debug message that tells us we've been waiting for a vblank
that never arrived. Printing the pipe could lead a "doh!" moment where
we've been waiting for a vblank on a pipe that was off for instance.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Thomas Wood <thomas.wood@intel.com>
[danvet: Polish commit message a bit.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c