From: Matt Roper Date: Wed, 25 Feb 2026 20:37:20 +0000 (-0800) Subject: drm/xe/xe3p_xpc: Drop stale MCR steering TODO comment X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9941b3ca10977a583a6e78707023066fd9cd6311;p=thirdparty%2Flinux.git drm/xe/xe3p_xpc: Drop stale MCR steering TODO comment Proper steering+termination for Xe3p_XPC NODE and BANK multicast ranges was added in commit 6d5511e56b2d ("drm/xe/xe3p_xpc: Add MCR steering for NODE and L3BANK ranges") but we forgot to remove the corresponding TODO comment at the top of the block. Drop it now to avoid confusion. Reviewed-by: Shuicheng Lin Link: https://patch.msgid.link/20260225203719.3310570-2-matthew.d.roper@intel.com Signed-off-by: Matt Roper --- diff --git a/drivers/gpu/drm/xe/xe_gt_mcr.c b/drivers/gpu/drm/xe/xe_gt_mcr.c index 8989d02ea84dc..7c6f039c880df 100644 --- a/drivers/gpu/drm/xe/xe_gt_mcr.c +++ b/drivers/gpu/drm/xe/xe_gt_mcr.c @@ -532,12 +532,6 @@ void xe_gt_mcr_init_early(struct xe_gt *gt) } } else { if (GRAPHICS_VERx100(xe) == 3511) { - /* - * TODO: there are some ranges in bspec with missing - * termination: [0x00B000, 0x00B0FF] and - * [0x00D880, 0x00D8FF] (NODE); [0x00B100, 0x00B3FF] - * (L3BANK). Update them here once bspec is updated. - */ gt->steering[DSS].ranges = xe3p_xpc_xecore_steering_table; gt->steering[GAM1].ranges = xe3p_xpc_gam_grp1_steering_table; gt->steering[INSTANCE0].ranges = xe3p_xpc_instance0_steering_table;