drm/xe/guc: Don't treat GuC generic CAT error as protocol error
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Tue, 5 Nov 2024 20:45:57 +0000 (21:45 +0100)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Thu, 7 Nov 2024 16:38:13 +0000 (17:38 +0100)
commit44e21ea6dcd5bc9cf7a1c4e3281779987c070373
treed2d781508ee1a443a1be8c3500156c880dd865c4
parent6b5f15445c8d07945e6f209b404fb89968374e88
drm/xe/guc: Don't treat GuC generic CAT error as protocol error

GuC uses GUC_ID_UNKNOWN if it can not map the CAT fault to any
context. We shouldn't treat that as G2H protocol error that would
justify a GT reset, as it may happen due to some VF activity.

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/20241105204557.1991-1-michal.wajdeczko@intel.com
drivers/gpu/drm/xe/xe_guc_fwif.h
drivers/gpu/drm/xe/xe_guc_submit.c