]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite43fad9e22b144cd66ed751f2ced2da5b28beff9
treece5a4814f1f38e1cf8144a1d955ca3a08e882995
parentb200d786b8f808663090f16a7fd90e25b56c3b30
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