drm/i915/huc: silence injected failure in the load via GSC path
authorDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Wed, 16 Aug 2023 23:13:20 +0000 (16:13 -0700)
committerDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Fri, 15 Sep 2023 17:22:25 +0000 (10:22 -0700)
commit4d938bb93ffd35b1ea664222bb625061d7c4c73b
tree014a30cea9305dc6aaa1d68f10c943d46a195a84
parent4485bd519f5d6d620a29d0547ff3c982bdeeb468
drm/i915/huc: silence injected failure in the load via GSC path

If we can't load the HuC due to an injected failure, we don't want
to throw and error and trip CI. Using the gt_probe_error macro for
logging ensure that the error is only printed if it wasn't explicitly
injected.

v2: keep the line to less than 100 characters (checkpatch).

Link: https://gitlab.freedesktop.org/drm/intel/-/issues/7061
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com> #v1
Reviewed-by: John Harrison <John.C.Harrison@Intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230816231320.1555190-1-daniele.ceraolospurio@intel.com
drivers/gpu/drm/i915/pxp/intel_pxp_tee.c