]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: convert the IRQ initialization functions to intel_uncore
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Wed, 10 Apr 2019 23:53:43 +0000 (16:53 -0700)
committerPaulo Zanoni <paulo.r.zanoni@intel.com>
Tue, 16 Apr 2019 21:23:47 +0000 (14:23 -0700)
commit65f42cdc6e654543a769a5f4df060ae00096a334
treefdc81de8d97ffa0d50c5f6ad4ef974ee5dfd7399
parent9d9523d8c12295d69e9ff3693d61e0d36eb00709
drm/i915: convert the IRQ initialization functions to intel_uncore

The IRQ initialization helpers are simple and self-contained. Continue
the transition started in the recent uncore rework to get us rid of
I915_READ/WRITE and the implicit dev_priv variables.

While the implicit dev_priv is removed from the IRQ initialization
helpers, we didn't get rid of them in the macro callers. Doing that
should be very simple now.

v2: Rebase on top of the new patches.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> (v1)
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190410235344.31199-5-paulo.r.zanoni@intel.com
drivers/gpu/drm/i915/i915_irq.c