From: John Harrison <John.C.Harrison@xxxxxxxxx> The GuC error capture list creation was including Gen8 registers on Xe platforms. While fixing that, it was noticed that there were other issues. The platform naming was wrong, the naming of lists was misleading, the steered register code was duplicated and steered registers were not included on all supported platforms. NB: The changes are being sent as multiple patches to make code review simpler. However, before merging it may be better to squash into a single patch, especially if it going to be sent with a 'fixes' tag. Signed-off-by: John Harrison <John.C.Harrison@xxxxxxxxx> John Harrison (5): drm/i915/guc: Don't capture Gen8 regs on Xe devices drm/i915/guc: Capture list clean up - 1 drm/i915/guc: Capture list clean up - 2 drm/i915/guc: Capture list clean up - 3 drm/i915/guc: Capture list clean up - 4 .../gpu/drm/i915/gt/uc/intel_guc_capture.c | 199 +++++++----------- 1 file changed, 73 insertions(+), 126 deletions(-) -- 2.39.1