drm/i915: Add some debug breadcrumbs to connector detection
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 20 Jul 2013 19:27:08 +0000 (20:27 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 24 Jul 2013 08:37:07 +0000 (10:37 +0200)
commit164c8598450657d01fa75d6c997e95eb35672eef
tree90e051f45be44b438b7313a1ab0d5fec05e9f0d0
parentd8fc8a47105bc744000cec280269e1054921f8d6
drm/i915: Add some debug breadcrumbs to connector detection

Try to decypher detection failures is a little tricker at the moment as
the only indicator of progress is when output_poll_execute() tells us
the result after the connector->detect() has run. This patch adds a
telltale to the start of each detect function so that we can track
progress and associate activity more clearly with each connector.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_crt.c
drivers/gpu/drm/i915/intel_dp.c
drivers/gpu/drm/i915/intel_dvo.c
drivers/gpu/drm/i915/intel_hdmi.c
drivers/gpu/drm/i915/intel_lvds.c
drivers/gpu/drm/i915/intel_sdvo.c
drivers/gpu/drm/i915/intel_tv.c