]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: improve readability of debugfs engine info output
authorXin Wang <x.wang@intel.com>
Thu, 2 Apr 2026 18:05:50 +0000 (11:05 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Fri, 3 Apr 2026 17:20:49 +0000 (10:20 -0700)
commit72d0c064564192d4fba2bf00f78ae303206fa2cc
tree71a0872b31e04e178131d348adfade5027301925
parentc79bc999442ff3c0908ab8bce92b2a3cb7d59861
drm/xe: improve readability of debugfs engine info output

Improve the readability of the info debugfs output by replacing
raw numeric engine masks with human-readable engine and class
names.

Also print per-GT engine capability data in a form that is easier
for a human to interpret directly, and as a side effect simpler
for IGT tests to use when validating engine capabilities.

Reviewed-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Xin Wang <x.wang@intel.com>
Link: https://patch.msgid.link/20260402180552.24121-2-x.wang@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
drivers/gpu/drm/xe/xe_debugfs.c