drm/i915: Correct ss -> steering calculation for pre-Xe_HP platforms
authorMatt Roper <matthew.d.roper@intel.com>
Tue, 12 Jul 2022 22:05:13 +0000 (15:05 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Wed, 13 Jul 2022 16:22:17 +0000 (09:22 -0700)
commita5e4a53818ad585416a214b894fdf568443d5293
treef90229249138297fe64bdaa98faf23c7d60b6c08
parent9306b2b2dfce6931241ef804783692cee526599c
drm/i915: Correct ss -> steering calculation for pre-Xe_HP platforms

Accidental use of a "SLICE" macro where a "SUBSLICE" macro was intended
causes the group ID for steering to be calculated incorrectly on
pre-Xe_HP platforms.

Fixes: 9a92732f040a ("drm/i915/gt: Add general DSS steering iterator to intel_gt_mcr")
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220712220513.3451794-1-matthew.d.roper@intel.com
drivers/gpu/drm/i915/gt/intel_gt_mcr.c