]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Use GEN5_IRQ_INIT() in vlv_display_irq_postinstall()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 11 Apr 2016 13:56:28 +0000 (16:56 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 12 Apr 2016 16:08:32 +0000 (19:08 +0300)
commitd1e7113e3f1d43b551f6682a4da7e588f688dd4d
tree4e136f7b2fa1dd19ec026f5067531fd44882913d
parentf42330958edd3d060d9a1fa9c47f820ac904e515
drm/i915: Use GEN5_IRQ_INIT() in vlv_display_irq_postinstall()

Replace the hand rolled IMR/IER setup in vlv_display_irq_postinstall()
with GEN5_IRQ_INIT(). Also rename the iir_mask to enable_mask to avoid
consusion since we no longer deal with IIR here.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1460382992-28728-7-git-send-email-ville.syrjala@linux.intel.com
Reviewed-by: Imre Deak <imre.deak@intel.com>
drivers/gpu/drm/i915/i915_irq.c