]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/xe: Convert "fused off" messages to be gt-based
authorLucas De Marchi <lucas.demarchi@intel.com>
Wed, 28 May 2025 21:54:05 +0000 (14:54 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Mon, 2 Jun 2025 18:00:46 +0000 (11:00 -0700)
commit2b0ef1f7a2980bf0c5589ff42806eee2d55ea8e6
treec7003fdec26afe7f3d4ea0f5e90fd46776cff540
parentd8636cce7a1c81b67ee1fcfd03fe8397e0101a32
drm/xe: Convert "fused off" messages to be gt-based

It's useful to see in the log message what GT was being checked for
disabled/fused-off engines. Especially on multi-tile platforms the
different tiles may be fused differently making it harder to parse
the information.

Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://lore.kernel.org/r/20250528-engine-mask-v4-2-f4636d2a890a@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_hw_engine.c