From: Daniel Vetter Date: Tue, 28 May 2013 10:05:54 +0000 (+0200) Subject: drm/i915: add basic pipe config dump support X-Git-Tag: v3.11-rc1~65^2~105^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0b0341121f2e2b329e60986aee766e4d1d80fde;p=pandora-kernel.git drm/i915: add basic pipe config dump support All this pipe config abstraction adds another layer of complexity, so it's good to have better visibility into what's going on exactly. Doesn't dump out everything yet, and some bits are a bit duplicated but this should be a good start. Note that at boot-up a lot of the fields are 0 even for enabled pipes, this is simply because our hw state readout code doesn't support everything. v2: Remove a few more now redudant debug output lines. v3: Review from Paulo - use transcoder_name - fix up format specifiers - add missing ':' in debug output Cc: Paulo Zanoni Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed