diff options
author | Jani Nikula <jani.nikula@intel.com> | 2020-11-30 14:15:53 +0300 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2020-12-01 18:55:58 +0300 |
commit | 669f3f2bac1ca6ad887419f63ac5430e9ea85e6a (patch) | |
tree | 463eeab8571a8d9abf517ea91c275fa120b8399d /drivers/gpu/drm/i915/intel_uncore.h | |
parent | 868b5626d0b9203a8f4e89b0ff91a0aa716b2e49 (diff) | |
download | linux-669f3f2bac1ca6ad887419f63ac5430e9ea85e6a.tar.xz |
drm/i915: remove last traces of I915_READ_FW() and I915_WRITE_FW()
Good riddance! Remove the macros and their remaining references in
comments.
intel_uncore_read_fw() and intel_uncore_write_fw() should be used
instead.
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201130111601.2817-2-jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/intel_uncore.h')
-rw-r--r-- | drivers/gpu/drm/i915/intel_uncore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_uncore.h b/drivers/gpu/drm/i915/intel_uncore.h index bd2467284295..5dcb7f4183b2 100644 --- a/drivers/gpu/drm/i915/intel_uncore.h +++ b/drivers/gpu/drm/i915/intel_uncore.h @@ -216,7 +216,7 @@ void intel_uncore_forcewake_flush(struct intel_uncore *uncore, /* * Like above but the caller must manage the uncore.lock itself. - * Must be used with I915_READ_FW and friends. + * Must be used with intel_uncore_read_fw() and friends. */ void intel_uncore_forcewake_get__locked(struct intel_uncore *uncore, enum forcewake_domains domains); |