drm/i915/debugfs: replace I915_READ() with intel_uncore_read()
authorJani Nikula <jani.nikula@intel.com>
Mon, 30 Nov 2020 11:15:56 +0000 (13:15 +0200)
committerJani Nikula <jani.nikula@intel.com>
Tue, 1 Dec 2020 15:56:25 +0000 (17:56 +0200)
commit124a60f2131cc4bed249eea23fdc78a1cbd6b72e
treefb6e0851d7aa7cb3bcd5e548378c3332a39a06f5
parent88d570e030dddb6bd80b61bd6380fe106e11815b
drm/i915/debugfs: replace I915_READ() with intel_uncore_read()

Another straggler with I915_READ() uses gone.

Arguably some of these should use intel_de_read(), however not
all. Prioritize I915_READ() removal in general over migrating to the
pedantically correct replacement 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-5-jani.nikula@intel.com
drivers/gpu/drm/i915/i915_debugfs.c