drm/i915/bdw: make sure south port interrupts are enabled properly v2
authorJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 10 Jan 2014 21:13:09 +0000 (13:13 -0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 10 Jan 2014 21:35:15 +0000 (22:35 +0100)
commit09f2344d0896eb458a639b922224c7a202c11599
treebe2c2c51a57bb1cea5cd7c9bf13973b6f4c94bc1
parent7ad228b11ec26a820291c9f5a1168d6176580dc1
drm/i915/bdw: make sure south port interrupts are enabled properly v2

We were apparently relying on the defaults on BDW, which resulted in no
hotplug or AUX interrupts.  So be sure to call the ibx_irq_preinstall to
enable all interrupts.

v2: use preinstall instead of redundant SDIER write

References: https://bugs.freedesktop.org/show_bug.cgi?id=72834
References: https://bugs.freedesktop.org/show_bug.cgi?id=72833
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_irq.c