drm/i915: move hpd handling to (ibx|cpt)_irq_handler
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 12 Oct 2012 18:14:05 +0000 (20:14 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 17 Oct 2012 19:06:57 +0000 (21:06 +0200)
commit76e438303403f301f3509479b544e41518edd059
tree4b799f10c75f2e442e2a65c301e60127628ac560
parentecd8faeac4897619e6b26fbcdce62bb732d5a571
drm/i915: move hpd handling to (ibx|cpt)_irq_handler

Somehow this was left out in the refactoring that introduced the pch
handlers. Avoids a hotplug_mask special case in the ilk_irq_handler.

Noticed while hunting down the pch hotplug bits.

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