]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe/guc: Reformat dead CT reason string to be devcoredump compatible
authorJohn Harrison <John.C.Harrison@Intel.com>
Tue, 25 Mar 2025 20:31:11 +0000 (13:31 -0700)
committerJohn Harrison <John.C.Harrison@Intel.com>
Fri, 28 Mar 2025 16:44:56 +0000 (09:44 -0700)
commit66fb0dd2b1f96ff543ebfdbb9848bdcdbda826fc
tree2f73f9e9102c052ef29cc39487cea9dced7c0fa6
parentf945dd89fa8da3f662508165453dafdb4035d9d3
drm/xe/guc: Reformat dead CT reason string to be devcoredump compatible

The dump on a dead CT tries to emulate the devcoredump formatting (it
would use devcoredump code directly but that requires more re-work to
happen - work in progress). So update the print of the dead CT reason
code to match the format of the 'reason' string that was added to the
actual devcoredump a little while ago.

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://lore.kernel.org/r/20250325203111.3907426-1-John.C.Harrison@Intel.com
drivers/gpu/drm/xe/xe_guc_ct.c