]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: fully convert the IRQ initialization macros to intel_uncore
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Wed, 10 Apr 2019 23:53:44 +0000 (16:53 -0700)
committerPaulo Zanoni <paulo.r.zanoni@intel.com>
Tue, 16 Apr 2019 21:24:39 +0000 (14:24 -0700)
commit3f505efec1aeabcb5c1c7c4e79d5a5c90f3c362a
tree7424c63ce23258c8c57744fbde6e8b19a2929529
parent4b4e98b786daa4b9c998ade30415b50e923f7fe5
drm/i915: fully convert the IRQ initialization macros to intel_uncore

Make them take the uncore argument from the caller instead of passing
the implicit &dev_priv->uncore directly. This will allow us to finally
pass something that's not dev_priv->uncore in the future, and gets rid
of the implicit variables in register macros.

v2: Rebase on top of the newer 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-6-paulo.r.zanoni@intel.com
drivers/gpu/drm/i915/i915_irq.c