drm/i915: split i915_driver_modeset_remove() to pre/post irq uninstall
authorJani Nikula <jani.nikula@intel.com>
Fri, 14 Feb 2020 13:50:58 +0000 (15:50 +0200)
committerJani Nikula <jani.nikula@intel.com>
Wed, 19 Feb 2020 13:16:30 +0000 (15:16 +0200)
commitf20a60fb7aef3f5aecee4a9c30e36ee3e518fa16
treeb30e5fd83a5eaea399dfabe95db1a4e7c4b8d097
parent93a0ed6cc164bad2bc9afcf1d06186f8425020af
drm/i915: split i915_driver_modeset_remove() to pre/post irq uninstall

Push irq uninstall further up, by splitting i915_driver_modeset_remove()
to two, the part with working irqs before irq uninstall, and the part
after irq uninstall. No functional changes.

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200214135058.7580-2-jani.nikula@intel.com
drivers/gpu/drm/i915/i915_drv.c