Re: [Intel-gfx] [PATCH 3/3] drm/i915: fully convert the IRQ initialization macros to intel_uncore

2019-04-09 Thread Ville Syrjälä
On Mon, Apr 08, 2019 at 05:37:29PM -0700, Paulo Zanoni wrote: > 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 v

[Intel-gfx] [PATCH 3/3] drm/i915: fully convert the IRQ initialization macros to intel_uncore

2019-04-08 Thread Paulo Zanoni
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. Signed-off-by: Paulo Zanoni --- driver