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>
}
} 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;