drm/i915/gt: Use parameterized RING_MI_MODE
authorMatt Roper <matthew.d.roper@intel.com>
Wed, 9 Feb 2022 05:11:37 +0000 (21:11 -0800)
committerMatt Roper <matthew.d.roper@intel.com>
Wed, 16 Feb 2022 20:29:46 +0000 (12:29 -0800)
commitab9e00a3509ab7868cc3d4641f45ff926467b38c
treece48cf959860aaf8faed17625b1a6053e7746e3e
parent93cc7aa0b037f34d9a55c58fb4ab6bbd802fa47c
drm/i915/gt: Use parameterized RING_MI_MODE

We have both a parameterized RING_MI_MODE() macro and an RCS-specific
MI_MODE; drop the latter and use the former everywhere.

Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Matt Atwood <matthew.s.atwood@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220209051140.1599643-4-matthew.d.roper@intel.com
drivers/gpu/drm/i915/gt/intel_engine_regs.h
drivers/gpu/drm/i915/gt/intel_gt_regs.h
drivers/gpu/drm/i915/gt/intel_workarounds.c
drivers/gpu/drm/i915/intel_uncore.c