]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc6e39caa7ef3d4972c82545727cb225cdb0a404c
tree4b799f10c75f2e442e2a65c301e60127628ac560
parent93538a3dd8fd83a0b93d7fa7968a8a2c14dd9ec0
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