From: Paulo Zanoni Date: Thu, 21 Nov 2013 15:47:24 +0000 (-0200) Subject: drm/i915: do not assert DE_PCH_EVENT_IVB enabled X-Git-Tag: v3.14-rc1~47^2~44^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6806e63f48f819754f39e1f796e790b377fb6a89;p=pandora-kernel.git drm/i915: do not assert DE_PCH_EVENT_IVB enabled The current code was checking if all bits of "val" were enabled and DE_PCH_EVENT_IVB was disabled. The new code doesn't care about the state of DE_PCH_EVENT_IVB: it just checks if everything else is 1. The goal is that future patches may completely disable interrupts, and the LCPLL-disabling code shouldn't care about the state of DE_PCH_EVENT_IVB. Signed-off-by: Paulo Zanoni Reviewed-by: Rodrigo Vivi [danvet: I think the commit message is actually wrong in it's description of what the old test checked, but the new one seems sane. So meh.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed