drm/i915/pm: replace I915_READ()/WRITE() with intel_uncore_read()/write()
authorJani Nikula <jani.nikula@intel.com>
Mon, 30 Nov 2020 11:15:58 +0000 (13:15 +0200)
committerJani Nikula <jani.nikula@intel.com>
Tue, 1 Dec 2020 15:56:49 +0000 (17:56 +0200)
commit5f461660db1792fa422b454317e11d8654f57e15
treec2d9ffc4bb384034b240cd2f8799bf6393b02182
parent77895af24e2cbb71eb34227c4be07043203df158
drm/i915/pm: replace I915_READ()/WRITE() with intel_uncore_read()/write()

Arguably some of these should use intel_de_read() or intel_de_write(),
however not all. Prioritize I915_READ() and I915_WRITE() removal in
general over migrating to the pedantically correct replacements right
away.

Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201130111601.2817-7-jani.nikula@intel.com
drivers/gpu/drm/i915/intel_pm.c