]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/xe/xe3p_xpc: Drop stale MCR steering TODO comment
authorMatt Roper <matthew.d.roper@intel.com>
Wed, 25 Feb 2026 20:37:20 +0000 (12:37 -0800)
committerMatt Roper <matthew.d.roper@intel.com>
Thu, 26 Feb 2026 21:47:24 +0000 (13:47 -0800)
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 <shuicheng.lin@intel.com>
Link: https://patch.msgid.link/20260225203719.3310570-2-matthew.d.roper@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
drivers/gpu/drm/xe/xe_gt_mcr.c

index 8989d02ea84dc30a6fa67458f3b32edf2c17a29b..7c6f039c880dfc8c334a50bed8c2f3880c8323e0 100644 (file)
@@ -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;