]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe/gt_pagefault: Print engine class string
authorFrancois Dugast <francois.dugast@intel.com>
Wed, 29 Jan 2025 17:52:41 +0000 (18:52 +0100)
committerFrancois Dugast <francois.dugast@intel.com>
Thu, 30 Jan 2025 08:41:06 +0000 (09:41 +0100)
commit8f6ddb4ab5db955bc826481d2f5c145aa5802ec1
tree3fbac849cf44c8674a5460f1a7a33764b3092fed
parent7748289df510638ba61fed86b59ce7d2fb4a194c
drm/xe/gt_pagefault: Print engine class string

The engine class index which is printed here is an internal representation
for debugging. It is _not_ an index based on DRM_XE_ENGINE_CLASS_* values
provided in the uAPI. Add the string representation of the engine class to
the output in order to limit possible confusion by users when analyzing the
logs.

Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250129175241.338043-1-francois.dugast@intel.com
Signed-off-by: Francois Dugast <francois.dugast@intel.com>
drivers/gpu/drm/xe/xe_gt_pagefault.c