Commit 9941b3ca authored by Matt Roper's avatar Matt Roper
Browse files

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 6d5511e5 ("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: default avatarShuicheng Lin <shuicheng.lin@intel.com>
Link: https://patch.msgid.link/20260225203719.3310570-2-matthew.d.roper@intel.com


Signed-off-by: default avatarMatt Roper <matthew.d.roper@intel.com>
parent 3954313b
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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;