From: Li Peng Date: Wed, 27 Jan 2010 17:05:09 +0000 (+0800) Subject: drm/i915: don't trigger ironlake vblank interrupt at irq install X-Git-Tag: v2.6.33-rc7~2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=643ced9b0b4810b5725910667604f1a373f30f2f;p=pandora-kernel.git drm/i915: don't trigger ironlake vblank interrupt at irq install Zhenyu noticed that the ironlake vblank enabling patch has one issue that it will trigger vblank starting from irq postinstall, this isn't necessary. This patch addresses this issue by only adding the vblank into DEIER but mask them in DEIMR, so that it won't trigger vblank interrupt at irq install. Signed-off-by: Li Peng Acked-by: Zhenyu Wang Signed-off-by: Eric Anholt --- Reading git-diff-tree failed