]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Introduce intel_hpd_hotplug_irqs()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 30 Jun 2020 21:56:00 +0000 (00:56 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 15 Sep 2020 15:01:35 +0000 (18:01 +0300)
commitcde4188278716c71e204b8dd4bbdb706aa5e0f15
tree488d1e6d57aedd394b80be216267089783fcb416
parentb5b68e950bc033d0589e4ca9ab5bb42e82616cf4
drm/i915: Introduce intel_hpd_hotplug_irqs()

Introduce intel_hpd_hotplug_irqs() as a partner to
intel_hpd_enabled_irqs(). There's no need to care about the
encoders which we're not exposing, so we can avoid hardcoding
the masks in various places.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200630215601.28557-12-ville.syrjala@linux.intel.com
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
drivers/gpu/drm/i915/i915_irq.c