From: Daniel Vetter Date: Thu, 11 Apr 2013 17:49:07 +0000 (+0200) Subject: drm/i915: move debug output back to the right place X-Git-Tag: v3.11-rc1~65^2~131^2~151 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3641d3f77bb9aea8442dc25018d651d3a348d76;p=pandora-kernel.git drm/i915: move debug output back to the right place When adding the pipe config computation step I've accidentally moved this a bit away. Which momentarily confused me since the pipe config step rejected some modesetting operations I expected and so left me looking in vain for that debug output. v2: Move the debug output into the right function to prevent this from happening again. v3: Make it compile (Ville). Also reorder the patch so that the two bugfixes are first. Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed