drm/i915/irq: move hotplug even debug print to second connector loop
authorJani Nikula <jani.nikula@intel.com>
Thu, 18 Jun 2015 10:06:13 +0000 (13:06 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 22 Jun 2015 12:59:24 +0000 (14:59 +0200)
commita0049865ea53df19a3f14128fa080719e8f4bdba
tree41647ce220da55ea18c4c9d5f1e72ba3b02665de
parent27c329ed16ddf5540151dfa9d22c584b819e0718
drm/i915/irq: move hotplug even debug print to second connector loop

The hotplug work function has two loops iterating over connectors, the
first for handling hotplug disabling due to irq storms and the second
for actually handling the hotplug events. Move the debug printing into
the second one, so we can abstract the storm handling better. This may
change the output ordering slightly when there are multiple simultaneous
hotplug events.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_irq.c