From: Paulo Zanoni Date: Tue, 7 Oct 2014 21:02:52 +0000 (-0300) Subject: drm/i915: properly reenable gen8 pipe IRQs X-Git-Tag: fixes-against-v3.18-rc2~18^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1180e20606fd7c5d76dc5b2a1594fa51ba5a0f31;p=pandora-kernel.git drm/i915: properly reenable gen8 pipe IRQs We were missing the pipe B/C vblank bits! Take a look at gen8_de_irq_postinstall for a comparison. This should fix a bunch of IGT tests. There are a few more things we could improve on this code, but this should be the minimal fix to unblock us. v2: s/extra_iir/extra_ier/ because IIR doesn't make sense (Ville) Bugzilla:https://bugs.freedesktop.org/show_bug.cgi?id=83640 Testcase: igt/* Cc: stable@vger.kernel.org Signed-off-by: Paulo Zanoni Reviewed-by: Ville Syrjälä Signed-off-by: Jani Nikula --- Reading git-diff-tree failed