]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0091aba73c1ac01624f55c4cccb99e31e4e76879
treefb6e0851d7aa7cb3bcd5e548378c3332a39a06f5
parentaf69525ea06aff6e32902e23a4df27850ecf56c4
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