Skip to content

Commit

Permalink
drm/i915: fully convert the IRQ initialization macros to intel_uncore
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Paulo Zanoni committed Apr 16, 2019
1 parent 65f42cd commit b16b2a2
Showing 1 changed file with 88 additions and 56 deletions.
Loading

0 comments on commit b16b2a2

Please sign in to comment.