From: Imre Deak Date: Fri, 18 Apr 2014 12:55:04 +0000 (+0300) Subject: drm/i915: add missing error capturing of the PIPESTAT reg X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~56^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f301b1e116396804c6fcd4a33eb4477a24e0a3b8;p=pandora-kernel.git drm/i915: add missing error capturing of the PIPESTAT reg While checking the error capture path I noticed that we lacked the power domain-on check for PIPESTAT so fix this by moving that to where the rest of pipe registers are captured. The move also revealed that we actually don't include this register in the error report, so fix that too. v2: - patch introduced in v2 of the patchset v3: - add back !HAS_PCH_SPLIT check (Ville) [ Ignore my previous comment about the gen<=5 || vlv check, I realized that it's the same as !HAS_PCH_SPLIT. ] Signed-off-by: Imre Deak Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed