From: Daniel Vetter Date: Wed, 17 Oct 2012 09:32:56 +0000 (+0200) Subject: drm/i915: don't save/restore irq regs for kms X-Git-Tag: v3.8-rc1~82^2~192^2~178 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=905c27bb0de30dab178a54c06dc284177e24088a;p=pandora-kernel.git drm/i915: don't save/restore irq regs for kms We already call drm_irq_install/uninstall at the right time, which will set up the irq registers with the correct values (through the preinstall hooks). For kms this is at best harmless, in the worst case we get an interrupt when we don't really expect it. v2: Fixup the logic, noticed by Paulo Zanoni. Reviewed-by: Paulo Zanoni Tested-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed