From: Chris Wilson Date: Sat, 20 Jul 2013 19:27:08 +0000 (+0100) Subject: drm/i915: Add some debug breadcrumbs to connector detection X-Git-Tag: v3.12-rc1~136^2~129^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=164c8598450657d01fa75d6c997e95eb35672eef;p=pandora-kernel.git 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 Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed