drm/xe: Revert some changes that break a mesa debug tool
authorJohn Harrison <John.C.Harrison@Intel.com>
Fri, 13 Dec 2024 17:28:33 +0000 (09:28 -0800)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Fri, 13 Dec 2024 22:01:26 +0000 (17:01 -0500)
commit70fb86a85dc9fd66014d7eb2fe356f50702ceeb6
tree97716921f085f211b1b1b1a50e757efa267a10f8
parentf0d3a3cffd432bd756b25a630f7bd19c018f72ce
drm/xe: Revert some changes that break a mesa debug tool

There is a mesa debug tool for decoding devcoredump files. Recent
changes to improve the devcoredump output broke that tool. So revert
the changes until the tool can be extended to support the new fields.

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Fixes: c28fd6c358db ("drm/xe/devcoredump: Improve section headings and add tile info")
Fixes: ec1455ce7e35 ("drm/xe/devcoredump: Add ASCII85 dump helper function")
Cc: John Harrison <John.C.Harrison@Intel.com>
Cc: Julia Filipchuk <julia.filipchuk@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: intel-xe@lists.freedesktop.org
Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241213172833.1733376-1-John.C.Harrison@Intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_devcoredump.c