drm/i915: Move common mmio base out of private macros

Instead of using the common DISPLAY_MMIO_BASE(dev_priv) in all single
macros, only use them in the macros that are to be used outside the
header. This reduces the use of the implicit dev_priv, making it easier
to remove it later.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
1 file changed