Commit 876e9047 authored by Matt Roper's avatar Matt Roper

drm/i915/mtl: Add missing steering table terminators

The termination entries were missing for a couple of the recently-added
MTL steering tables.

Fixes: f32898c9 ("drm/i915/xelpg: Add multicast steering")
Fixes: a7ec65fc ("drm/i915/xelpmp: Add multicast steering for media GT")
Signed-off-by: default avatarMatt Roper <matthew.d.roper@intel.com>
Reviewed-by: default avatarLucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221028224022.964997-1-matthew.d.roper@intel.com
parent 07b444f5
...@@ -128,11 +128,13 @@ static const struct intel_mmio_range xelpg_dss_steering_table[] = { ...@@ -128,11 +128,13 @@ static const struct intel_mmio_range xelpg_dss_steering_table[] = {
{ 0x00D800, 0x00D87F }, /* SLICE */ { 0x00D800, 0x00D87F }, /* SLICE */
{ 0x00DC00, 0x00DCFF }, /* SLICE */ { 0x00DC00, 0x00DCFF }, /* SLICE */
{ 0x00DE80, 0x00E8FF }, /* DSS (0xE000-0xE0FF reserved) */ { 0x00DE80, 0x00E8FF }, /* DSS (0xE000-0xE0FF reserved) */
{},
}; };
static const struct intel_mmio_range xelpmp_oaddrm_steering_table[] = { static const struct intel_mmio_range xelpmp_oaddrm_steering_table[] = {
{ 0x393200, 0x39323F }, { 0x393200, 0x39323F },
{ 0x393400, 0x3934FF }, { 0x393400, 0x3934FF },
{},
}; };
void intel_gt_mcr_init(struct intel_gt *gt) void intel_gt_mcr_init(struct intel_gt *gt)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment