]> 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)
commit51121c1d2e6fe0dd4234a6939b0d1e8a6fed8b3d
tree41647ce220da55ea18c4c9d5f1e72ba3b02665de
parent06a927671cfd78e27a6efbfa7a9f825359fcff7e
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