drm/i915: properly reenable gen8 pipe IRQs
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Tue, 7 Oct 2014 21:02:52 +0000 (18:02 -0300)
committerJani Nikula <jani.nikula@intel.com>
Wed, 8 Oct 2014 13:47:54 +0000 (16:47 +0300)
commit1180e20606fd7c5d76dc5b2a1594fa51ba5a0f31
treece5a4814f1f38e1cf8144a1d955ca3a08e882995
parent2e5416252af5239ddcd92bc858a494c1ca842778
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 <paulo.r.zanoni@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/i915_irq.c
This page took 0.033496 seconds and 5 git commands to generate.