]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/xe/guc: Print GuC error codes as hex value
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Tue, 25 Jun 2024 14:12:58 +0000 (16:12 +0200)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Wed, 26 Jun 2024 22:25:13 +0000 (18:25 -0400)
commit92e9db6e1fa30c87f9c25fae9c9e275885cdd0b2
tree2a95342bdc7e4f490f5f4766f454e89820b9fe46
parentb084dfaef2107bdc0cfc77d4940fb59b660dd901
drm/xe/guc: Print GuC error codes as hex value

We maintain GuC error code values in hex format. Also print them
in that format for easier matching.

While at it, slightly reformat the log and add missing \n.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240625141258.1257-4-michal.wajdeczko@intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_guc_ct.c