]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: also use GEN5_IRQ_INIT with south display interrupts
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Tue, 1 Apr 2014 18:37:10 +0000 (15:37 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 1 Apr 2014 21:06:05 +0000 (23:06 +0200)
commit0bda1cf739e657ebfdde41b723e8a3a21efed6a3
tree77b77f0a89f61832555037334caad7eb3522cbfa
parenta9d356a6b8480950d3e4bf49c89c003d87692a18
drm/i915: also use GEN5_IRQ_INIT with south display interrupts

This interrupt gets initialized with a different IER value, so it was
not using the macro. The problem is that we plan to modify the macro
to make it do additional things, and we want the SDE interrupts
updated too. So let's make sure we call the macro, then, after it, we
do the necessary SDE-specific changes.

Reviewed-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_irq.c