From: Paulo Zanoni Date: Tue, 1 Apr 2014 17:55:11 +0000 (-0300) Subject: drm/i915: don't read cursor registers on powered down pipes X-Git-Tag: v3.15-rc1~51^2~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a23dc6584f2961b0888e24270a29d67a2f22a75b;p=pandora-kernel.git drm/i915: don't read cursor registers on powered down pipes At i915_display_info, don't call cursor_position() for a disabled CRTC, since the CRTC may be on a powered down pipe, and this will cause "Unclaimed register before interrupt" error messages. Testcase: igt/pm_pc8/debugfs-read Signed-off-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed