]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915: Clean up gen3 hotplug irq setup
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 27 Sep 2024 14:35:43 +0000 (17:35 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 1 Oct 2024 15:31:43 +0000 (18:31 +0300)
commit3bda3b66be2519a8af6f26d9e69335070212d2c6
treeb876b8359421946aa0efc3da9dc996368c3789f8
parent8f6b856ebe7f1f35c10fb6ccddd4f7a7d66e317a
drm/i915: Clean up gen3 hotplug irq setup

For the "always on/unmasked" interrupts we initialize
dev_priv->irq_mask first, then enable_mask. Follow the
same order for the hotplug interrupt so that things are
a bit less confusing.

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