]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1ca09538fdeafd38f520038c536ea06a19fc76e7
tree41647ce220da55ea18c4c9d5f1e72ba3b02665de
parent5ce4a6ed5ee20cba44ac3fa26af234675df2fe3a
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